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 TypeMethodDescriptionbooleanGets 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.DeserializergetDeserializer(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.SerializergetSerializer(String mechType, Class _javaType, QName _xmlType) Get Custom Serializerstatic org.apache.axis.description.TypeDescReturn type metadata objectgetUri()Gets the uri value for this Revision.inthashCode()booleanGets the unresolvable value for this Revision.voidSets the author value for this Revision.voidSets the branch value for this Revision.voidsetCreated(Calendar created) Sets the created value for this Revision.voidsetInternalCommit(Boolean internalCommit) Sets the internalCommit value for this Revision.voidsetLinkedWorkItemURIs(String[] linkedWorkItemURIs) Sets the linkedWorkItemURIs value for this Revision.voidsetMessage(String message) Sets the message value for this Revision.voidSets the name value for this Revision.voidsetRepositoryName(String repositoryName) Sets the repositoryName value for this Revision.voidsetUnresolvable(boolean unresolvable) Sets the unresolvable value for this Revision.voidSets 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
-