org.citygml4j.jaxb.gml._3_1_1
Class TemporalDatumType
java.lang.Object
org.citygml4j.jaxb.gml._3_1_1.AbstractGMLType
org.citygml4j.jaxb.gml._3_1_1.DefinitionType
org.citygml4j.jaxb.gml._3_1_1.AbstractDatumBaseType
org.citygml4j.jaxb.gml._3_1_1.AbstractDatumType
org.citygml4j.jaxb.gml._3_1_1.TemporalDatumBaseType
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 class for TemporalDatumType complex type.
The following schema fragment specifies the expected content contained within this class.
<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>
Method Summary |
javax.xml.datatype.XMLGregorianCalendar |
getOrigin()
Gets the value of the origin property. |
boolean |
isSetOrigin()
|
void |
setOrigin(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the origin property. |
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 |
TemporalDatumType
public TemporalDatumType()
getOrigin
public javax.xml.datatype.XMLGregorianCalendar getOrigin()
- Gets the value of the origin property.
- Returns:
- possible object is
XMLGregorianCalendar
setOrigin
public void setOrigin(javax.xml.datatype.XMLGregorianCalendar value)
- Sets the value of the origin property.
- Parameters:
value
- allowed object is
XMLGregorianCalendar
isSetOrigin
public boolean isSetOrigin()