Package org.opentrafficsim.xml.generated
Class RandomStreamSource
java.lang.Object
org.opentrafficsim.xml.generated.RandomStreamSource
- All Implemented Interfaces:
Serializable
@Generated(value="com.sun.tools.xjc.Driver",
comments="JAXB RI v2.3.7",
date="2024-08-29T18:50:16+02:00")
public class RandomStreamSource
extends Object
implements Serializable
Java class for RandomStreamSource complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RandomStreamSource"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element name="Default" type="{http://www.opentrafficsim.org/ots}EmptyType"/> <element name="Generation" type="{http://www.opentrafficsim.org/ots}EmptyType"/> <element name="Defined" type="{http://www.opentrafficsim.org/ots}string"/> </choice> </restriction> </complexContent> </complexType>
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the default property.Gets the value of the defined property.Gets the value of the generation property.void
setDefault
(EmptyType value) Sets the value of the default property.void
setDefined
(StringType value) Sets the value of the defined property.void
setGeneration
(EmptyType value) Sets the value of the generation property.
-
Field Details
-
_default
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") protected EmptyType _default -
generation
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") protected EmptyType generation -
defined
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") protected StringType defined
-
-
Constructor Details
-
RandomStreamSource
public RandomStreamSource()
-
-
Method Details
-
getDefault
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") public EmptyType getDefault()Gets the value of the default property.- Returns:
- possible object is
EmptyType
-
setDefault
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") public void setDefault(EmptyType value) Sets the value of the default property.- Parameters:
value
- allowed object isEmptyType
-
getGeneration
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") public EmptyType getGeneration()Gets the value of the generation property.- Returns:
- possible object is
EmptyType
-
setGeneration
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") public void setGeneration(EmptyType value) Sets the value of the generation property.- Parameters:
value
- allowed object isEmptyType
-
getDefined
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") public StringType getDefined()Gets the value of the defined property.- Returns:
- possible object is
String
-
setDefined
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") public void setDefined(StringType value) Sets the value of the defined property.- Parameters:
value
- allowed object isString
-