|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.citygml4j.jaxb.gml._3_1_1.AbstractGMLType
org.citygml4j.jaxb.gml._3_1_1.DefinitionType
org.citygml4j.jaxb.gml._3_1_1.AbstractTimeReferenceSystemType
org.citygml4j.jaxb.gml._3_1_1.TimeCalendarType
public class TimeCalendarType
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 |
---|
public TimeCalendarType()
Method Detail |
---|
public java.util.List<TimeCalendarEraPropertyType> getReferenceFrame()
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
public boolean isSetReferenceFrame()
public void unsetReferenceFrame()
public void setReferenceFrame(java.util.List<TimeCalendarEraPropertyType> referenceFrame)
referenceFrame
- allowed object is
TimeCalendarEraPropertyType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |