Class DISCRETEDISTTYPE.UNIFORM

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    DISCRETEDISTTYPE

    @Generated(value="com.sun.tools.xjc.Driver",
               comments="JAXB RI v2.3.6",
               date="2022-09-04T02:31:11+02:00")
    public static class DISCRETEDISTTYPE.UNIFORM
    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="MIN" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
           <attribute name="MAX" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
           <attribute name="RANDOMSTREAM" type="{http://www.w3.org/2001/XMLSchema}string" default="default" />
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • min

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        protected int min
      • max

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        protected int max
      • randomstream

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        protected String randomstream
    • Constructor Detail

      • UNIFORM

        public UNIFORM()
    • Method Detail

      • getMIN

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        public int getMIN()
        Gets the value of the min property.
      • setMIN

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        public void setMIN​(int value)
        Sets the value of the min property.
      • getMAX

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        public int getMAX()
        Gets the value of the max property.
      • setMAX

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        public void setMAX​(int value)
        Sets the value of the max property.
      • getRANDOMSTREAM

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        public String getRANDOMSTREAM()
        Gets the value of the randomstream property.
        Returns:
        possible object is String
      • setRANDOMSTREAM

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        public void setRANDOMSTREAM​(String value)
        Sets the value of the randomstream property.
        Parameters:
        value - allowed object is String