Class LinkedWorkItem
java.lang.Object
com.polarion.alm.ws.client.types.tracker.LinkedWorkItem
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionLinkedWorkItem(String revision, EnumOptionId role, Boolean suspect, String workItemURI) -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic org.apache.axis.encoding.DeserializergetDeserializer(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.SerializergetSerializer(String mechType, Class _javaType, QName _xmlType) Get Custom SerializerGets the suspect value for this LinkedWorkItem.static org.apache.axis.description.TypeDescReturn type metadata objectGets the workItemURI value for this LinkedWorkItem.inthashCode()voidsetRevision(String revision) Sets the revision value for this LinkedWorkItem.voidsetRole(EnumOptionId role) Sets the role value for this LinkedWorkItem.voidsetSuspect(Boolean suspect) Sets the suspect value for this LinkedWorkItem.voidsetWorkItemURI(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
-