Package org.opentrafficsim.xml.generated
Class Link.Arc
java.lang.Object
org.opentrafficsim.xml.generated.Link.Arc
- 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.Arc
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="Radius" use="required" type="{http://www.opentrafficsim.org/ots}PositiveLengthType" /> <attribute name="Direction" use="required" type="{http://www.opentrafficsim.org/ots}ArcDirectionType" /> </restriction> </complexContent> </complexType>
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected ArcDirectionType
protected FlattenerType
protected LengthType
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the direction property.Gets the value of the flattener property.Gets the value of the radius property.void
setDirection
(ArcDirectionType value) Sets the value of the direction property.void
setFlattener
(FlattenerType value) Sets the value of the flattener property.void
setRadius
(LengthType value) Sets the value of the radius property.
-
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 -
radius
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") protected LengthType radius -
direction
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") protected ArcDirectionType direction
-
-
Constructor Details
-
Arc
public Arc()
-
-
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 isFlattenerType
-
getRadius
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") public LengthType getRadius()Gets the value of the radius property.- Returns:
- possible object is
String
-
setRadius
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") public void setRadius(LengthType value) Sets the value of the radius property.- Parameters:
value
- allowed object isString
-
getDirection
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") public ArcDirectionType getDirection()Gets the value of the direction property.- Returns:
- possible object is
String
-
setDirection
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") public void setDirection(ArcDirectionType value) Sets the value of the direction property.- Parameters:
value
- allowed object isString
-