@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.BEZIER 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="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" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Direction |
enddirection |
protected BigInteger |
numsegments |
protected Direction |
startdirection |
Constructor and Description |
---|
BEZIER() |
Modifier and Type | Method and Description |
---|---|
Direction |
getENDDIRECTION()
Gets the value of the enddirection property.
|
BigInteger |
getNUMSEGMENTS()
Gets the value of the numsegments property.
|
Direction |
getSTARTDIRECTION()
Gets the value of the startdirection property.
|
void |
setENDDIRECTION(Direction value)
Sets the value of the enddirection property.
|
void |
setNUMSEGMENTS(BigInteger value)
Sets the value of the numsegments property.
|
void |
setSTARTDIRECTION(Direction value)
Sets the value of the startdirection property.
|
@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") protected Direction startdirection
@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") protected Direction enddirection
@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 Direction getSTARTDIRECTION()
String
@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") public void setSTARTDIRECTION(Direction 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 Direction getENDDIRECTION()
String
@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") public void setENDDIRECTION(Direction 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.