net.opengis.gml
Class TimeNodeType

java.lang.Object
  extended by net.opengis.gml.AbstractGMLType
      extended by net.opengis.gml.AbstractTimeObjectType
          extended by net.opengis.gml.AbstractTimePrimitiveType
              extended by net.opengis.gml.AbstractTimeTopologyPrimitiveType
                  extended by net.opengis.gml.TimeNodeType

public class TimeNodeType
extends AbstractTimeTopologyPrimitiveType

Type declaration of the element "TimeNode".

Classe Java pour TimeNodeType complex type.

Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.

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


Field Summary
protected  List<TimeEdgePropertyType> nextEdge
           
protected  TimeInstantPropertyType position
           
protected  List<TimeEdgePropertyType> previousEdge
           
 
Fields inherited from class net.opengis.gml.AbstractTimeTopologyPrimitiveType
complex
 
Fields inherited from class net.opengis.gml.AbstractTimePrimitiveType
relatedTime
 
Fields inherited from class net.opengis.gml.AbstractGMLType
description, id, metaDataProperty, name
 
Constructor Summary
TimeNodeType()
           
 
Method Summary
 List<TimeEdgePropertyType> getNextEdge()
          Gets the value of the nextEdge property.
 TimeInstantPropertyType getPosition()
          Obtient la valeur de la propriété position.
 List<TimeEdgePropertyType> getPreviousEdge()
          Gets the value of the previousEdge property.
 boolean isSetNextEdge()
           
 boolean isSetPosition()
           
 boolean isSetPreviousEdge()
           
 void setPosition(TimeInstantPropertyType value)
          Définit la valeur de la propriété position.
 void unsetNextEdge()
           
 void unsetPreviousEdge()
           
 
Methods inherited from class net.opengis.gml.AbstractTimeTopologyPrimitiveType
getComplex, isSetComplex, setComplex
 
Methods inherited from class net.opengis.gml.AbstractTimePrimitiveType
getRelatedTime, isSetRelatedTime, unsetRelatedTime
 
Methods inherited from class net.opengis.gml.AbstractGMLType
getDescription, getId, getMetaDataProperty, getName, isSetDescription, isSetId, isSetMetaDataProperty, isSetName, setDescription, setId, unsetMetaDataProperty, unsetName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

previousEdge

protected List<TimeEdgePropertyType> previousEdge

nextEdge

protected List<TimeEdgePropertyType> nextEdge

position

protected TimeInstantPropertyType position
Constructor Detail

TimeNodeType

public TimeNodeType()
Method Detail

getPreviousEdge

public 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 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()
Obtient la valeur de la propriété position.

Returns:
possible object is TimeInstantPropertyType

setPosition

public void setPosition(TimeInstantPropertyType value)
Définit la valeur de la propriété position.

Parameters:
value - allowed object is TimeInstantPropertyType

isSetPosition

public boolean isSetPosition()


Copyright © 2014 IRSTV CNRS-FR-2488. All Rights Reserved.