|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.wpc.WpcAttributeListType
public class WpcAttributeListType
Constructor Summary | |
---|---|
WpcAttributeListType()
|
|
WpcAttributeListType(WpcAttributeType[] attribute,
WpcValuesType[] values,
java.lang.String specName,
java.lang.Boolean isCategorySpecific)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
WpcAttributeType[] |
getAttribute()
Gets the attribute value for this WpcAttributeListType. |
WpcAttributeType |
getAttribute(int i)
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer |
java.lang.Boolean |
getIsCategorySpecific()
Gets the isCategorySpecific value for this WpcAttributeListType. |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer |
java.lang.String |
getSpecName()
Gets the specName value for this WpcAttributeListType. |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
WpcValuesType[] |
getValues()
Gets the values value for this WpcAttributeListType. |
WpcValuesType |
getValues(int i)
|
int |
hashCode()
|
void |
setAttribute(int i,
WpcAttributeType _value)
|
void |
setAttribute(WpcAttributeType[] attribute)
Sets the attribute value for this WpcAttributeListType. |
void |
setIsCategorySpecific(java.lang.Boolean isCategorySpecific)
Sets the isCategorySpecific value for this WpcAttributeListType. |
void |
setSpecName(java.lang.String specName)
Sets the specName value for this WpcAttributeListType. |
void |
setValues(int i,
WpcValuesType _value)
|
void |
setValues(WpcValuesType[] values)
Sets the values value for this WpcAttributeListType. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WpcAttributeListType()
public WpcAttributeListType(WpcAttributeType[] attribute, WpcValuesType[] values, java.lang.String specName, java.lang.Boolean isCategorySpecific)
Method Detail |
---|
public WpcAttributeType[] getAttribute()
public void setAttribute(WpcAttributeType[] attribute)
attribute
- public WpcAttributeType getAttribute(int i)
public void setAttribute(int i, WpcAttributeType _value)
public WpcValuesType[] getValues()
public void setValues(WpcValuesType[] values)
values
- public WpcValuesType getValues(int i)
public void setValues(int i, WpcValuesType _value)
public java.lang.String getSpecName()
public void setSpecName(java.lang.String specName)
specName
- public java.lang.Boolean getIsCategorySpecific()
public void setIsCategorySpecific(java.lang.Boolean isCategorySpecific)
isCategorySpecific
- 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 |