net.opengis.gml
Class TimeCalendarType

java.lang.Object
  extended by net.opengis.gml.AbstractGMLType
      extended by net.opengis.gml.DefinitionType
          extended by net.opengis.gml.AbstractTimeReferenceSystemType
              extended by net.opengis.gml.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.

Classe Java pour TimeCalendarType complex type.

Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.

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


Field Summary
protected  List<TimeCalendarEraPropertyType> referenceFrame
           
 
Fields inherited from class net.opengis.gml.AbstractTimeReferenceSystemType
domainOfValidity
 
Fields inherited from class net.opengis.gml.AbstractGMLType
description, id, metaDataProperty, name
 
Constructor Summary
TimeCalendarType()
           
 
Method Summary
 List<TimeCalendarEraPropertyType> getReferenceFrame()
          Gets the value of the referenceFrame property.
 boolean isSetReferenceFrame()
           
 void unsetReferenceFrame()
           
 
Methods inherited from class net.opengis.gml.AbstractTimeReferenceSystemType
getDomainOfValidity, isSetDomainOfValidity, setDomainOfValidity
 
Methods inherited from class net.opengis.gml.AbstractGMLType
getDescription, getId, getMetaDataProperty, getName, isSetDescription, isSetId, isSetMetaDataProperty, isSetName, setDescription, setId, unsetMetaDataProperty, unsetName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

referenceFrame

protected List<TimeCalendarEraPropertyType> referenceFrame
Constructor Detail

TimeCalendarType

public TimeCalendarType()
Method Detail

getReferenceFrame

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


Copyright © 2014 IRSTV CNRS-FR-2488. All Rights Reserved.