|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.citygml4j.jaxb.gml._3_1_1.AbstractGMLType
org.citygml4j.jaxb.gml._3_1_1.AbstractTimeObjectType
org.citygml4j.jaxb.gml._3_1_1.AbstractTimePrimitiveType
org.citygml4j.jaxb.gml._3_1_1.AbstractTimeTopologyPrimitiveType
org.citygml4j.jaxb.gml._3_1_1.TimeNodeType
public class TimeNodeType
Type declaration of the element "TimeNode".
Java-Klasse für TimeNodeType complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<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()
Ruft den Wert der position-Eigenschaft ab. |
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)
Legt den Wert der position-Eigenschaft fest. |
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 |
---|
public TimeNodeType()
Method Detail |
---|
public java.util.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 java.util.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()
TimeInstantPropertyType
public void setPosition(TimeInstantPropertyType value)
value
- allowed object is
TimeInstantPropertyType
public boolean isSetPosition()
public void setPreviousEdge(java.util.List<TimeEdgePropertyType> previousEdge)
previousEdge
- allowed object is
TimeEdgePropertyType
public void setNextEdge(java.util.List<TimeEdgePropertyType> nextEdge)
nextEdge
- allowed object is
TimeEdgePropertyType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |