Class LINK.ARC

java.lang.Object
org.opentrafficsim.xml.generated.LINK.ARC
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.ARC
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">
       <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 Summary

    Fields 
    Modifier and Type Field Description
    protected ArcDirection direction  
    protected java.math.BigInteger numsegments  
    protected Length radius  
  • Constructor Summary

    Constructors 
    Constructor Description
    ARC()  
  • Method Summary

    Modifier and Type Method Description
    ArcDirection getDIRECTION()
    Gets the value of the direction property.
    java.math.BigInteger getNUMSEGMENTS()
    Gets the value of the numsegments property.
    Length getRADIUS()
    Gets the value of the radius property.
    void setDIRECTION​(ArcDirection value)
    Sets the value of the direction property.
    void setNUMSEGMENTS​(java.math.BigInteger value)
    Sets the value of the numsegments property.
    void setRADIUS​(Length value)
    Sets the value of the radius property.

    Methods inherited from class java.lang.Object

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

    • radius

      @Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") protected Length radius
    • direction

      @Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") protected ArcDirection direction
    • numsegments

      @Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") protected java.math.BigInteger numsegments
  • Constructor Details

    • ARC

      public ARC()
  • Method Details

    • getRADIUS

      @Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") public Length getRADIUS()
      Gets the value of the radius property.
      Returns:
      possible object is String
    • setRADIUS

      @Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") 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", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") public ArcDirection getDIRECTION()
      Gets the value of the direction property.
      Returns:
      possible object is String
    • setDIRECTION

      @Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") 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", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") public java.math.BigInteger getNUMSEGMENTS()
      Gets the value of the numsegments property.
      Returns:
      possible object is BigInteger
    • setNUMSEGMENTS

      @Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") public void setNUMSEGMENTS​(java.math.BigInteger value)
      Sets the value of the numsegments property.
      Parameters:
      value - allowed object is BigInteger