@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") public static class LINK.ARC extends Object
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}LENGTHTYPE" /> <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>
Modifier and Type | Field and Description |
---|---|
protected ArcDirection |
direction |
protected BigInteger |
numsegments |
protected Length |
radius |
Constructor and Description |
---|
ARC() |
Modifier and Type | Method and 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.
|
@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") protected Length radius
@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") protected ArcDirection direction
@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") protected BigInteger numsegments
@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") public Length getRADIUS()
String
@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") public void setRADIUS(Length value)
value
- allowed object is
String
@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") public ArcDirection getDIRECTION()
String
@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") public void setDIRECTION(ArcDirection value)
value
- allowed object is
String
@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") public BigInteger getNUMSEGMENTS()
BigInteger
@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") public void setNUMSEGMENTS(BigInteger value)
value
- allowed object is
BigInteger
Copyright © 2014–2019 Delft University of Technology. All rights reserved.