Package org.opentrafficsim.xml.generated
Class RANDOMSTREAM.REPLICATION
- java.lang.Object
-
- org.opentrafficsim.xml.generated.RANDOMSTREAM.REPLICATION
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- RANDOMSTREAM
@Generated(value="com.sun.tools.xjc.Driver", date="2022-02-09T09:39:06+01:00", comments="JAXB RI v2.3.0") public static class RANDOMSTREAM.REPLICATION extends Object implements SerializableJava 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="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" /> <attribute name="SEED" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" /> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected BigIntegeridprotected BigIntegerseed
-
Constructor Summary
Constructors Constructor Description REPLICATION()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BigIntegergetID()Gets the value of the id property.BigIntegergetSEED()Gets the value of the seed property.voidsetID(BigInteger value)Sets the value of the id property.voidsetSEED(BigInteger value)Sets the value of the seed property.
-
-
-
Field Detail
-
id
@Generated(value="com.sun.tools.xjc.Driver", date="2022-02-09T09:39:06+01:00", comments="JAXB RI v2.3.0") protected BigInteger id
-
seed
@Generated(value="com.sun.tools.xjc.Driver", date="2022-02-09T09:39:06+01:00", comments="JAXB RI v2.3.0") protected BigInteger seed
-
-
Method Detail
-
getID
@Generated(value="com.sun.tools.xjc.Driver", date="2022-02-09T09:39:06+01:00", comments="JAXB RI v2.3.0") public BigInteger getID()Gets the value of the id property.- Returns:
- possible object is
BigInteger
-
setID
@Generated(value="com.sun.tools.xjc.Driver", date="2022-02-09T09:39:06+01:00", comments="JAXB RI v2.3.0") public void setID(BigInteger value)Sets the value of the id property.- Parameters:
value- allowed object isBigInteger
-
getSEED
@Generated(value="com.sun.tools.xjc.Driver", date="2022-02-09T09:39:06+01:00", comments="JAXB RI v2.3.0") public BigInteger getSEED()Gets the value of the seed property.- Returns:
- possible object is
BigInteger
-
setSEED
@Generated(value="com.sun.tools.xjc.Driver", date="2022-02-09T09:39:06+01:00", comments="JAXB RI v2.3.0") public void setSEED(BigInteger value)Sets the value of the seed property.- Parameters:
value- allowed object isBigInteger
-
-