org.apache.axis.encoding.ser
public class BeanPropertyTarget extends Object implements Target
Field Summary | |
---|---|
protected static Log | log |
Constructor Summary | |
---|---|
BeanPropertyTarget(Object object, BeanPropertyDescriptor pd)
This constructor is used for a normal property. | |
BeanPropertyTarget(Object object, BeanPropertyDescriptor pd, int i)
This constructor is used for an indexed property. |
Method Summary | |
---|---|
void | set(Object value)
set the bean property with specified value |
Parameters: object is the bean class pd is the property
Parameters: object is the bean class pd is the property i is the index
Parameters: value is the value.