Class LINK.BEZIER

  • 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.BEZIER
    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="STARTDIRECTION" type="{http://www.opentrafficsim.org/ots}DIRECTIONTYPE" />
           <attribute name="ENDDIRECTION" type="{http://www.opentrafficsim.org/ots}DIRECTIONTYPE" />
           <attribute name="NUMSEGMENTS" type="{http://www.w3.org/2001/XMLSchema}integer" default="64" />
           <attribute name="SHAPE" type="{http://www.opentrafficsim.org/ots}POSITIVEDOUBLE" default="1.0" />
           <attribute name="WEIGHTED" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • startdirection

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        protected Direction startdirection
      • enddirection

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        protected Direction enddirection
      • numsegments

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        protected BigInteger numsegments
      • shape

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        protected BigDecimal shape
      • weighted

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

      • BEZIER

        public BEZIER()
    • Method Detail

      • getSTARTDIRECTION

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        public Direction getSTARTDIRECTION()
        Gets the value of the startdirection property.
        Returns:
        possible object is String
      • setSTARTDIRECTION

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        public void setSTARTDIRECTION​(Direction value)
        Sets the value of the startdirection property.
        Parameters:
        value - allowed object is String
      • getENDDIRECTION

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        public Direction getENDDIRECTION()
        Gets the value of the enddirection property.
        Returns:
        possible object is String
      • setENDDIRECTION

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        public void setENDDIRECTION​(Direction value)
        Sets the value of the enddirection property.
        Parameters:
        value - allowed object is String
      • getNUMSEGMENTS

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        public BigInteger getNUMSEGMENTS()
        Gets the value of the numsegments property.
        Returns:
        possible object is BigInteger
      • setNUMSEGMENTS

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        public void setNUMSEGMENTS​(BigInteger value)
        Sets the value of the numsegments property.
        Parameters:
        value - allowed object is BigInteger
      • getSHAPE

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        public BigDecimal getSHAPE()
        Gets the value of the shape property.
        Returns:
        possible object is BigDecimal
      • setSHAPE

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        public void setSHAPE​(BigDecimal value)
        Sets the value of the shape property.
        Parameters:
        value - allowed object is BigDecimal
      • isWEIGHTED

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        public boolean isWEIGHTED()
        Gets the value of the weighted property.
        Returns:
        possible object is Boolean
      • setWEIGHTED

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        public void setWEIGHTED​(Boolean value)
        Sets the value of the weighted property.
        Parameters:
        value - allowed object is Boolean