Class LINK.POLYLINE

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    LINK

    @Generated(value="com.sun.tools.xjc.Driver",
               comments="JAXB RI v2.3.6",
               date="2022-09-04T02:31:11+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:
    Serialized Form
    • Field Detail

      • coordinate

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        protected List<Point3d> coordinate
    • Constructor Detail

      • POLYLINE

        public POLYLINE()
    • Method Detail

      • getCOORDINATE

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+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 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