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 propertydouble
getFrame()
Gets the frame propertyGets the indeterminatePosition propertyboolean
Checks if calendarEraName is setboolean
boolean
Checks if frame is setboolean
Checks if indeterminatePosition is setboolean
void
setCalendarEraName
(String calendarEraName) Sets the calendarEraName propertyvoid
setDateTimeValue
(OffsetDateTime value) void
setDecimalValue
(double value) void
Sets the frame propertyvoid
setIndeterminatePosition
(TimeIndeterminateValue indeterminatePosition) Sets the indeterminatePosition propertyvoid
setTextValue
(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
-