Class LINK.ARC

  • 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.ARC
    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="RADIUS" use="required" type="{http://www.opentrafficsim.org/ots}POSITIVELENGTHTYPE" />
           <attribute name="DIRECTION" use="required" type="{http://www.opentrafficsim.org/ots}LEFTRIGHTTYPE" />
           <attribute name="NUMSEGMENTS" type="{http://www.w3.org/2001/XMLSchema}integer" default="64" />
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • radius

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

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        protected ArcDirection direction
      • 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
    • Constructor Detail

      • ARC

        public ARC()
    • Method Detail

      • getRADIUS

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

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

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

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        public void setDIRECTION​(ArcDirection value)
        Sets the value of the direction 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