|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.exoplatform.services.wsrp2.type.ParameterDescription
public class ParameterDescription
| Constructor Summary | |
|---|---|
ParameterDescription()
|
|
ParameterDescription(javax.xml.namespace.QName[] names,
LocalizedString description,
LocalizedString label,
LocalizedString hint,
Extension[] extensions,
java.lang.String identifier)
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
LocalizedString |
getDescription()
Gets the description value for this ParameterDescription. |
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 ParameterDescription. |
Extension |
getExtensions(int i)
|
LocalizedString |
getHint()
Gets the hint value for this ParameterDescription. |
java.lang.String |
getIdentifier()
Gets the identifier value for this ParameterDescription. |
LocalizedString |
getLabel()
Gets the label value for this ParameterDescription. |
javax.xml.namespace.QName[] |
getNames()
Gets the names value for this ParameterDescription. |
javax.xml.namespace.QName |
getNames(int i)
|
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
void |
setDescription(LocalizedString description)
Sets the description value for this ParameterDescription. |
void |
setExtensions(Extension[] extensions)
Sets the extensions value for this ParameterDescription. |
void |
setExtensions(int i,
Extension _value)
|
void |
setHint(LocalizedString hint)
Sets the hint value for this ParameterDescription. |
void |
setIdentifier(java.lang.String identifier)
Sets the identifier value for this ParameterDescription. |
void |
setLabel(LocalizedString label)
Sets the label value for this ParameterDescription. |
void |
setNames(int i,
javax.xml.namespace.QName _value)
|
void |
setNames(javax.xml.namespace.QName[] names)
Sets the names value for this ParameterDescription. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ParameterDescription()
public ParameterDescription(javax.xml.namespace.QName[] names,
LocalizedString description,
LocalizedString label,
LocalizedString hint,
Extension[] extensions,
java.lang.String identifier)
| Method Detail |
|---|
public javax.xml.namespace.QName[] getNames()
public void setNames(javax.xml.namespace.QName[] names)
names - public javax.xml.namespace.QName getNames(int i)
public void setNames(int i,
javax.xml.namespace.QName _value)
public LocalizedString getDescription()
public void setDescription(LocalizedString description)
description - 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 getIdentifier()
public void setIdentifier(java.lang.String identifier)
identifier - public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic 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 | |||||||||