Class LINK.CLOTHOID

java.lang.Object
org.opentrafficsim.xml.generated.LINK.CLOTHOID
All Implemented Interfaces:
Serializable
Enclosing class:
LINK

@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2024-05-19T01:06:56+02:00") public static class LINK.CLOTHOID 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="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:
  • Field Details

    • startdirection

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2024-05-19T01:06:56+02:00") protected Direction startdirection
    • startcurvature

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2024-05-19T01:06:56+02:00") protected LinearDensity startcurvature
    • enddirection

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2024-05-19T01:06:56+02:00") protected Direction enddirection
    • endcurvature

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2024-05-19T01:06:56+02:00") protected LinearDensity endcurvature
    • length

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2024-05-19T01:06:56+02:00") protected Length length
    • endelevation

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2024-05-19T01:06:56+02:00") protected Length endelevation
    • numsegments

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2024-05-19T01:06:56+02:00") protected BigInteger numsegments
  • Constructor Details

    • CLOTHOID

      public CLOTHOID()
  • Method Details

    • getSTARTDIRECTION

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2024-05-19T01:06:56+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="2024-05-19T01:06:56+02:00") 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", comments="JAXB RI v2.3.6", date="2024-05-19T01:06:56+02:00") public LinearDensity getSTARTCURVATURE()
      Gets the value of the startcurvature property.
      Returns:
      possible object is String
    • setSTARTCURVATURE

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2024-05-19T01:06:56+02:00") 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", comments="JAXB RI v2.3.6", date="2024-05-19T01:06:56+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="2024-05-19T01:06:56+02:00") 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", comments="JAXB RI v2.3.6", date="2024-05-19T01:06:56+02:00") public LinearDensity getENDCURVATURE()
      Gets the value of the endcurvature property.
      Returns:
      possible object is String
    • setENDCURVATURE

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2024-05-19T01:06:56+02:00") 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", comments="JAXB RI v2.3.6", date="2024-05-19T01:06:56+02:00") public Length getLENGTH()
      Gets the value of the length property.
      Returns:
      possible object is String
    • setLENGTH

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2024-05-19T01:06:56+02:00") 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", comments="JAXB RI v2.3.6", date="2024-05-19T01:06:56+02:00") public Length getENDELEVATION()
      Gets the value of the endelevation property.
      Returns:
      possible object is String
    • setENDELEVATION

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2024-05-19T01:06:56+02:00") 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", comments="JAXB RI v2.3.6", date="2024-05-19T01:06:56+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="2024-05-19T01:06:56+02:00") public void setNUMSEGMENTS(BigInteger value)
      Sets the value of the numsegments property.
      Parameters:
      value - allowed object is BigInteger