Class LinkedOslcResource
java.lang.Object
com.polarion.alm.ws.client.types.tracker.LinkedOslcResource
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorDescriptionLinkedOslcResource
(String label, String revision, EnumOptionId role, String uri) -
Method Summary
Modifier and TypeMethodDescriptionboolean
static org.apache.axis.encoding.Deserializer
getDeserializer
(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.Serializer
getSerializer
(String mechType, Class _javaType, QName _xmlType) Get Custom Serializerstatic org.apache.axis.description.TypeDesc
Return type metadata objectgetUri()
Gets the uri value for this LinkedOslcResource.int
hashCode()
void
Sets the label value for this LinkedOslcResource.void
setRevision
(String revision) Sets the revision value for this LinkedOslcResource.void
setRole
(EnumOptionId role) Sets the role value for this LinkedOslcResource.void
Sets 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
-