org.citygml4j.jaxb.gml._3_1_1
Class AbstractTimePrimitiveType

java.lang.Object
  extended by org.citygml4j.jaxb.gml._3_1_1.AbstractGMLType
      extended by org.citygml4j.jaxb.gml._3_1_1.AbstractTimeObjectType
          extended by org.citygml4j.jaxb.gml._3_1_1.AbstractTimePrimitiveType
Direct Known Subclasses:
AbstractTimeGeometricPrimitiveType, AbstractTimeTopologyPrimitiveType

public abstract class AbstractTimePrimitiveType
extends AbstractTimeObjectType

The abstract supertype for temporal primitives.

Java class for AbstractTimePrimitiveType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="AbstractTimePrimitiveType">
   <complexContent>
     <extension base="{http://www.opengis.net/gml}AbstractTimeObjectType">
       <sequence>
         <element name="relatedTime" type="{http://www.opengis.net/gml}RelatedTimeType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Constructor Summary
AbstractTimePrimitiveType()
           
 
Method Summary
 java.util.List<RelatedTimeType> getRelatedTime()
          Gets the value of the relatedTime property.
 boolean isSetRelatedTime()
           
 void setRelatedTime(java.util.List<RelatedTimeType> relatedTime)
          Sets the value of the relatedTime property.
 void unsetRelatedTime()
           
 
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

AbstractTimePrimitiveType

public AbstractTimePrimitiveType()
Method Detail

getRelatedTime

public java.util.List<RelatedTimeType> getRelatedTime()
Gets the value of the relatedTime 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 relatedTime property.

For example, to add a new item, do as follows:

    getRelatedTime().add(newItem);
 

Objects of the following type(s) are allowed in the list RelatedTimeType


isSetRelatedTime

public boolean isSetRelatedTime()

unsetRelatedTime

public void unsetRelatedTime()

setRelatedTime

public void setRelatedTime(java.util.List<RelatedTimeType> relatedTime)
Sets the value of the relatedTime property.

Parameters:
relatedTime - allowed object is RelatedTimeType