Class ExternallyLinkedWorkItem
java.lang.Object
com.polarion.alm.ws.client.types.tracker.ExternallyLinkedWorkItem
- 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 DeserializergetRole()Gets the role value for this ExternallyLinkedWorkItem.static org.apache.axis.encoding.SerializergetSerializer(String mechType, Class _javaType, QName _xmlType) Get Custom Serializerstatic org.apache.axis.description.TypeDescReturn type metadata objectGets the workItemURI value for this ExternallyLinkedWorkItem.inthashCode()voidsetRole(EnumOptionId role) Sets the role value for this ExternallyLinkedWorkItem.voidsetWorkItemURI(String workItemURI) Sets the workItemURI value for this ExternallyLinkedWorkItem.
-
Constructor Details
-
ExternallyLinkedWorkItem
public ExternallyLinkedWorkItem() -
ExternallyLinkedWorkItem
-
-
Method Details
-
getRole
Gets the role value for this ExternallyLinkedWorkItem.- Returns:
- role
-
setRole
Sets the role value for this ExternallyLinkedWorkItem.- Parameters:
role-
-
getWorkItemURI
Gets the workItemURI value for this ExternallyLinkedWorkItem.- Returns:
- workItemURI
-
setWorkItemURI
Sets the workItemURI value for this ExternallyLinkedWorkItem.- Parameters:
workItemURI-
-
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
-