@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") public static class RANDOMSTREAM.REPLICATION 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="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>
| Modifier and Type | Field and Description |
|---|---|
protected BigInteger |
id |
protected BigInteger |
seed |
| Constructor and Description |
|---|
REPLICATION() |
| Modifier and Type | Method and Description |
|---|---|
BigInteger |
getID()
Gets the value of the id property.
|
BigInteger |
getSEED()
Gets the value of the seed property.
|
void |
setID(BigInteger value)
Sets the value of the id property.
|
void |
setSEED(BigInteger value)
Sets the value of the seed property.
|
@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") protected BigInteger id
@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") protected BigInteger seed
@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") public BigInteger getID()
BigInteger@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") public void setID(BigInteger value)
value - allowed object is
BigInteger@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") public BigInteger getSEED()
BigInteger@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") public void setSEED(BigInteger value)
value - allowed object is
BigIntegerCopyright © 2014–2019 Delft University of Technology. All rights reserved.