Package org.opentrafficsim.xml.generated
Class LINK.POLYLINE
java.lang.Object
org.opentrafficsim.xml.generated.LINK.POLYLINE
- All Implemented Interfaces:
Serializable
- Enclosing class:
- LINK
@Generated(value="com.sun.tools.xjc.Driver",
comments="JAXB RI v2.3.6",
date="2024-05-19T00:55:27+02:00")
public static class LINK.POLYLINE
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 maxOccurs="unbounded">
<element name="COORDINATE" type="{http://www.opentrafficsim.org/ots}COORDINATETYPE"/>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the coordinate property.
-
Field Details
-
coordinate
-
-
Constructor Details
-
POLYLINE
public POLYLINE()
-
-
Method Details
-
getCOORDINATE
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2024-05-19T00:55:27+02:00") public List<Point3d> getCOORDINATE()Gets the value of the coordinate property.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
setmethod for the coordinate property.For example, to add a new item, do as follows:
getCOORDINATE().add(newItem);Objects of the following type(s) are allowed in the list
String
-