com.ibm.wpc
Class WpcValuesType

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

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

See Also:
Serialized Form

Constructor Summary
WpcValuesType()
           
WpcValuesType(WpcValueType[] value, WpcPeriodValueType[] periodvalue, WpcGroupValueType[] groupvalue, WpcRelationType[] relation, WpcAttributeType[] attribute, WpcFileType[] file)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 WpcAttributeType[] getAttribute()
          Gets the attribute value for this WpcValuesType.
 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
 WpcFileType[] getFile()
          Gets the file value for this WpcValuesType.
 WpcFileType getFile(int i)
           
 WpcGroupValueType[] getGroupvalue()
          Gets the groupvalue value for this WpcValuesType.
 WpcGroupValueType getGroupvalue(int i)
           
 WpcPeriodValueType[] getPeriodvalue()
          Gets the periodvalue value for this WpcValuesType.
 WpcPeriodValueType getPeriodvalue(int i)
           
 WpcRelationType[] getRelation()
          Gets the relation value for this WpcValuesType.
 WpcRelationType getRelation(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
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 WpcValueType[] getValue()
          Gets the value value for this WpcValuesType.
 WpcValueType getValue(int i)
           
 int hashCode()
           
 void setAttribute(int i, WpcAttributeType _value)
           
 void setAttribute(WpcAttributeType[] attribute)
          Sets the attribute value for this WpcValuesType.
 void setFile(int i, WpcFileType _value)
           
 void setFile(WpcFileType[] file)
          Sets the file value for this WpcValuesType.
 void setGroupvalue(int i, WpcGroupValueType _value)
           
 void setGroupvalue(WpcGroupValueType[] groupvalue)
          Sets the groupvalue value for this WpcValuesType.
 void setPeriodvalue(int i, WpcPeriodValueType _value)
           
 void setPeriodvalue(WpcPeriodValueType[] periodvalue)
          Sets the periodvalue value for this WpcValuesType.
 void setRelation(int i, WpcRelationType _value)
           
 void setRelation(WpcRelationType[] relation)
          Sets the relation value for this WpcValuesType.
 void setValue(int i, WpcValueType _value)
           
 void setValue(WpcValueType[] value)
          Sets the value value for this WpcValuesType.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WpcValuesType

public WpcValuesType()

WpcValuesType

public WpcValuesType(WpcValueType[] value,
                     WpcPeriodValueType[] periodvalue,
                     WpcGroupValueType[] groupvalue,
                     WpcRelationType[] relation,
                     WpcAttributeType[] attribute,
                     WpcFileType[] file)
Method Detail

getValue

public WpcValueType[] getValue()
Gets the value value for this WpcValuesType.

Returns:
value

setValue

public void setValue(WpcValueType[] value)
Sets the value value for this WpcValuesType.

Parameters:
value -

getValue

public WpcValueType getValue(int i)

setValue

public void setValue(int i,
                     WpcValueType _value)

getPeriodvalue

public WpcPeriodValueType[] getPeriodvalue()
Gets the periodvalue value for this WpcValuesType.

Returns:
periodvalue

setPeriodvalue

public void setPeriodvalue(WpcPeriodValueType[] periodvalue)
Sets the periodvalue value for this WpcValuesType.

Parameters:
periodvalue -

getPeriodvalue

public WpcPeriodValueType getPeriodvalue(int i)

setPeriodvalue

public void setPeriodvalue(int i,
                           WpcPeriodValueType _value)

getGroupvalue

public WpcGroupValueType[] getGroupvalue()
Gets the groupvalue value for this WpcValuesType.

Returns:
groupvalue

setGroupvalue

public void setGroupvalue(WpcGroupValueType[] groupvalue)
Sets the groupvalue value for this WpcValuesType.

Parameters:
groupvalue -

getGroupvalue

public WpcGroupValueType getGroupvalue(int i)

setGroupvalue

public void setGroupvalue(int i,
                          WpcGroupValueType _value)

getRelation

public WpcRelationType[] getRelation()
Gets the relation value for this WpcValuesType.

Returns:
relation

setRelation

public void setRelation(WpcRelationType[] relation)
Sets the relation value for this WpcValuesType.

Parameters:
relation -

getRelation

public WpcRelationType getRelation(int i)

setRelation

public void setRelation(int i,
                        WpcRelationType _value)

getAttribute

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

Returns:
attribute

setAttribute

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

Parameters:
attribute -

getAttribute

public WpcAttributeType getAttribute(int i)

setAttribute

public void setAttribute(int i,
                         WpcAttributeType _value)

getFile

public WpcFileType[] getFile()
Gets the file value for this WpcValuesType.

Returns:
file

setFile

public void setFile(WpcFileType[] file)
Sets the file value for this WpcValuesType.

Parameters:
file -

getFile

public WpcFileType getFile(int i)

setFile

public void setFile(int i,
                    WpcFileType _value)

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