@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") 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>
 | Modifier and Type | Field and Description | 
|---|---|
protected List<javax.vecmath.Point3d> | 
coordinate  | 
| Constructor and Description | 
|---|
POLYLINE()  | 
| Modifier and Type | Method and Description | 
|---|---|
List<javax.vecmath.Point3d> | 
getCOORDINATE()
Gets the value of the coordinate property. 
 | 
@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") protected List<javax.vecmath.Point3d> coordinate
@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") public List<javax.vecmath.Point3d> getCOORDINATE()
 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 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
Copyright © 2014–2019 Delft University of Technology. All rights reserved.