Package net.opengis.gml.v32.impl
Class TimePositionImpl
java.lang.Object
net.opengis.gml.v32.impl.TimePositionImpl
- All Implemented Interfaces:
 Serializable,TimePosition
POJO class for XML type TimePositionType(@http://www.opengis.net/gml/3.2).
 This is a union type. Instances are of one of the following types:
     net.opengis.DateTime
     java.lang.String
     double
- See Also:
 
- 
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected DateTimeOrDoubleprotected Stringprotected TimeIndeterminateValueprotected String - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the calendarEraName propertydoublegetFrame()Gets the frame propertyGets the indeterminatePosition propertyinthashCode()booleanChecks if calendarEraName is setbooleanbooleanChecks if frame is setbooleanChecks if indeterminatePosition is setbooleanvoidsetCalendarEraName(String calendarEraName) Sets the calendarEraName propertyvoidsetDateTimeValue(OffsetDateTime value) voidsetDecimalValue(double value) voidSets the frame propertyvoidsetIndeterminatePosition(TimeIndeterminateValue indeterminatePosition) Sets the indeterminatePosition propertyvoidsetTextValue(String value)  
- 
Field Details
- 
frame
 - 
calendarEraName
 - 
indeterminatePosition
 - 
dateTimeValue
 - 
textValue
 
 - 
 - 
Constructor Details
- 
TimePositionImpl
public TimePositionImpl() 
 - 
 - 
Method Details
- 
getFrame
Gets the frame property- Specified by:
 getFramein interfaceTimePosition
 - 
isSetFrame
public boolean isSetFrame()Checks if frame is set- Specified by:
 isSetFramein interfaceTimePosition
 - 
setFrame
Sets the frame property- Specified by:
 setFramein interfaceTimePosition
 - 
getCalendarEraName
Gets the calendarEraName property- Specified by:
 getCalendarEraNamein interfaceTimePosition
 - 
isSetCalendarEraName
public boolean isSetCalendarEraName()Checks if calendarEraName is set- Specified by:
 isSetCalendarEraNamein interfaceTimePosition
 - 
setCalendarEraName
Sets the calendarEraName property- Specified by:
 setCalendarEraNamein interfaceTimePosition
 - 
getIndeterminatePosition
Gets the indeterminatePosition property- Specified by:
 getIndeterminatePositionin interfaceTimePosition
 - 
isSetIndeterminatePosition
public boolean isSetIndeterminatePosition()Checks if indeterminatePosition is set- Specified by:
 isSetIndeterminatePositionin interfaceTimePosition
 - 
setIndeterminatePosition
Sets the indeterminatePosition property- Specified by:
 setIndeterminatePositionin interfaceTimePosition
 - 
getDateTimeValue
- Specified by:
 getDateTimeValuein interfaceTimePosition
 - 
isSetDateTimeValue
public boolean isSetDateTimeValue()- Specified by:
 isSetDateTimeValuein interfaceTimePosition
 - 
setDateTimeValue
- Specified by:
 setDateTimeValuein interfaceTimePosition
 - 
getDecimalValue
public double getDecimalValue()- Specified by:
 getDecimalValuein interfaceTimePosition
 - 
setDecimalValue
public void setDecimalValue(double value) - Specified by:
 setDecimalValuein interfaceTimePosition
 - 
getTextValue
- Specified by:
 getTextValuein interfaceTimePosition
 - 
isSetTextValue
public boolean isSetTextValue()- Specified by:
 isSetTextValuein interfaceTimePosition
 - 
setTextValue
- Specified by:
 setTextValuein interfaceTimePosition
 - 
equals
 - 
hashCode
public int hashCode() 
 -