|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.wpc.WpcValuesType
public class WpcValuesType
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 |
---|
public WpcValuesType()
public WpcValuesType(WpcValueType[] value, WpcPeriodValueType[] periodvalue, WpcGroupValueType[] groupvalue, WpcRelationType[] relation, WpcAttributeType[] attribute, WpcFileType[] file)
Method Detail |
---|
public WpcValueType[] getValue()
public void setValue(WpcValueType[] value)
value
- public WpcValueType getValue(int i)
public void setValue(int i, WpcValueType _value)
public WpcPeriodValueType[] getPeriodvalue()
public void setPeriodvalue(WpcPeriodValueType[] periodvalue)
periodvalue
- public WpcPeriodValueType getPeriodvalue(int i)
public void setPeriodvalue(int i, WpcPeriodValueType _value)
public WpcGroupValueType[] getGroupvalue()
public void setGroupvalue(WpcGroupValueType[] groupvalue)
groupvalue
- public WpcGroupValueType getGroupvalue(int i)
public void setGroupvalue(int i, WpcGroupValueType _value)
public WpcRelationType[] getRelation()
public void setRelation(WpcRelationType[] relation)
relation
- public WpcRelationType getRelation(int i)
public void setRelation(int i, WpcRelationType _value)
public WpcAttributeType[] getAttribute()
public void setAttribute(WpcAttributeType[] attribute)
attribute
- public WpcAttributeType getAttribute(int i)
public void setAttribute(int i, WpcAttributeType _value)
public WpcFileType[] getFile()
public void setFile(WpcFileType[] file)
file
- public WpcFileType getFile(int i)
public void setFile(int i, WpcFileType _value)
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 |