Class Table
java.lang.Object
com.polarion.alm.ws.client.types.tracker.Table
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
static org.apache.axis.encoding.Deserializer
getDeserializer
(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.Serializer
getSerializer
(String mechType, Class _javaType, QName _xmlType) Get Custom Serializerstatic org.apache.axis.description.TypeDesc
Return type metadata objectint
hashCode()
void
Sets the keys value for this Table.void
Sets 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
-