org.citygml4j.jaxb.gml._3_1_1
Class TemporalDatumType

java.lang.Object
  extended by org.citygml4j.jaxb.gml._3_1_1.AbstractGMLType
      extended by org.citygml4j.jaxb.gml._3_1_1.DefinitionType
          extended by org.citygml4j.jaxb.gml._3_1_1.AbstractDatumBaseType
              extended by org.citygml4j.jaxb.gml._3_1_1.AbstractDatumType
                  extended by org.citygml4j.jaxb.gml._3_1_1.TemporalDatumBaseType
                      extended by org.citygml4j.jaxb.gml._3_1_1.TemporalDatumType

public class TemporalDatumType
extends TemporalDatumBaseType

Defines the origin of a temporal coordinate reference system. This type extends the TemporalDatumRestrictionType to add the "origin" element with the dateTime type.

Java-Klasse für TemporalDatumType complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="TemporalDatumType">
   <complexContent>
     <extension base="{http://www.opengis.net/gml}TemporalDatumBaseType">
       <sequence>
         <element ref="{http://www.opengis.net/gml}origin"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Constructor Summary
TemporalDatumType()
           
 
Method Summary
 javax.xml.datatype.XMLGregorianCalendar getOrigin()
          Ruft den Wert der origin-Eigenschaft ab.
 boolean isSetOrigin()
           
 void setOrigin(javax.xml.datatype.XMLGregorianCalendar value)
          Legt den Wert der origin-Eigenschaft fest.
 
Methods inherited from class org.citygml4j.jaxb.gml._3_1_1.AbstractDatumType
getAnchorPoint, getDatumID, getRealizationEpoch, getRemarks, getScope, getValidArea, isSetAnchorPoint, isSetDatumID, isSetRealizationEpoch, isSetRemarks, isSetScope, isSetValidArea, setAnchorPoint, setDatumID, setRealizationEpoch, setRemarks, setScope, setValidArea, unsetDatumID
 
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

TemporalDatumType

public TemporalDatumType()
Method Detail

getOrigin

public javax.xml.datatype.XMLGregorianCalendar getOrigin()
Ruft den Wert der origin-Eigenschaft ab.

Returns:
possible object is XMLGregorianCalendar

setOrigin

public void setOrigin(javax.xml.datatype.XMLGregorianCalendar value)
Legt den Wert der origin-Eigenschaft fest.

Parameters:
value - allowed object is XMLGregorianCalendar

isSetOrigin

public boolean isSetOrigin()