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",
comments="JAXB RI v2.3.7",
date="2024-08-29T18:50:16+02:00")
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>
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetId()
Gets the value of the id property.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.
-
Field Details
-
id
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") protected BigInteger id -
seed
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") protected BigInteger seed
-
-
Constructor Details
-
Replication
public Replication()
-
-
Method Details
-
getId
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") public BigInteger getId()Gets the value of the id property.- Returns:
- possible object is
BigInteger
-
setId
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") 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", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") public BigInteger getSeed()Gets the value of the seed property.- Returns:
- possible object is
BigInteger
-
setSeed
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") public void setSeed(BigInteger value) Sets the value of the seed property.- Parameters:
value
- allowed object isBigInteger
-