|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.wpc.WpcAttributeCollectionType
public class WpcAttributeCollectionType
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 |
---|
public WpcAttributeCollectionType()
public WpcAttributeCollectionType(java.lang.String[] name, java.lang.String[] type, WpcAttrType[][][] specList, java.lang.String editable)
Method Detail |
---|
public java.lang.String[] getName()
public void setName(java.lang.String[] name)
name
- public java.lang.String getName(int i)
public void setName(int i, java.lang.String _value)
public java.lang.String[] getType()
public void setType(java.lang.String[] type)
type
- public java.lang.String getType(int i)
public void setType(int i, java.lang.String _value)
public WpcAttrType[][][] getSpecList()
public void setSpecList(WpcAttrType[][][] specList)
specList
- public WpcAttrType[][] getSpecList(int i)
public void setSpecList(int i, WpcAttrType[][] _value)
public java.lang.String getEditable()
public void setEditable(java.lang.String editable)
editable
- 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 |