|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.gml.AbstractGMLType
net.opengis.gml.AbstractTimeObjectType
net.opengis.gml.AbstractTimePrimitiveType
net.opengis.gml.AbstractTimeTopologyPrimitiveType
net.opengis.gml.TimeNodeType
public class TimeNodeType
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 |
|---|
protected List<TimeEdgePropertyType> previousEdge
protected List<TimeEdgePropertyType> nextEdge
protected TimeInstantPropertyType position
| Constructor Detail |
|---|
public TimeNodeType()
| Method Detail |
|---|
public List<TimeEdgePropertyType> getPreviousEdge()
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
public boolean isSetPreviousEdge()
public void unsetPreviousEdge()
public List<TimeEdgePropertyType> getNextEdge()
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
public boolean isSetNextEdge()
public void unsetNextEdge()
public TimeInstantPropertyType getPosition()
TimeInstantPropertyTypepublic void setPosition(TimeInstantPropertyType value)
value - allowed object is
TimeInstantPropertyTypepublic boolean isSetPosition()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||