Class LinkedWorkItem
java.lang.Object
com.polarion.alm.ws.client.types.tracker.LinkedWorkItem
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorDescriptionLinkedWorkItem
(String revision, EnumOptionId role, Boolean suspect, String workItemURI) -
Method Summary
Modifier and TypeMethodDescriptionboolean
static org.apache.axis.encoding.Deserializer
getDeserializer
(String mechType, Class _javaType, QName _xmlType) Get Custom DeserializerGets the revision value for this LinkedWorkItem.getRole()
Gets the role value for this LinkedWorkItem.static org.apache.axis.encoding.Serializer
getSerializer
(String mechType, Class _javaType, QName _xmlType) Get Custom SerializerGets the suspect value for this LinkedWorkItem.static org.apache.axis.description.TypeDesc
Return type metadata objectGets the workItemURI value for this LinkedWorkItem.int
hashCode()
void
setRevision
(String revision) Sets the revision value for this LinkedWorkItem.void
setRole
(EnumOptionId role) Sets the role value for this LinkedWorkItem.void
setSuspect
(Boolean suspect) Sets the suspect value for this LinkedWorkItem.void
setWorkItemURI
(String workItemURI) Sets the workItemURI value for this LinkedWorkItem.
-
Constructor Details
-
LinkedWorkItem
public LinkedWorkItem() -
LinkedWorkItem
-
-
Method Details
-
getRevision
Gets the revision value for this LinkedWorkItem.- Returns:
- revision
-
setRevision
Sets the revision value for this LinkedWorkItem.- Parameters:
revision
-
-
getRole
Gets the role value for this LinkedWorkItem.- Returns:
- role
-
setRole
Sets the role value for this LinkedWorkItem.- Parameters:
role
-
-
getSuspect
Gets the suspect value for this LinkedWorkItem.- Returns:
- suspect
-
setSuspect
Sets the suspect value for this LinkedWorkItem.- Parameters:
suspect
-
-
getWorkItemURI
Gets the workItemURI value for this LinkedWorkItem.- Returns:
- workItemURI
-
setWorkItemURI
Sets the workItemURI value for this LinkedWorkItem.- 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
-