public static class Instance.Network.Nodes extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="node" maxOccurs="unbounded" minOccurs="2">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice minOccurs="0">
<sequence>
<element name="cx" type="{http://www.w3.org/2001/XMLSchema}double"/>
<element name="cy" type="{http://www.w3.org/2001/XMLSchema}double"/>
<element name="cz" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
</sequence>
<sequence>
<element name="latitude" type="{http://www.w3.org/2001/XMLSchema}double"/>
<element name="longitude" type="{http://www.w3.org/2001/XMLSchema}double"/>
</sequence>
</choice>
<element name="compatible_vehicle" type="{http://www.w3.org/2001/XMLSchema}integer" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" />
<attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" />
<attribute name="trailer" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
Instance.Network.Nodes.Node
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<Instance.Network.Nodes.Node> |
node |
| Constructor and Description |
|---|
Nodes() |
| Modifier and Type | Method and Description |
|---|---|
List<Instance.Network.Nodes.Node> |
getNode()
Gets the value of the node property.
|
protected List<Instance.Network.Nodes.Node> node
public List<Instance.Network.Nodes.Node> getNode()
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 node property.
For example, to add a new item, do as follows:
getNode().add(newItem);
Objects of the following type(s) are allowed in the list
Instance.Network.Nodes.Node
Copyright © 2014 VRP-REP. All rights reserved.