org.citygml4j.jaxb.gml._3_1_1
Class TimeInstantType

java.lang.Object
  extended by org.citygml4j.jaxb.gml._3_1_1.AbstractGMLType
      extended by org.citygml4j.jaxb.gml._3_1_1.AbstractTimeObjectType
          extended by org.citygml4j.jaxb.gml._3_1_1.AbstractTimePrimitiveType
              extended by org.citygml4j.jaxb.gml._3_1_1.AbstractTimeGeometricPrimitiveType
                  extended by 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>
 


Constructor Summary
TimeInstantType()
           
 
Method Summary
 TimePositionType getTimePosition()
          Gets the value of the timePosition property.
 boolean isSetTimePosition()
           
 void setTimePosition(TimePositionType value)
          Sets the value of the timePosition property.
 
Methods inherited from class org.citygml4j.jaxb.gml._3_1_1.AbstractTimeGeometricPrimitiveType
getFrame, isSetFrame, setFrame
 
Methods inherited from class org.citygml4j.jaxb.gml._3_1_1.AbstractTimePrimitiveType
getRelatedTime, isSetRelatedTime, setRelatedTime, unsetRelatedTime
 
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
 

Constructor Detail

TimeInstantType

public TimeInstantType()
Method Detail

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()