com.ibm.wpc
Class WpcAttributeListType

java.lang.Object
  extended by com.ibm.wpc.WpcAttributeListType
All Implemented Interfaces:
java.io.Serializable

public class WpcAttributeListType
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

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

WpcAttributeListType

public WpcAttributeListType()

WpcAttributeListType

public WpcAttributeListType(WpcAttributeType[] attribute,
                            WpcValuesType[] values,
                            java.lang.String specName,
                            java.lang.Boolean isCategorySpecific)
Method Detail

getAttribute

public WpcAttributeType[] getAttribute()
Gets the attribute value for this WpcAttributeListType.

Returns:
attribute

setAttribute

public void setAttribute(WpcAttributeType[] attribute)
Sets the attribute value for this WpcAttributeListType.

Parameters:
attribute -

getAttribute

public WpcAttributeType getAttribute(int i)

setAttribute

public void setAttribute(int i,
                         WpcAttributeType _value)

getValues

public WpcValuesType[] getValues()
Gets the values value for this WpcAttributeListType.

Returns:
values

setValues

public void setValues(WpcValuesType[] values)
Sets the values value for this WpcAttributeListType.

Parameters:
values -

getValues

public WpcValuesType getValues(int i)

setValues

public void setValues(int i,
                      WpcValuesType _value)

getSpecName

public java.lang.String getSpecName()
Gets the specName value for this WpcAttributeListType.

Returns:
specName

setSpecName

public void setSpecName(java.lang.String specName)
Sets the specName value for this WpcAttributeListType.

Parameters:
specName -

getIsCategorySpecific

public java.lang.Boolean getIsCategorySpecific()
Gets the isCategorySpecific value for this WpcAttributeListType.

Returns:
isCategorySpecific

setIsCategorySpecific

public void setIsCategorySpecific(java.lang.Boolean isCategorySpecific)
Sets the isCategorySpecific value for this WpcAttributeListType.

Parameters:
isCategorySpecific -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer