Package net.opengis.gml.v32
Interface TimePosition
- All Superinterfaces:
 Serializable
- All Known Implementing Classes:
 TimePositionImpl
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
- 
Method Summary
Modifier and TypeMethodDescriptionGets the calendarEraName propertydoublegetFrame()Gets the frame propertyGets the indeterminatePosition propertybooleanChecks 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)  
- 
Method Details
- 
getFrame
String getFrame()Gets the frame property - 
isSetFrame
boolean isSetFrame()Checks if frame is set - 
setFrame
Sets the frame property - 
getCalendarEraName
String getCalendarEraName()Gets the calendarEraName property - 
isSetCalendarEraName
boolean isSetCalendarEraName()Checks if calendarEraName is set - 
setCalendarEraName
Sets the calendarEraName property - 
getIndeterminatePosition
TimeIndeterminateValue getIndeterminatePosition()Gets the indeterminatePosition property - 
isSetIndeterminatePosition
boolean isSetIndeterminatePosition()Checks if indeterminatePosition is set - 
setIndeterminatePosition
Sets the indeterminatePosition property - 
getDateTimeValue
OffsetDateTime getDateTimeValue() - 
isSetDateTimeValue
boolean isSetDateTimeValue() - 
setDateTimeValue
 - 
getDecimalValue
double getDecimalValue() - 
setDecimalValue
void setDecimalValue(double value)  - 
getTextValue
String getTextValue() - 
isSetTextValue
boolean isSetTextValue() - 
setTextValue
 
 -