|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoasis.names.tc.wsrp.v1.types.PropertyDescription
public class PropertyDescription
Constructor Summary | |
---|---|
PropertyDescription()
|
|
PropertyDescription(Extension[] extensions,
LocalizedString hint,
LocalizedString label,
java.lang.String name,
javax.xml.namespace.QName type)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer |
Extension[] |
getExtensions()
Gets the extensions value for this PropertyDescription. |
Extension |
getExtensions(int i)
|
LocalizedString |
getHint()
Gets the hint value for this PropertyDescription. |
LocalizedString |
getLabel()
Gets the label value for this PropertyDescription. |
java.lang.String |
getName()
Gets the name value for this PropertyDescription. |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer |
javax.xml.namespace.QName |
getType()
Gets the type value for this PropertyDescription. |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
void |
setExtensions(Extension[] extensions)
Sets the extensions value for this PropertyDescription. |
void |
setExtensions(int i,
Extension _value)
|
void |
setHint(LocalizedString hint)
Sets the hint value for this PropertyDescription. |
void |
setLabel(LocalizedString label)
Sets the label value for this PropertyDescription. |
void |
setName(java.lang.String name)
Sets the name value for this PropertyDescription. |
void |
setType(javax.xml.namespace.QName type)
Sets the type value for this PropertyDescription. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PropertyDescription()
public PropertyDescription(Extension[] extensions, LocalizedString hint, LocalizedString label, java.lang.String name, javax.xml.namespace.QName type)
Method Detail |
---|
public LocalizedString getLabel()
public void setLabel(LocalizedString label)
label
- public LocalizedString getHint()
public void setHint(LocalizedString hint)
hint
- public Extension[] getExtensions()
public void setExtensions(Extension[] extensions)
extensions
- public Extension getExtensions(int i)
public void setExtensions(int i, Extension _value)
public java.lang.String getName()
public void setName(java.lang.String name)
name
- public javax.xml.namespace.QName getType()
public void setType(javax.xml.namespace.QName type)
type
- public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |