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", date="2020-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") 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"> <attribute name="RADIUS" use="required" type="{http://www.opentrafficsim.org/ots}POSITIVELENGTHTYPE" /> <attribute name="DIRECTION" use="required" type="{http://www.opentrafficsim.org/ots}LEFTRIGHTTYPE" /> <attribute name="NUMSEGMENTS" type="{http://www.w3.org/2001/XMLSchema}integer" default="64" /> </restriction> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected ArcDirection
direction
protected BigInteger
numsegments
protected Length
radius
-
Constructor Summary
Constructors Constructor Description ARC()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ArcDirection
getDIRECTION()
Gets the value of the direction property.BigInteger
getNUMSEGMENTS()
Gets the value of the numsegments property.Length
getRADIUS()
Gets the value of the radius property.void
setDIRECTION(ArcDirection value)
Sets the value of the direction property.void
setNUMSEGMENTS(BigInteger value)
Sets the value of the numsegments property.void
setRADIUS(Length value)
Sets the value of the radius property.
-
-
-
Field Detail
-
radius
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") protected Length radius
-
direction
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") protected ArcDirection direction
-
numsegments
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") protected BigInteger numsegments
-
-
Method Detail
-
getRADIUS
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") public Length getRADIUS()
Gets the value of the radius property.- Returns:
- possible object is
String
-
setRADIUS
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") public void setRADIUS(Length value)
Sets the value of the radius property.- Parameters:
value
- allowed object isString
-
getDIRECTION
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") public ArcDirection getDIRECTION()
Gets the value of the direction property.- Returns:
- possible object is
String
-
setDIRECTION
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") public void setDIRECTION(ArcDirection value)
Sets the value of the direction property.- Parameters:
value
- allowed object isString
-
getNUMSEGMENTS
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") public BigInteger getNUMSEGMENTS()
Gets the value of the numsegments property.- Returns:
- possible object is
BigInteger
-
setNUMSEGMENTS
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") public void setNUMSEGMENTS(BigInteger value)
Sets the value of the numsegments property.- Parameters:
value
- allowed object isBigInteger
-
-