net.opengis.gml
Class TemporalDatumType

java.lang.Object
  extended by net.opengis.gml.AbstractGMLType
      extended by net.opengis.gml.DefinitionType
          extended by net.opengis.gml.AbstractDatumBaseType
              extended by net.opengis.gml.AbstractDatumType
                  extended by net.opengis.gml.TemporalDatumBaseType
                      extended by net.opengis.gml.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.

Classe Java pour TemporalDatumType complex type.

Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.

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


Field Summary
protected  XMLGregorianCalendar origin
           
 
Fields inherited from class net.opengis.gml.AbstractDatumType
anchorPoint, datumID, realizationEpoch, remarks, scope, validArea
 
Fields inherited from class net.opengis.gml.AbstractGMLType
description, id, metaDataProperty, name
 
Constructor Summary
TemporalDatumType()
           
 
Method Summary
 XMLGregorianCalendar getOrigin()
          Obtient la valeur de la propriété origin.
 boolean isSetOrigin()
           
 void setOrigin(XMLGregorianCalendar value)
          Définit la valeur de la propriété origin.
 
Methods inherited from class net.opengis.gml.AbstractDatumType
getAnchorPoint, getDatumID, getRealizationEpoch, getRemarks, getScope, getValidArea, isSetAnchorPoint, isSetDatumID, isSetRealizationEpoch, isSetRemarks, isSetScope, isSetValidArea, setAnchorPoint, setRealizationEpoch, setRemarks, setScope, setValidArea, unsetDatumID
 
Methods inherited from class net.opengis.gml.AbstractGMLType
getDescription, getId, getMetaDataProperty, getName, isSetDescription, isSetId, isSetMetaDataProperty, isSetName, setDescription, setId, unsetMetaDataProperty, unsetName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

origin

protected XMLGregorianCalendar origin
Constructor Detail

TemporalDatumType

public TemporalDatumType()
Method Detail

getOrigin

public XMLGregorianCalendar getOrigin()
Obtient la valeur de la propriété origin.

Returns:
possible object is XMLGregorianCalendar

setOrigin

public void setOrigin(XMLGregorianCalendar value)
Définit la valeur de la propriété origin.

Parameters:
value - allowed object is XMLGregorianCalendar

isSetOrigin

public boolean isSetOrigin()


Copyright © 2014 IRSTV CNRS-FR-2488. All Rights Reserved.