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 class for AbstractTimeReferenceSystemType complex type.
The following schema fragment specifies the expected content contained within this class.
<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()
- Gets the value of the domainOfValidity property.
- Returns:
- possible object is
String
setDomainOfValidity
public void setDomainOfValidity(java.lang.String value)
- Sets the value of the domainOfValidity property.
- Parameters:
value
- allowed object is
String
isSetDomainOfValidity
public boolean isSetDomainOfValidity()