Class Table
java.lang.Object
com.polarion.alm.ws.client.types.tracker.Table
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic org.apache.axis.encoding.DeserializergetDeserializer(String mechType, Class _javaType, QName _xmlType) Get Custom DeserializerString[]getKeys()Gets the keys value for this Table.Row[]getRows()Gets the rows value for this Table.static org.apache.axis.encoding.SerializergetSerializer(String mechType, Class _javaType, QName _xmlType) Get Custom Serializerstatic org.apache.axis.description.TypeDescReturn type metadata objectinthashCode()voidSets the keys value for this Table.voidSets the rows value for this Table.
-
Constructor Details
-
Table
public Table() -
Table
-
-
Method Details
-
getKeys
Gets the keys value for this Table.- Returns:
- keys
-
setKeys
Sets the keys value for this Table.- Parameters:
keys-
-
getRows
Gets the rows value for this Table.- Returns:
- rows
-
setRows
Sets the rows value for this Table.- Parameters:
rows-
-
equals
-
hashCode
public int hashCode() -
getTypeDesc
public static org.apache.axis.description.TypeDesc getTypeDesc()Return type metadata object -
getSerializer
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType) Get Custom Serializer -
getDeserializer
public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType) Get Custom Deserializer
-