Class TimePoint
java.lang.Object
com.polarion.alm.ws.client.types.tracker.TimePoint
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Gets the closed value for this TimePoint.Gets the description value for this TimePoint.static org.apache.axis.encoding.Deserializer
getDeserializer
(String mechType, Class _javaType, QName _xmlType) Get Custom DeserializerGets the earliestPlannedStart value for this TimePoint.getId()
Gets the id value for this TimePoint.getName()
Gets the name value for this TimePoint.static org.apache.axis.encoding.Serializer
getSerializer
(String mechType, Class _javaType, QName _xmlType) Get Custom SerializergetTime()
Gets the time value for this TimePoint.static org.apache.axis.description.TypeDesc
Return type metadata objectgetUri()
Gets the uri value for this TimePoint.int
hashCode()
boolean
Gets the unresolvable value for this TimePoint.void
Sets the closed value for this TimePoint.void
setDescription
(Text description) Sets the description value for this TimePoint.void
setEarliestPlannedStart
(Date earliestPlannedStart) Sets the earliestPlannedStart value for this TimePoint.void
Sets the id value for this TimePoint.void
Sets the name value for this TimePoint.void
Sets the time value for this TimePoint.void
setUnresolvable
(boolean unresolvable) Sets the unresolvable value for this TimePoint.void
Sets the uri value for this TimePoint.
-
Constructor Details
-
TimePoint
public TimePoint() -
TimePoint
-
-
Method Details
-
getClosed
Gets the closed value for this TimePoint.- Returns:
- closed
-
setClosed
Sets the closed value for this TimePoint.- Parameters:
closed
-
-
getDescription
Gets the description value for this TimePoint.- Returns:
- description
-
setDescription
Sets the description value for this TimePoint.- Parameters:
description
-
-
getEarliestPlannedStart
Gets the earliestPlannedStart value for this TimePoint.- Returns:
- earliestPlannedStart
-
setEarliestPlannedStart
Sets the earliestPlannedStart value for this TimePoint.- Parameters:
earliestPlannedStart
-
-
getId
Gets the id value for this TimePoint.- Returns:
- id
-
setId
Sets the id value for this TimePoint.- Parameters:
id
-
-
getName
Gets the name value for this TimePoint.- Returns:
- name
-
setName
Sets the name value for this TimePoint.- Parameters:
name
-
-
getTime
Gets the time value for this TimePoint.- Returns:
- time
-
setTime
Sets the time value for this TimePoint.- Parameters:
time
-
-
getUri
Gets the uri value for this TimePoint.- Returns:
- uri
-
setUri
Sets the uri value for this TimePoint.- Parameters:
uri
-
-
isUnresolvable
public boolean isUnresolvable()Gets the unresolvable value for this TimePoint.- Returns:
- unresolvable
-
setUnresolvable
public void setUnresolvable(boolean unresolvable) Sets the unresolvable value for this TimePoint.- 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
-