Package org.opentrafficsim.xml.generated
Class LINK.CLOTHOID
- java.lang.Object
-
- org.opentrafficsim.xml.generated.LINK.CLOTHOID
-
- 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.CLOTHOID 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="STARTCURVATURE" use="required" type="{http://www.opentrafficsim.org/ots}PERLENGTHTYPE" /> <attribute name="ENDDIRECTION" type="{http://www.opentrafficsim.org/ots}DIRECTIONTYPE" /> <attribute name="ENDCURVATURE" use="required" type="{http://www.opentrafficsim.org/ots}PERLENGTHTYPE" /> <attribute name="LENGTH" type="{http://www.opentrafficsim.org/ots}POSITIVELENGTHTYPE" /> <attribute name="ENDELEVATION" type="{http://www.opentrafficsim.org/ots}POSITIVELENGTHTYPE" /> <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 LinearDensity
endcurvature
protected Direction
enddirection
protected Length
endelevation
protected Length
length
protected BigInteger
numsegments
protected LinearDensity
startcurvature
protected Direction
startdirection
-
Constructor Summary
Constructors Constructor Description CLOTHOID()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LinearDensity
getENDCURVATURE()
Gets the value of the endcurvature property.Direction
getENDDIRECTION()
Gets the value of the enddirection property.Length
getENDELEVATION()
Gets the value of the endelevation property.Length
getLENGTH()
Gets the value of the length property.BigInteger
getNUMSEGMENTS()
Gets the value of the numsegments property.LinearDensity
getSTARTCURVATURE()
Gets the value of the startcurvature property.Direction
getSTARTDIRECTION()
Gets the value of the startdirection property.void
setENDCURVATURE(LinearDensity value)
Sets the value of the endcurvature property.void
setENDDIRECTION(Direction value)
Sets the value of the enddirection property.void
setENDELEVATION(Length value)
Sets the value of the endelevation property.void
setLENGTH(Length value)
Sets the value of the length property.void
setNUMSEGMENTS(BigInteger value)
Sets the value of the numsegments property.void
setSTARTCURVATURE(LinearDensity value)
Sets the value of the startcurvature property.void
setSTARTDIRECTION(Direction value)
Sets the value of the startdirection property.
-
-
-
Field Detail
-
startdirection
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") protected Direction startdirection
-
startcurvature
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") protected LinearDensity startcurvature
-
enddirection
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") protected Direction enddirection
-
endcurvature
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") protected LinearDensity endcurvature
-
length
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") protected Length length
-
endelevation
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") protected Length endelevation
-
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
-
getSTARTDIRECTION
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") public Direction getSTARTDIRECTION()
Gets the value of the startdirection property.- Returns:
- possible object is
String
-
setSTARTDIRECTION
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") public void setSTARTDIRECTION(Direction value)
Sets the value of the startdirection property.- Parameters:
value
- allowed object isString
-
getSTARTCURVATURE
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") public LinearDensity getSTARTCURVATURE()
Gets the value of the startcurvature property.- Returns:
- possible object is
String
-
setSTARTCURVATURE
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") public void setSTARTCURVATURE(LinearDensity value)
Sets the value of the startcurvature property.- Parameters:
value
- allowed object isString
-
getENDDIRECTION
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") public Direction getENDDIRECTION()
Gets the value of the enddirection property.- Returns:
- possible object is
String
-
setENDDIRECTION
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") public void setENDDIRECTION(Direction value)
Sets the value of the enddirection property.- Parameters:
value
- allowed object isString
-
getENDCURVATURE
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") public LinearDensity getENDCURVATURE()
Gets the value of the endcurvature property.- Returns:
- possible object is
String
-
setENDCURVATURE
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") public void setENDCURVATURE(LinearDensity value)
Sets the value of the endcurvature property.- Parameters:
value
- allowed object isString
-
getLENGTH
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") public Length getLENGTH()
Gets the value of the length property.- Returns:
- possible object is
String
-
setLENGTH
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") public void setLENGTH(Length value)
Sets the value of the length property.- Parameters:
value
- allowed object isString
-
getENDELEVATION
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") public Length getENDELEVATION()
Gets the value of the endelevation property.- Returns:
- possible object is
String
-
setENDELEVATION
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") public void setENDELEVATION(Length value)
Sets the value of the endelevation 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
-
-