Class Link.Bezier

java.lang.Object
org.opentrafficsim.xml.generated.Link.Bezier
All Implemented Interfaces:
Serializable
Enclosing class:
Link

@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") public static class Link.Bezier 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">
       <sequence>
         <element name="Flattener" type="{http://www.opentrafficsim.org/ots}FlattenerType" minOccurs="0"/>
       </sequence>
       <attribute name="Shape" type="{http://www.opentrafficsim.org/ots}DoublePositive" default="1.0" />
       <attribute name="Weighted" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • flattener

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") protected FlattenerType flattener
    • shape

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") protected DoubleType shape
    • weighted

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") protected Boolean weighted
  • Constructor Details

    • Bezier

      public Bezier()
  • Method Details

    • getFlattener

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") public FlattenerType getFlattener()
      Gets the value of the flattener property.
      Returns:
      possible object is FlattenerType
    • setFlattener

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") public void setFlattener(FlattenerType value)
      Sets the value of the flattener property.
      Parameters:
      value - allowed object is FlattenerType
    • getShape

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") public DoubleType getShape()
      Gets the value of the shape property.
      Returns:
      possible object is String
    • setShape

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") public void setShape(DoubleType value)
      Sets the value of the shape property.
      Parameters:
      value - allowed object is String
    • isWeighted

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") public boolean isWeighted()
      Gets the value of the weighted property.
      Returns:
      possible object is Boolean
    • setWeighted

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") public void setWeighted(Boolean value)
      Sets the value of the weighted property.
      Parameters:
      value - allowed object is Boolean