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 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 is EmptyType
    • 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 is EmptyType
    • 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 is String