Package org.opentrafficsim.xml.generated
Class SHORTESTROUTE.TO
java.lang.Object
org.opentrafficsim.xml.generated.SHORTESTROUTE.TO
- All Implemented Interfaces:
Serializable
- Enclosing class:
- SHORTESTROUTE
@Generated(value="com.sun.tools.xjc.Driver",
comments="JAXB RI v2.3.6",
date="2024-05-19T01:06:56+02:00")
public static class SHORTESTROUTE.TO
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"> <attribute name="NODE" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
node
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2024-05-19T01:06:56+02:00") protected String node
-
-
Constructor Details
-
TO
public TO()
-
-
Method Details
-
getNODE
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2024-05-19T01:06:56+02:00") public String getNODE()Gets the value of the node property.- Returns:
- possible object is
String
-
setNODE
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2024-05-19T01:06:56+02:00") public void setNODE(String value) Sets the value of the node property.- Parameters:
value
- allowed object isString
-