Package com.polarion.alm.ws.client.types
Class Revision
java.lang.Object
com.polarion.alm.ws.client.types.Revision
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Gets the author value for this Revision.Gets the branch value for this Revision.Gets the created value for this Revision.static org.apache.axis.encoding.Deserializer
getDeserializer
(String mechType, Class _javaType, QName _xmlType) Get Custom DeserializerGets the internalCommit value for this Revision.String[]
Gets the linkedWorkItemURIs value for this Revision.Gets the message value for this Revision.getName()
Gets the name value for this Revision.Gets the repositoryName value for this Revision.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 Revision.int
hashCode()
boolean
Gets the unresolvable value for this Revision.void
Sets the author value for this Revision.void
Sets the branch value for this Revision.void
setCreated
(Calendar created) Sets the created value for this Revision.void
setInternalCommit
(Boolean internalCommit) Sets the internalCommit value for this Revision.void
setLinkedWorkItemURIs
(String[] linkedWorkItemURIs) Sets the linkedWorkItemURIs value for this Revision.void
setMessage
(String message) Sets the message value for this Revision.void
Sets the name value for this Revision.void
setRepositoryName
(String repositoryName) Sets the repositoryName value for this Revision.void
setUnresolvable
(boolean unresolvable) Sets the unresolvable value for this Revision.void
Sets the uri value for this Revision.
-
Constructor Details
-
Revision
public Revision() -
Revision
-
-
Method Details
-
getAuthor
Gets the author value for this Revision.- Returns:
- author
-
setAuthor
Sets the author value for this Revision.- Parameters:
author
-
-
getBranch
Gets the branch value for this Revision.- Returns:
- branch
-
setBranch
Sets the branch value for this Revision.- Parameters:
branch
-
-
getCreated
Gets the created value for this Revision.- Returns:
- created
-
setCreated
Sets the created value for this Revision.- Parameters:
created
-
-
getInternalCommit
Gets the internalCommit value for this Revision.- Returns:
- internalCommit
-
setInternalCommit
Sets the internalCommit value for this Revision.- Parameters:
internalCommit
-
-
getLinkedWorkItemURIs
Gets the linkedWorkItemURIs value for this Revision.- Returns:
- linkedWorkItemURIs
-
setLinkedWorkItemURIs
Sets the linkedWorkItemURIs value for this Revision.- Parameters:
linkedWorkItemURIs
-
-
getMessage
Gets the message value for this Revision.- Returns:
- message
-
setMessage
Sets the message value for this Revision.- Parameters:
message
-
-
getName
Gets the name value for this Revision.- Returns:
- name
-
setName
Sets the name value for this Revision.- Parameters:
name
-
-
getRepositoryName
Gets the repositoryName value for this Revision.- Returns:
- repositoryName
-
setRepositoryName
Sets the repositoryName value for this Revision.- Parameters:
repositoryName
-
-
getUri
Gets the uri value for this Revision.- Returns:
- uri
-
setUri
Sets the uri value for this Revision.- Parameters:
uri
-
-
isUnresolvable
public boolean isUnresolvable()Gets the unresolvable value for this Revision.- Returns:
- unresolvable
-
setUnresolvable
public void setUnresolvable(boolean unresolvable) Sets the unresolvable value for this Revision.- Parameters:
unresolvable
-
-
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
-