Class DISCRETEDISTTYPE.BERNOULLI

  • 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.BERNOULLI
    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="P" use="required" type="{http://www.opentrafficsim.org/ots}FRACTIONTYPE" />
           <attribute name="RANDOMSTREAM" type="{http://www.w3.org/2001/XMLSchema}string" default="default" />
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • p

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        protected Double p
      • 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

      • BERNOULLI

        public BERNOULLI()
    • Method Detail

      • getP

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

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        public void setP​(Double value)
        Sets the value of the p property.
        Parameters:
        value - allowed object is String
      • 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