| java.lang.Object org.apache.axis2.jaxws.utility.PropertyDescriptorPlus
PropertyDescriptorPlus | public class PropertyDescriptorPlus (Code) | | A PropertyDescriptor provides acesss to a bean property. Values can be queried/changed using the
read and writer methods of the PropertyDescriptor.
A PropertyDescriptorPlus object wraps a PropertyDescriptor and supplies enhanced set/get methods
that match JAXB semantis.
For example, the set(..) method is smart enough to add lists, arrays and atomic values on JAXB
beans.
The PropertyDescriptorPlus object also stores the xmlName of the property.
|
getPropertyName | public String getPropertyName()(Code) | | property name |
getPropertyType | public Class getPropertyType()(Code) | | property type |
|
|