Class LINK.POLYLINE

java.lang.Object
org.opentrafficsim.xml.generated.LINK.POLYLINE
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
LINK

@Generated(value="com.sun.tools.xjc.Driver",
           date="2020-01-23T12:43:16+01:00",
           comments="JAXB RI v2.3.0")
public static class LINK.POLYLINE
extends java.lang.Object
implements java.io.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:
Serialized Form
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected java.util.List<javax.vecmath.Point3d> coordinate  
  • Constructor Summary

    Constructors 
    Constructor Description
    POLYLINE()  
  • Method Summary

    Modifier and Type Method Description
    java.util.List<javax.vecmath.Point3d> getCOORDINATE()
    Gets the value of the coordinate property.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • coordinate

      @Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") protected java.util.List<javax.vecmath.Point3d> coordinate
  • Constructor Details

  • Method Details

    • getCOORDINATE

      @Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") public java.util.List<javax.vecmath.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 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