|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.vrprep.model.solution.Stop
public class Stop
Models a stop in the route
Java class for stop complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="stop">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice minOccurs="0">
<sequence>
<element name="start_time" type="{http://www.w3.org/2001/XMLSchema}double"/>
<element name="end_time" type="{http://www.w3.org/2001/XMLSchema}double"/>
</sequence>
<element name="length" type="{http://www.w3.org/2001/XMLSchema}double"/>
</choice>
<attribute name="node_id" type="{http://www.w3.org/2001/XMLSchema}integer" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected List<Serializable> |
content
|
protected BigInteger |
nodeId
|
| Constructor Summary | |
|---|---|
Stop()
|
|
| Method Summary | |
|---|---|
List<Serializable> |
getContent()
Models a stop in the route Gets the value of the content property. |
BigInteger |
getNodeId()
Gets the value of the nodeId property. |
void |
setNodeId(BigInteger value)
Sets the value of the nodeId property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected List<Serializable> content
protected BigInteger nodeId
| Constructor Detail |
|---|
public Stop()
| Method Detail |
|---|
public List<Serializable> getContent()
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 content property.
For example, to add a new item, do as follows:
getContent().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement<Double>
JAXBElement<Double>
JAXBElement<Double>
String
public BigInteger getNodeId()
BigIntegerpublic void setNodeId(BigInteger value)
value - allowed object is
BigInteger
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||