Package org.opentrafficsim.xml.generated
Class Network.Conflicts
java.lang.Object
org.opentrafficsim.xml.generated.Network.Conflicts
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Network
@Generated(value="com.sun.tools.xjc.Driver",
comments="JAXB RI v2.3.7",
date="2024-08-29T18:50:16+02:00")
public static class Network.Conflicts
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"> <choice> <element name="None" type="{http://www.opentrafficsim.org/ots}EmptyType"/> <element name="DefaultWidth" type="{http://www.opentrafficsim.org/ots}EmptyType"/> <element name="FixedWidth" type="{http://www.opentrafficsim.org/ots}LengthType"/> <element name="RelativeWidth" type="{http://www.opentrafficsim.org/ots}DoubleUnitInterval"/> </choice> </restriction> </complexContent> </complexType>
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected EmptyType
protected LengthType
protected EmptyType
protected DoubleType
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the defaultWidth property.Gets the value of the fixedWidth property.getNone()
Gets the value of the none property.Gets the value of the relativeWidth property.void
setDefaultWidth
(EmptyType value) Sets the value of the defaultWidth property.void
setFixedWidth
(LengthType value) Sets the value of the fixedWidth property.void
Sets the value of the none property.void
setRelativeWidth
(DoubleType value) Sets the value of the relativeWidth property.
-
Field Details
-
none
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") protected EmptyType none -
defaultWidth
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") protected EmptyType defaultWidth -
fixedWidth
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") protected LengthType fixedWidth -
relativeWidth
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") protected DoubleType relativeWidth
-
-
Constructor Details
-
Conflicts
public Conflicts()
-
-
Method Details
-
getNone
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") public EmptyType getNone()Gets the value of the none property.- Returns:
- possible object is
EmptyType
-
setNone
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") public void setNone(EmptyType value) Sets the value of the none property.- Parameters:
value
- allowed object isEmptyType
-
getDefaultWidth
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") public EmptyType getDefaultWidth()Gets the value of the defaultWidth property.- Returns:
- possible object is
EmptyType
-
setDefaultWidth
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") public void setDefaultWidth(EmptyType value) Sets the value of the defaultWidth property.- Parameters:
value
- allowed object isEmptyType
-
getFixedWidth
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") public LengthType getFixedWidth()Gets the value of the fixedWidth property.- Returns:
- possible object is
String
-
setFixedWidth
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") public void setFixedWidth(LengthType value) Sets the value of the fixedWidth property.- Parameters:
value
- allowed object isString
-
getRelativeWidth
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") public DoubleType getRelativeWidth()Gets the value of the relativeWidth property.- Returns:
- possible object is
String
-
setRelativeWidth
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") public void setRelativeWidth(DoubleType value) Sets the value of the relativeWidth property.- Parameters:
value
- allowed object isString
-