org.citygml4j.jaxb.gml._3_1_1
Class AbstractTimeReferenceSystemType
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.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).
Java-Klasse für AbstractTimeReferenceSystemType complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<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 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 |
AbstractTimeReferenceSystemType
public AbstractTimeReferenceSystemType()
getDomainOfValidity
public java.lang.String getDomainOfValidity()
- Ruft den Wert der domainOfValidity-Eigenschaft ab.
- Returns:
- possible object is
String
setDomainOfValidity
public void setDomainOfValidity(java.lang.String value)
- Legt den Wert der domainOfValidity-Eigenschaft fest.
- Parameters:
value
- allowed object is
String
isSetDomainOfValidity
public boolean isSetDomainOfValidity()