Class DISCRETEDISTTYPE.NEGBINOMIAL

  • 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.NEGBINOMIAL
    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="N" use="required" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" />
           <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

      • n

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

      • NEGBINOMIAL

        public NEGBINOMIAL()
    • Method Detail

      • getN

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

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