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 String
protected DateTimeOrDouble
protected String
protected TimeIndeterminateValue
protected String
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Gets the calendarEraName propertydouble
getFrame()
Gets the frame propertyGets the indeterminatePosition propertyint
hashCode()
boolean
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)
-
Field Details
-
frame
-
calendarEraName
-
indeterminatePosition
-
dateTimeValue
-
textValue
-
-
Constructor Details
-
TimePositionImpl
public TimePositionImpl()
-
-
Method Details
-
getFrame
Gets the frame property- Specified by:
getFrame
in interfaceTimePosition
-
isSetFrame
public boolean isSetFrame()Checks if frame is set- Specified by:
isSetFrame
in interfaceTimePosition
-
setFrame
Sets the frame property- Specified by:
setFrame
in interfaceTimePosition
-
getCalendarEraName
Gets the calendarEraName property- Specified by:
getCalendarEraName
in interfaceTimePosition
-
isSetCalendarEraName
public boolean isSetCalendarEraName()Checks if calendarEraName is set- Specified by:
isSetCalendarEraName
in interfaceTimePosition
-
setCalendarEraName
Sets the calendarEraName property- Specified by:
setCalendarEraName
in interfaceTimePosition
-
getIndeterminatePosition
Gets the indeterminatePosition property- Specified by:
getIndeterminatePosition
in interfaceTimePosition
-
isSetIndeterminatePosition
public boolean isSetIndeterminatePosition()Checks if indeterminatePosition is set- Specified by:
isSetIndeterminatePosition
in interfaceTimePosition
-
setIndeterminatePosition
Sets the indeterminatePosition property- Specified by:
setIndeterminatePosition
in interfaceTimePosition
-
getDateTimeValue
- Specified by:
getDateTimeValue
in interfaceTimePosition
-
isSetDateTimeValue
public boolean isSetDateTimeValue()- Specified by:
isSetDateTimeValue
in interfaceTimePosition
-
setDateTimeValue
- Specified by:
setDateTimeValue
in interfaceTimePosition
-
getDecimalValue
public double getDecimalValue()- Specified by:
getDecimalValue
in interfaceTimePosition
-
setDecimalValue
public void setDecimalValue(double value) - Specified by:
setDecimalValue
in interfaceTimePosition
-
getTextValue
- Specified by:
getTextValue
in interfaceTimePosition
-
isSetTextValue
public boolean isSetTextValue()- Specified by:
isSetTextValue
in interfaceTimePosition
-
setTextValue
- Specified by:
setTextValue
in interfaceTimePosition
-
equals
-
hashCode
public int hashCode()
-