|
||||||||||
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.TimeOrdinalReferenceSystemType
public class TimeOrdinalReferenceSystemType
In an ordinal reference system the order of events in time can be well established, but the magnitude of the intervals between them can not be accurately determined (e.g. a stratigraphic sequence).
Java class for TimeOrdinalReferenceSystemType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TimeOrdinalReferenceSystemType"> <complexContent> <extension base="{http://www.opengis.net/gml}AbstractTimeReferenceSystemType"> <sequence> <element name="component" type="{http://www.opengis.net/gml}TimeOrdinalEraPropertyType" maxOccurs="unbounded"/> </sequence> </extension> </complexContent> </complexType>
Constructor Summary | |
---|---|
TimeOrdinalReferenceSystemType()
|
Method Summary | |
---|---|
java.util.List<TimeOrdinalEraPropertyType> |
getComponent()
Gets the value of the component property. |
boolean |
isSetComponent()
|
void |
setComponent(java.util.List<TimeOrdinalEraPropertyType> component)
Sets the value of the component property. |
void |
unsetComponent()
|
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 TimeOrdinalReferenceSystemType()
Method Detail |
---|
public java.util.List<TimeOrdinalEraPropertyType> getComponent()
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 component property.
For example, to add a new item, do as follows:
getComponent().add(newItem);
Objects of the following type(s) are allowed in the list
TimeOrdinalEraPropertyType
public boolean isSetComponent()
public void unsetComponent()
public void setComponent(java.util.List<TimeOrdinalEraPropertyType> component)
component
- allowed object is
TimeOrdinalEraPropertyType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |