Class BuildLinkedWorkItem
java.lang.Object
com.polarion.alm.ws.client.types.builder.BuildLinkedWorkItem
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
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 BuildLinkedWorkItem.getRole()
Gets the role value for this BuildLinkedWorkItem.static org.apache.axis.encoding.Serializer
getSerializer
(String mechType, Class _javaType, QName _xmlType) Get Custom Serializerstatic org.apache.axis.description.TypeDesc
Return type metadata objectGets the workItem value for this BuildLinkedWorkItem.int
hashCode()
void
setRevision
(String revision) Sets the revision value for this BuildLinkedWorkItem.void
setRole
(EnumOptionId role) Sets the role value for this BuildLinkedWorkItem.void
setWorkItem
(WorkItem workItem) Sets the workItem value for this BuildLinkedWorkItem.
-
Constructor Details
-
BuildLinkedWorkItem
public BuildLinkedWorkItem() -
BuildLinkedWorkItem
-
-
Method Details
-
getRevision
Gets the revision value for this BuildLinkedWorkItem.- Returns:
- revision
-
setRevision
Sets the revision value for this BuildLinkedWorkItem.- Parameters:
revision
-
-
getRole
Gets the role value for this BuildLinkedWorkItem.- Returns:
- role
-
setRole
Sets the role value for this BuildLinkedWorkItem.- Parameters:
role
-
-
getWorkItem
Gets the workItem value for this BuildLinkedWorkItem.- Returns:
- workItem
-
setWorkItem
Sets the workItem value for this BuildLinkedWorkItem.- Parameters:
workItem
-
-
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
-