org.citygml4j.jaxb.gml._3_1_1
Class TimeOrdinalReferenceSystemType

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

public class TimeOrdinalReferenceSystemType
extends AbstractTimeReferenceSystemType

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

TimeOrdinalReferenceSystemType

public TimeOrdinalReferenceSystemType()
Method Detail

getComponent

public java.util.List<TimeOrdinalEraPropertyType> getComponent()
Gets the value of the component 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 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


isSetComponent

public boolean isSetComponent()

unsetComponent

public void unsetComponent()

setComponent

public void setComponent(java.util.List<TimeOrdinalEraPropertyType> component)
Sets the value of the component property.

Parameters:
component - allowed object is TimeOrdinalEraPropertyType