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


Constructor Summary
AbstractTimeReferenceSystemType()
           
 
Method Summary
 java.lang.String getDomainOfValidity()
          Ruft den Wert der domainOfValidity-Eigenschaft ab.
 boolean isSetDomainOfValidity()
           
 void setDomainOfValidity(java.lang.String value)
          Legt den Wert der domainOfValidity-Eigenschaft fest.
 
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()
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()