org.citygml4j.jaxb.gml._3_1_1
Class TimeCalendarType

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
              extended by org.citygml4j.jaxb.gml._3_1_1.TimeCalendarType

public class TimeCalendarType
extends AbstractTimeReferenceSystemType

A calendar is a discrete temporal reference system that provides a basis for defining temporal position to a resolution of one day. A single calendar may reference more than one calendar era.

Java-Klasse für TimeCalendarType complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="TimeCalendarType">
   <complexContent>
     <extension base="{http://www.opengis.net/gml}AbstractTimeReferenceSystemType">
       <sequence>
         <element name="referenceFrame" type="{http://www.opengis.net/gml}TimeCalendarEraPropertyType" maxOccurs="unbounded"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Constructor Summary
TimeCalendarType()
           
 
Method Summary
 java.util.List<TimeCalendarEraPropertyType> getReferenceFrame()
          Gets the value of the referenceFrame property.
 boolean isSetReferenceFrame()
           
 void setReferenceFrame(java.util.List<TimeCalendarEraPropertyType> referenceFrame)
          Sets the value of the referenceFrame property.
 void unsetReferenceFrame()
           
 
Methods inherited from class org.citygml4j.jaxb.gml._3_1_1.AbstractTimeReferenceSystemType
getDomainOfValidity, isSetDomainOfValidity, setDomainOfValidity
 
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

TimeCalendarType

public TimeCalendarType()
Method Detail

getReferenceFrame

public java.util.List<TimeCalendarEraPropertyType> getReferenceFrame()
Gets the value of the referenceFrame property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the referenceFrame property.

For example, to add a new item, do as follows:

    getReferenceFrame().add(newItem);
 

Objects of the following type(s) are allowed in the list TimeCalendarEraPropertyType


isSetReferenceFrame

public boolean isSetReferenceFrame()

unsetReferenceFrame

public void unsetReferenceFrame()

setReferenceFrame

public void setReferenceFrame(java.util.List<TimeCalendarEraPropertyType> referenceFrame)
Sets the value of the referenceFrame property.

Parameters:
referenceFrame - allowed object is TimeCalendarEraPropertyType