org.citygml4j.jaxb.gml._3_1_1
Class TimeNodeType

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
              extended by org.citygml4j.jaxb.gml._3_1_1.AbstractTimeTopologyPrimitiveType
                  extended by org.citygml4j.jaxb.gml._3_1_1.TimeNodeType

public class TimeNodeType
extends AbstractTimeTopologyPrimitiveType

Type declaration of the element "TimeNode".

Java class for TimeNodeType complex type.

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

 <complexType name="TimeNodeType">
   <complexContent>
     <extension base="{http://www.opengis.net/gml}AbstractTimeTopologyPrimitiveType">
       <sequence>
         <element name="previousEdge" type="{http://www.opengis.net/gml}TimeEdgePropertyType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="nextEdge" type="{http://www.opengis.net/gml}TimeEdgePropertyType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="position" type="{http://www.opengis.net/gml}TimeInstantPropertyType" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Constructor Summary
TimeNodeType()
           
 
Method Summary
 java.util.List<TimeEdgePropertyType> getNextEdge()
          Gets the value of the nextEdge property.
 TimeInstantPropertyType getPosition()
          Gets the value of the position property.
 java.util.List<TimeEdgePropertyType> getPreviousEdge()
          Gets the value of the previousEdge property.
 boolean isSetNextEdge()
           
 boolean isSetPosition()
           
 boolean isSetPreviousEdge()
           
 void setNextEdge(java.util.List<TimeEdgePropertyType> nextEdge)
          Sets the value of the nextEdge property.
 void setPosition(TimeInstantPropertyType value)
          Sets the value of the position property.
 void setPreviousEdge(java.util.List<TimeEdgePropertyType> previousEdge)
          Sets the value of the previousEdge property.
 void unsetNextEdge()
           
 void unsetPreviousEdge()
           
 
Methods inherited from class org.citygml4j.jaxb.gml._3_1_1.AbstractTimeTopologyPrimitiveType
getComplex, isSetComplex, setComplex
 
Methods inherited from class org.citygml4j.jaxb.gml._3_1_1.AbstractTimePrimitiveType
getRelatedTime, isSetRelatedTime, setRelatedTime, 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

TimeNodeType

public TimeNodeType()
Method Detail

getPreviousEdge

public java.util.List<TimeEdgePropertyType> getPreviousEdge()
Gets the value of the previousEdge 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 previousEdge property.

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

    getPreviousEdge().add(newItem);
 

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


isSetPreviousEdge

public boolean isSetPreviousEdge()

unsetPreviousEdge

public void unsetPreviousEdge()

getNextEdge

public java.util.List<TimeEdgePropertyType> getNextEdge()
Gets the value of the nextEdge 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 nextEdge property.

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

    getNextEdge().add(newItem);
 

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


isSetNextEdge

public boolean isSetNextEdge()

unsetNextEdge

public void unsetNextEdge()

getPosition

public TimeInstantPropertyType getPosition()
Gets the value of the position property.

Returns:
possible object is TimeInstantPropertyType

setPosition

public void setPosition(TimeInstantPropertyType value)
Sets the value of the position property.

Parameters:
value - allowed object is TimeInstantPropertyType

isSetPosition

public boolean isSetPosition()

setPreviousEdge

public void setPreviousEdge(java.util.List<TimeEdgePropertyType> previousEdge)
Sets the value of the previousEdge property.

Parameters:
previousEdge - allowed object is TimeEdgePropertyType

setNextEdge

public void setNextEdge(java.util.List<TimeEdgePropertyType> nextEdge)
Sets the value of the nextEdge property.

Parameters:
nextEdge - allowed object is TimeEdgePropertyType