@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") 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">
<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" />
<attribute name="SHAPE" type="{http://www.opentrafficsim.org/ots}POSITIVEDOUBLE" default="1.0" />
<attribute name="WEIGHTED" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Direction |
enddirection |
protected BigInteger |
numsegments |
protected BigDecimal |
shape |
protected Direction |
startdirection |
protected Boolean |
weighted |
| 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.
|
BigDecimal |
getSHAPE()
Gets the value of the shape property.
|
Direction |
getSTARTDIRECTION()
Gets the value of the startdirection property.
|
boolean |
isWEIGHTED()
Gets the value of the weighted property.
|
void |
setENDDIRECTION(Direction value)
Sets the value of the enddirection property.
|
void |
setNUMSEGMENTS(BigInteger value)
Sets the value of the numsegments property.
|
void |
setSHAPE(BigDecimal value)
Sets the value of the shape property.
|
void |
setSTARTDIRECTION(Direction value)
Sets the value of the startdirection property.
|
void |
setWEIGHTED(Boolean value)
Sets the value of the weighted property.
|
@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") protected Direction startdirection
@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") protected Direction enddirection
@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") protected BigInteger numsegments
@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") protected BigDecimal shape
@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") protected Boolean weighted
@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") public Direction getSTARTDIRECTION()
String@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02: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-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") public Direction getENDDIRECTION()
String@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02: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-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") public BigInteger getNUMSEGMENTS()
BigInteger@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") public void setNUMSEGMENTS(BigInteger value)
value - allowed object is
BigInteger@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") public BigDecimal getSHAPE()
BigDecimal@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") public void setSHAPE(BigDecimal value)
value - allowed object is
BigDecimal@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") public boolean isWEIGHTED()
BooleanCopyright © 2014–2019 Delft University of Technology. All rights reserved.