@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") public class SHORTESTROUTE extends Object implements Serializable
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="FROM">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <attribute name="NODE" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="TO">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <attribute name="NODE" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="VIA" maxOccurs="unbounded" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <attribute name="NODE" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="DISTANCECOST" type="{http://www.opentrafficsim.org/ots}DISTANCECOSTTYPE"/>
         <element name="TIMECOST" type="{http://www.opentrafficsim.org/ots}TIMECOSTTYPE"/>
       </sequence>
       <attribute name="GTUTYPE" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute ref="{http://www.w3.org/XML/1998/namespace}base"/>
     </restriction>
   </complexContent>
 </complexType>
 | Modifier and Type | Class and Description | 
|---|---|
static class  | 
SHORTESTROUTE.FROM
Java class for anonymous complex type. 
 | 
static class  | 
SHORTESTROUTE.TO
Java class for anonymous complex type. 
 | 
static class  | 
SHORTESTROUTE.VIA
Java class for anonymous complex type. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
protected String | 
base  | 
protected String | 
distancecost  | 
protected SHORTESTROUTE.FROM | 
from  | 
protected String | 
gtutype  | 
protected String | 
id  | 
protected String | 
timecost  | 
protected SHORTESTROUTE.TO | 
to  | 
protected List<SHORTESTROUTE.VIA> | 
via  | 
| Constructor and Description | 
|---|
SHORTESTROUTE()  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getBase()
Gets the value of the base property. 
 | 
String | 
getDISTANCECOST()
Gets the value of the distancecost property. 
 | 
SHORTESTROUTE.FROM | 
getFROM()
Gets the value of the from property. 
 | 
String | 
getGTUTYPE()
Gets the value of the gtutype property. 
 | 
String | 
getID()
Gets the value of the id property. 
 | 
String | 
getTIMECOST()
Gets the value of the timecost property. 
 | 
SHORTESTROUTE.TO | 
getTO()
Gets the value of the to property. 
 | 
List<SHORTESTROUTE.VIA> | 
getVIA()
Gets the value of the via property. 
 | 
void | 
setBase(String value)
Sets the value of the base property. 
 | 
void | 
setDISTANCECOST(String value)
Sets the value of the distancecost property. 
 | 
void | 
setFROM(SHORTESTROUTE.FROM value)
Sets the value of the from property. 
 | 
void | 
setGTUTYPE(String value)
Sets the value of the gtutype property. 
 | 
void | 
setID(String value)
Sets the value of the id property. 
 | 
void | 
setTIMECOST(String value)
Sets the value of the timecost property. 
 | 
void | 
setTO(SHORTESTROUTE.TO value)
Sets the value of the to property. 
 | 
@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") protected SHORTESTROUTE.FROM from
@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") protected SHORTESTROUTE.TO to
@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") protected List<SHORTESTROUTE.VIA> via
@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") protected String distancecost
@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") protected String timecost
@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") protected String gtutype
@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") protected String id
@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") protected String base
@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") public SHORTESTROUTE.FROM getFROM()
SHORTESTROUTE.FROM@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") public void setFROM(SHORTESTROUTE.FROM value)
value - allowed object is
     SHORTESTROUTE.FROM@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") public SHORTESTROUTE.TO getTO()
SHORTESTROUTE.TO@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") public void setTO(SHORTESTROUTE.TO value)
value - allowed object is
     SHORTESTROUTE.TO@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") public List<SHORTESTROUTE.VIA> getVIA()
 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 via property.
 
 
For example, to add a new item, do as follows:
    getVIA().add(newItem);
 
 
 
 
 Objects of the following type(s) are allowed in the list
 SHORTESTROUTE.VIA
@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") public String getDISTANCECOST()
String@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") public void setDISTANCECOST(String value)
value - allowed object is
     String@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") public String getTIMECOST()
String@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") public void setTIMECOST(String value)
value - allowed object is
     String@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") public String getGTUTYPE()
String@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") public void setGTUTYPE(String value)
value - allowed object is
     String@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") public String getID()
String@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") public void setID(String value)
value - allowed object is
     String@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") public String getBase()
StringCopyright © 2014–2019 Delft University of Technology. All rights reserved.