net.opengis.gml
Class AbstractTimeReferenceSystemType

java.lang.Object
  extended by net.opengis.gml.AbstractGMLType
      extended by net.opengis.gml.DefinitionType
          extended by net.opengis.gml.AbstractTimeReferenceSystemType
Direct Known Subclasses:
TimeCalendarType, TimeClockType, TimeCoordinateSystemType, TimeOrdinalReferenceSystemType

public abstract class AbstractTimeReferenceSystemType
extends DefinitionType

A value in the time domain is measured relative to a temporal reference system. Common types of reference systems include calendars, ordinal temporal reference systems, and temporal coordinate systems (time elapsed since some epoch, e.g. UNIX time).

Classe Java pour AbstractTimeReferenceSystemType complex type.

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

 <complexType name="AbstractTimeReferenceSystemType">
   <complexContent>
     <extension base="{http://www.opengis.net/gml}DefinitionType">
       <sequence>
         <element name="domainOfValidity" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  String domainOfValidity
           
 
Fields inherited from class net.opengis.gml.AbstractGMLType
description, id, metaDataProperty, name
 
Constructor Summary
AbstractTimeReferenceSystemType()
           
 
Method Summary
 String getDomainOfValidity()
          Obtient la valeur de la propriété domainOfValidity.
 boolean isSetDomainOfValidity()
           
 void setDomainOfValidity(String value)
          Définit la valeur de la propriété domainOfValidity.
 
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

domainOfValidity

protected String domainOfValidity
Constructor Detail

AbstractTimeReferenceSystemType

public AbstractTimeReferenceSystemType()
Method Detail

getDomainOfValidity

public String getDomainOfValidity()
Obtient la valeur de la propriété domainOfValidity.

Returns:
possible object is String

setDomainOfValidity

public void setDomainOfValidity(String value)
Définit la valeur de la propriété domainOfValidity.

Parameters:
value - allowed object is String

isSetDomainOfValidity

public boolean isSetDomainOfValidity()


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