net.opengis.gml
Class AbstractTimeReferenceSystemType
java.lang.Object
net.opengis.gml.AbstractGMLType
net.opengis.gml.DefinitionType
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>
| 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 |
domainOfValidity
protected String domainOfValidity
AbstractTimeReferenceSystemType
public AbstractTimeReferenceSystemType()
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.