com.ibm.wpc
Class WpcGroupValueType

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

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

See Also:
Serialized Form

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

WpcGroupValueType

public WpcGroupValueType()

WpcGroupValueType

public WpcGroupValueType(WpcAttributeType[] attribute,
                         WpcValuesType[] values,
                         java.math.BigInteger occurrence)
Method Detail

getAttribute

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

Returns:
attribute

setAttribute

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

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 WpcGroupValueType.

Returns:
values

setValues

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

Parameters:
values -

getValues

public WpcValuesType getValues(int i)

setValues

public void setValues(int i,
                      WpcValuesType _value)

getOccurrence

public java.math.BigInteger getOccurrence()
Gets the occurrence value for this WpcGroupValueType.

Returns:
occurrence

setOccurrence

public void setOccurrence(java.math.BigInteger occurrence)
Sets the occurrence value for this WpcGroupValueType.

Parameters:
occurrence -

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