org.citygml4j.jaxb.gml._3_1_1
Class AbstractTimeReferenceSystemType

java.lang.Object
  extended by org.citygml4j.jaxb.gml._3_1_1.AbstractGMLType
      extended by org.citygml4j.jaxb.gml._3_1_1.DefinitionType
          extended by 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>
 


Constructor Summary
AbstractTimeReferenceSystemType()
           
 
Method Summary
 java.lang.String getDomainOfValidity()
          Gets the value of the domainOfValidity property.
 boolean isSetDomainOfValidity()
           
 void setDomainOfValidity(java.lang.String value)
          Sets the value of the domainOfValidity property.
 
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
 

Constructor Detail

AbstractTimeReferenceSystemType

public AbstractTimeReferenceSystemType()
Method Detail

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