Class LinkedOslcResource
java.lang.Object
com.polarion.alm.ws.client.types.tracker.LinkedOslcResource
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionLinkedOslcResource(String label, String revision, EnumOptionId role, String uri) -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic org.apache.axis.encoding.DeserializergetDeserializer(String mechType, Class _javaType, QName _xmlType) Get Custom DeserializergetLabel()Gets the label value for this LinkedOslcResource.Gets the revision value for this LinkedOslcResource.getRole()Gets the role value for this LinkedOslcResource.static org.apache.axis.encoding.SerializergetSerializer(String mechType, Class _javaType, QName _xmlType) Get Custom Serializerstatic org.apache.axis.description.TypeDescReturn type metadata objectgetUri()Gets the uri value for this LinkedOslcResource.inthashCode()voidSets the label value for this LinkedOslcResource.voidsetRevision(String revision) Sets the revision value for this LinkedOslcResource.voidsetRole(EnumOptionId role) Sets the role value for this LinkedOslcResource.voidSets the uri value for this LinkedOslcResource.
-
Constructor Details
-
LinkedOslcResource
public LinkedOslcResource() -
LinkedOslcResource
-
-
Method Details
-
getLabel
Gets the label value for this LinkedOslcResource.- Returns:
- label
-
setLabel
Sets the label value for this LinkedOslcResource.- Parameters:
label-
-
getRevision
Gets the revision value for this LinkedOslcResource.- Returns:
- revision
-
setRevision
Sets the revision value for this LinkedOslcResource.- Parameters:
revision-
-
getRole
Gets the role value for this LinkedOslcResource.- Returns:
- role
-
setRole
Sets the role value for this LinkedOslcResource.- Parameters:
role-
-
getUri
Gets the uri value for this LinkedOslcResource.- Returns:
- uri
-
setUri
Sets the uri value for this LinkedOslcResource.- Parameters:
uri-
-
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
-