|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.wpc.WpcGroupValueType
public class WpcGroupValueType
Constructor Summary | |
---|---|
WpcGroupValueType()
|
|
WpcGroupValueType(WpcAttributeType[] attribute,
WpcValuesType[] values,
java.math.BigInteger occurrence)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
WpcAttributeType[] |
getAttribute()
Gets the attribute value for this WpcGroupValueType. |
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.math.BigInteger |
getOccurrence()
Gets the occurrence value for this WpcGroupValueType. |
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 |
WpcValuesType[] |
getValues()
Gets the values value for this WpcGroupValueType. |
WpcValuesType |
getValues(int i)
|
int |
hashCode()
|
void |
setAttribute(int i,
WpcAttributeType _value)
|
void |
setAttribute(WpcAttributeType[] attribute)
Sets the attribute value for this WpcGroupValueType. |
void |
setOccurrence(java.math.BigInteger occurrence)
Sets the occurrence value for this WpcGroupValueType. |
void |
setValues(int i,
WpcValuesType _value)
|
void |
setValues(WpcValuesType[] values)
Sets the values value for this WpcGroupValueType. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WpcGroupValueType()
public WpcGroupValueType(WpcAttributeType[] attribute, WpcValuesType[] values, java.math.BigInteger occurrence)
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.math.BigInteger getOccurrence()
public void setOccurrence(java.math.BigInteger occurrence)
occurrence
- 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 |