Class LinkedResource
java.lang.Object
com.polarion.alm.ws.client.types.tracker.LinkedResource
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Gets the branch value for this LinkedResource.Gets the category value for this LinkedResource.static org.apache.axis.encoding.Deserializer
getDeserializer
(String mechType, Class _javaType, QName _xmlType) Get Custom DeserializerGets the element value for this LinkedResource.Gets the elementPosition value for this LinkedResource.Gets the fileName value for this LinkedResource.Gets the linkPosition value for this LinkedResource.Gets the location value for this LinkedResource.Gets the message value for this LinkedResource.Gets the objectId value for this LinkedResource.Gets the objectRevision value for this LinkedResource.Gets the projectId value for this LinkedResource.Gets the repositoryId value for this LinkedResource.getRole()
Gets the role value for this LinkedResource.static org.apache.axis.encoding.Serializer
getSerializer
(String mechType, Class _javaType, QName _xmlType) Get Custom Serializerstatic org.apache.axis.description.TypeDesc
Return type metadata objectint
hashCode()
void
Sets the branch value for this LinkedResource.void
setCategory
(String category) Sets the category value for this LinkedResource.void
setElement
(String element) Sets the element value for this LinkedResource.void
setElementPosition
(String elementPosition) Sets the elementPosition value for this LinkedResource.void
setFileName
(String fileName) Sets the fileName value for this LinkedResource.void
setLinkPosition
(String linkPosition) Sets the linkPosition value for this LinkedResource.void
setLocation
(String location) Sets the location value for this LinkedResource.void
setMessage
(String message) Sets the message value for this LinkedResource.void
setObjectId
(String objectId) Sets the objectId value for this LinkedResource.void
setObjectRevision
(String objectRevision) Sets the objectRevision value for this LinkedResource.void
setProjectId
(String projectId) Sets the projectId value for this LinkedResource.void
setRepositoryId
(String repositoryId) Sets the repositoryId value for this LinkedResource.void
Sets the role value for this LinkedResource.
-
Constructor Details
-
LinkedResource
public LinkedResource() -
LinkedResource
-
-
Method Details
-
getBranch
Gets the branch value for this LinkedResource.- Returns:
- branch
-
setBranch
Sets the branch value for this LinkedResource.- Parameters:
branch
-
-
getCategory
Gets the category value for this LinkedResource.- Returns:
- category
-
setCategory
Sets the category value for this LinkedResource.- Parameters:
category
-
-
getElement
Gets the element value for this LinkedResource.- Returns:
- element
-
setElement
Sets the element value for this LinkedResource.- Parameters:
element
-
-
getElementPosition
Gets the elementPosition value for this LinkedResource.- Returns:
- elementPosition
-
setElementPosition
Sets the elementPosition value for this LinkedResource.- Parameters:
elementPosition
-
-
getFileName
Gets the fileName value for this LinkedResource.- Returns:
- fileName
-
setFileName
Sets the fileName value for this LinkedResource.- Parameters:
fileName
-
-
getLinkPosition
Gets the linkPosition value for this LinkedResource.- Returns:
- linkPosition
-
setLinkPosition
Sets the linkPosition value for this LinkedResource.- Parameters:
linkPosition
-
-
getLocation
Gets the location value for this LinkedResource.- Returns:
- location
-
setLocation
Sets the location value for this LinkedResource.- Parameters:
location
-
-
getMessage
Gets the message value for this LinkedResource.- Returns:
- message
-
setMessage
Sets the message value for this LinkedResource.- Parameters:
message
-
-
getObjectId
Gets the objectId value for this LinkedResource.- Returns:
- objectId
-
setObjectId
Sets the objectId value for this LinkedResource.- Parameters:
objectId
-
-
getObjectRevision
Gets the objectRevision value for this LinkedResource.- Returns:
- objectRevision
-
setObjectRevision
Sets the objectRevision value for this LinkedResource.- Parameters:
objectRevision
-
-
getProjectId
Gets the projectId value for this LinkedResource.- Returns:
- projectId
-
setProjectId
Sets the projectId value for this LinkedResource.- Parameters:
projectId
-
-
getRepositoryId
Gets the repositoryId value for this LinkedResource.- Returns:
- repositoryId
-
setRepositoryId
Sets the repositoryId value for this LinkedResource.- Parameters:
repositoryId
-
-
getRole
Gets the role value for this LinkedResource.- Returns:
- role
-
setRole
Sets the role value for this LinkedResource.- Parameters:
role
-
-
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
-