Class RANDOMSTREAM.REPLICATION

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    RANDOMSTREAM

    @Generated(value="com.sun.tools.xjc.Driver",
               date="2020-08-12T04:40:29+02:00",
               comments="JAXB RI v2.3.0")
    public static class RANDOMSTREAM.REPLICATION
    extends java.lang.Object
    implements java.io.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:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.math.BigInteger id  
      protected java.math.BigInteger seed  
    • Constructor Summary

      Constructors 
      Constructor Description
      REPLICATION()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.math.BigInteger getID()
      Gets the value of the id property.
      java.math.BigInteger getSEED()
      Gets the value of the seed property.
      void setID​(java.math.BigInteger value)
      Sets the value of the id property.
      void setSEED​(java.math.BigInteger value)
      Sets the value of the seed property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • id

        @Generated(value="com.sun.tools.xjc.Driver",
                   date="2020-08-12T04:40:29+02:00",
                   comments="JAXB RI v2.3.0")
        protected java.math.BigInteger id
      • seed

        @Generated(value="com.sun.tools.xjc.Driver",
                   date="2020-08-12T04:40:29+02:00",
                   comments="JAXB RI v2.3.0")
        protected java.math.BigInteger seed
    • Constructor Detail

      • REPLICATION

        public REPLICATION()
    • Method Detail

      • getID

        @Generated(value="com.sun.tools.xjc.Driver",
                   date="2020-08-12T04:40:29+02:00",
                   comments="JAXB RI v2.3.0")
        public java.math.BigInteger getID()
        Gets the value of the id property.
        Returns:
        possible object is BigInteger
      • setID

        @Generated(value="com.sun.tools.xjc.Driver",
                   date="2020-08-12T04:40:29+02:00",
                   comments="JAXB RI v2.3.0")
        public void setID​(java.math.BigInteger value)
        Sets the value of the id property.
        Parameters:
        value - allowed object is BigInteger
      • getSEED

        @Generated(value="com.sun.tools.xjc.Driver",
                   date="2020-08-12T04:40:29+02:00",
                   comments="JAXB RI v2.3.0")
        public java.math.BigInteger getSEED()
        Gets the value of the seed property.
        Returns:
        possible object is BigInteger
      • setSEED

        @Generated(value="com.sun.tools.xjc.Driver",
                   date="2020-08-12T04:40:29+02:00",
                   comments="JAXB RI v2.3.0")
        public void setSEED​(java.math.BigInteger value)
        Sets the value of the seed property.
        Parameters:
        value - allowed object is BigInteger