com.ibm.wpc
Class WpcAttributeCollectionType

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

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

See Also:
Serialized Form

Constructor Summary
WpcAttributeCollectionType()
           
WpcAttributeCollectionType(java.lang.String[] name, java.lang.String[] type, WpcAttrType[][][] specList, java.lang.String editable)
           
 
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
 java.lang.String getEditable()
          Gets the editable value for this WpcAttributeCollectionType.
 java.lang.String[] getName()
          Gets the name value for this WpcAttributeCollectionType.
 java.lang.String getName(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
 WpcAttrType[][][] getSpecList()
          Gets the specList value for this WpcAttributeCollectionType.
 WpcAttrType[][] getSpecList(int i)
           
 java.lang.String[] getType()
          Gets the type value for this WpcAttributeCollectionType.
 java.lang.String getType(int i)
           
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setEditable(java.lang.String editable)
          Sets the editable value for this WpcAttributeCollectionType.
 void setName(int i, java.lang.String _value)
           
 void setName(java.lang.String[] name)
          Sets the name value for this WpcAttributeCollectionType.
 void setSpecList(int i, WpcAttrType[][] _value)
           
 void setSpecList(WpcAttrType[][][] specList)
          Sets the specList value for this WpcAttributeCollectionType.
 void setType(int i, java.lang.String _value)
           
 void setType(java.lang.String[] type)
          Sets the type value for this WpcAttributeCollectionType.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WpcAttributeCollectionType

public WpcAttributeCollectionType()

WpcAttributeCollectionType

public WpcAttributeCollectionType(java.lang.String[] name,
                                  java.lang.String[] type,
                                  WpcAttrType[][][] specList,
                                  java.lang.String editable)
Method Detail

getName

public java.lang.String[] getName()
Gets the name value for this WpcAttributeCollectionType.

Returns:
name

setName

public void setName(java.lang.String[] name)
Sets the name value for this WpcAttributeCollectionType.

Parameters:
name -

getName

public java.lang.String getName(int i)

setName

public void setName(int i,
                    java.lang.String _value)

getType

public java.lang.String[] getType()
Gets the type value for this WpcAttributeCollectionType.

Returns:
type

setType

public void setType(java.lang.String[] type)
Sets the type value for this WpcAttributeCollectionType.

Parameters:
type -

getType

public java.lang.String getType(int i)

setType

public void setType(int i,
                    java.lang.String _value)

getSpecList

public WpcAttrType[][][] getSpecList()
Gets the specList value for this WpcAttributeCollectionType.

Returns:
specList

setSpecList

public void setSpecList(WpcAttrType[][][] specList)
Sets the specList value for this WpcAttributeCollectionType.

Parameters:
specList -

getSpecList

public WpcAttrType[][] getSpecList(int i)

setSpecList

public void setSpecList(int i,
                        WpcAttrType[][] _value)

getEditable

public java.lang.String getEditable()
Gets the editable value for this WpcAttributeCollectionType.

Returns:
editable

setEditable

public void setEditable(java.lang.String editable)
Sets the editable value for this WpcAttributeCollectionType.

Parameters:
editable -

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