Class Hyperlink
java.lang.Object
com.polarion.alm.ws.client.types.tracker.Hyperlink
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
static org.apache.axis.encoding.Deserializer
getDeserializer
(String mechType, Class _javaType, QName _xmlType) Get Custom DeserializergetRole()
Gets the role value for this Hyperlink.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 Hyperlink.int
hashCode()
void
setRole
(EnumOptionId role) Sets the role value for this Hyperlink.void
Sets the uri value for this Hyperlink.
-
Constructor Details
-
Hyperlink
public Hyperlink() -
Hyperlink
-
-
Method Details
-
getRole
Gets the role value for this Hyperlink.- Returns:
- role
-
setRole
Sets the role value for this Hyperlink.- Parameters:
role
-
-
getUri
Gets the uri value for this Hyperlink.- Returns:
- uri
-
setUri
Sets the uri value for this Hyperlink.- 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
-