Class LINK.CLOTHOID

java.lang.Object
org.opentrafficsim.xml.generated.LINK.CLOTHOID
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.CLOTHOID
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="STARTDIRECTION" type="{http://www.opentrafficsim.org/ots}DIRECTIONTYPE" />
       <attribute name="STARTCURVATURE" use="required" type="{http://www.opentrafficsim.org/ots}PERLENGTHTYPE" />
       <attribute name="ENDDIRECTION" type="{http://www.opentrafficsim.org/ots}DIRECTIONTYPE" />
       <attribute name="ENDCURVATURE" use="required" type="{http://www.opentrafficsim.org/ots}PERLENGTHTYPE" />
       <attribute name="LENGTH" type="{http://www.opentrafficsim.org/ots}POSITIVELENGTHTYPE" />
       <attribute name="ENDELEVATION" type="{http://www.opentrafficsim.org/ots}POSITIVELENGTHTYPE" />
       <attribute name="NUMSEGMENTS" type="{http://www.w3.org/2001/XMLSchema}integer" default="64" />
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
Serialized Form
  • Field Details

    • startdirection

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

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

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

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

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

      @Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") protected Length endelevation
    • 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

  • Method Details

    • getSTARTDIRECTION

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

      @Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") public void setSTARTDIRECTION​(Direction value)
      Sets the value of the startdirection property.
      Parameters:
      value - allowed object is String
    • getSTARTCURVATURE

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

      @Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") public void setSTARTCURVATURE​(LinearDensity value)
      Sets the value of the startcurvature property.
      Parameters:
      value - allowed object is String
    • getENDDIRECTION

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

      @Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") public void setENDDIRECTION​(Direction value)
      Sets the value of the enddirection property.
      Parameters:
      value - allowed object is String
    • getENDCURVATURE

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

      @Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") public void setENDCURVATURE​(LinearDensity value)
      Sets the value of the endcurvature property.
      Parameters:
      value - allowed object is String
    • getLENGTH

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

      @Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") public void setLENGTH​(Length value)
      Sets the value of the length property.
      Parameters:
      value - allowed object is String
    • getENDELEVATION

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

      @Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") public void setENDELEVATION​(Length value)
      Sets the value of the endelevation 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