net.opengis.gml
Class TimeCalendarType
java.lang.Object
net.opengis.gml.AbstractGMLType
net.opengis.gml.DefinitionType
net.opengis.gml.AbstractTimeReferenceSystemType
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>
| 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 |
referenceFrame
protected List<TimeCalendarEraPropertyType> referenceFrame
TimeCalendarType
public TimeCalendarType()
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.