public class PropertyDescriptorPlus extends Object
Modifier and Type | Method and Description |
---|---|
Object |
get(Object targetBean)
Get the object
|
String |
getPropertyName() |
Class |
getPropertyType() |
String |
getXmlName() |
QName |
getXmlQName() |
void |
set(Object targetBean,
Object propValue,
Class dclClass)
Set the object
|
String |
toString() |
public String getXmlName()
public QName getXmlQName()
public Class getPropertyType()
public String getPropertyName()
public Object get(Object targetBean) throws InvocationTargetException, IllegalAccessException
targetBean
- InvocationTargetException
IllegalAccessException
public void set(Object targetBean, Object propValue, Class dclClass) throws InvocationTargetException, IllegalAccessException, JAXBWrapperException
targetBean
- propValue
- InvocationTargetException
IllegalAccessException
JAXBWrapperException
Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.