Package org.apache.axis.encoding.ser
Class BeanPropertyTarget
- java.lang.Object
-
- org.apache.axis.encoding.ser.BeanPropertyTarget
-
-
Field Summary
Fields Modifier and Type Field Description protected static org.apache.commons.logging.Loglog
-
Constructor Summary
Constructors Constructor Description BeanPropertyTarget(java.lang.Object object, BeanPropertyDescriptor pd)This constructor is used for a normal property.BeanPropertyTarget(java.lang.Object object, BeanPropertyDescriptor pd, int i)This constructor is used for an indexed property.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidset(java.lang.Object value)set the bean property with specified value
-
-
-
Constructor Detail
-
BeanPropertyTarget
public BeanPropertyTarget(java.lang.Object object, BeanPropertyDescriptor pd)This constructor is used for a normal property.- Parameters:
object- is the bean classpd- is the property
-
BeanPropertyTarget
public BeanPropertyTarget(java.lang.Object object, BeanPropertyDescriptor pd, int i)This constructor is used for an indexed property.- Parameters:
object- is the bean classpd- is the propertyi- is the index
-
-