org.citygml4j.jaxb.gml._3_1_1
Class TimeInstantType
java.lang.Object
org.citygml4j.jaxb.gml._3_1_1.AbstractGMLType
org.citygml4j.jaxb.gml._3_1_1.AbstractTimeObjectType
org.citygml4j.jaxb.gml._3_1_1.AbstractTimePrimitiveType
org.citygml4j.jaxb.gml._3_1_1.AbstractTimeGeometricPrimitiveType
org.citygml4j.jaxb.gml._3_1_1.TimeInstantType
public class TimeInstantType
- extends AbstractTimeGeometricPrimitiveType
Omit back-pointers begunBy, endedBy.
Java class for TimeInstantType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TimeInstantType">
<complexContent>
<extension base="{http://www.opengis.net/gml}AbstractTimeGeometricPrimitiveType">
<sequence>
<element ref="{http://www.opengis.net/gml}timePosition"/>
</sequence>
</extension>
</complexContent>
</complexType>
Methods inherited from class org.citygml4j.jaxb.gml._3_1_1.AbstractGMLType |
getDescription, getId, getMetaDataProperty, getName, isSetDescription, isSetId, isSetMetaDataProperty, isSetName, setDescription, setId, setMetaDataProperty, setName, unsetMetaDataProperty, unsetName |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TimeInstantType
public TimeInstantType()
getTimePosition
public TimePositionType getTimePosition()
- Gets the value of the timePosition property.
- Returns:
- possible object is
TimePositionType
setTimePosition
public void setTimePosition(TimePositionType value)
- Sets the value of the timePosition property.
- Parameters:
value
- allowed object is
TimePositionType
isSetTimePosition
public boolean isSetTimePosition()