Class LINK.BEZIER

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

    Fields 
    Modifier and Type Field Description
    protected Direction enddirection  
    protected java.math.BigInteger numsegments  
    protected java.math.BigDecimal shape  
    protected Direction startdirection  
    protected java.lang.Boolean weighted  
  • Constructor Summary

    Constructors 
    Constructor Description
    BEZIER()  
  • Method Summary

    Modifier and Type Method Description
    Direction getENDDIRECTION()
    Gets the value of the enddirection property.
    java.math.BigInteger getNUMSEGMENTS()
    Gets the value of the numsegments property.
    java.math.BigDecimal getSHAPE()
    Gets the value of the shape property.
    Direction getSTARTDIRECTION()
    Gets the value of the startdirection property.
    boolean isWEIGHTED()
    Gets the value of the weighted property.
    void setENDDIRECTION​(Direction value)
    Sets the value of the enddirection property.
    void setNUMSEGMENTS​(java.math.BigInteger value)
    Sets the value of the numsegments property.
    void setSHAPE​(java.math.BigDecimal value)
    Sets the value of the shape property.
    void setSTARTDIRECTION​(Direction value)
    Sets the value of the startdirection property.
    void setWEIGHTED​(java.lang.Boolean value)
    Sets the value of the weighted property.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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
    • 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
    • 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
    • shape

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

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

      @Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") public java.math.BigDecimal getSHAPE()
      Gets the value of the shape property.
      Returns:
      possible object is BigDecimal
    • setSHAPE

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

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

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