Class CONTDISTTYPE

  • All Implemented Interfaces:
    Serializable
    Direct Known Subclasses:
    ACCELERATIONDISTTYPE, DURATIONDISTTYPE, FREQUENCYDISTTYPE, LENGTHDISTTYPE, LINEARDENSITYDISTTYPE, PARAMETERDOUBLEDIST, PARAMETERFLOATDIST, POSITIONDISTTYPE, SPEEDDISTTYPE, TIMEDISTTYPE

    @Generated(value="com.sun.tools.xjc.Driver",
               comments="JAXB RI v2.3.6",
               date="2022-09-04T02:31:11+02:00")
    public class CONTDISTTYPE
    extends Object
    implements Serializable

    Java class for CONTDISTTYPE complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="CONTDISTTYPE">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <choice>
             <element name="CONSTANT">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <attribute name="C" use="required" type="{http://www.w3.org/2001/XMLSchema}double" />
                     <attribute name="RANDOMSTREAM" type="{http://www.w3.org/2001/XMLSchema}string" default="default" />
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element name="EXPONENTIAL">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <attribute name="LAMBDA" use="required" type="{http://www.opentrafficsim.org/ots}DOUBLEPOSITIVE" />
                     <attribute name="RANDOMSTREAM" type="{http://www.w3.org/2001/XMLSchema}string" default="default" />
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element name="TRIANGULAR">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <attribute name="MIN" use="required" type="{http://www.w3.org/2001/XMLSchema}double" />
                     <attribute name="MODE" use="required" type="{http://www.w3.org/2001/XMLSchema}double" />
                     <attribute name="MAX" use="required" type="{http://www.w3.org/2001/XMLSchema}double" />
                     <attribute name="RANDOMSTREAM" type="{http://www.w3.org/2001/XMLSchema}string" default="default" />
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element name="NORMAL">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <attribute name="MU" use="required" type="{http://www.w3.org/2001/XMLSchema}double" />
                     <attribute name="SIGMA" use="required" type="{http://www.opentrafficsim.org/ots}DOUBLEPOSITIVEZERO" />
                     <attribute name="RANDOMSTREAM" type="{http://www.w3.org/2001/XMLSchema}string" default="default" />
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element name="BETA">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <attribute name="ALPHA1" use="required" type="{http://www.opentrafficsim.org/ots}DOUBLEPOSITIVE" />
                     <attribute name="ALPHA2" use="required" type="{http://www.opentrafficsim.org/ots}DOUBLEPOSITIVE" />
                     <attribute name="RANDOMSTREAM" type="{http://www.w3.org/2001/XMLSchema}string" default="default" />
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element name="ERLANG">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <attribute name="MEAN" use="required" type="{http://www.w3.org/2001/XMLSchema}double" />
                     <attribute name="K" use="required" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" />
                     <attribute name="RANDOMSTREAM" type="{http://www.w3.org/2001/XMLSchema}string" default="default" />
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element name="GAMMA">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <attribute name="ALPHA" use="required" type="{http://www.w3.org/2001/XMLSchema}double" />
                     <attribute name="BETA" use="required" type="{http://www.w3.org/2001/XMLSchema}double" />
                     <attribute name="RANDOMSTREAM" type="{http://www.w3.org/2001/XMLSchema}string" default="default" />
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element name="LOGNORMAL">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <attribute name="MU" use="required" type="{http://www.w3.org/2001/XMLSchema}double" />
                     <attribute name="SIGMA" use="required" type="{http://www.opentrafficsim.org/ots}DOUBLEPOSITIVE" />
                     <attribute name="RANDOMSTREAM" type="{http://www.w3.org/2001/XMLSchema}string" default="default" />
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element name="PEARSON5">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <attribute name="ALPHA" use="required" type="{http://www.opentrafficsim.org/ots}DOUBLEPOSITIVE" />
                     <attribute name="BETA" use="required" type="{http://www.opentrafficsim.org/ots}DOUBLEPOSITIVE" />
                     <attribute name="RANDOMSTREAM" type="{http://www.w3.org/2001/XMLSchema}string" default="default" />
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element name="PEARSON6">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <attribute name="ALPHA1" use="required" type="{http://www.opentrafficsim.org/ots}DOUBLEPOSITIVE" />
                     <attribute name="ALPHA2" use="required" type="{http://www.opentrafficsim.org/ots}DOUBLEPOSITIVE" />
                     <attribute name="BETA" use="required" type="{http://www.opentrafficsim.org/ots}DOUBLEPOSITIVE" />
                     <attribute name="RANDOMSTREAM" type="{http://www.w3.org/2001/XMLSchema}string" default="default" />
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element name="UNIFORM">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <attribute name="MIN" use="required" type="{http://www.w3.org/2001/XMLSchema}double" />
                     <attribute name="MAX" use="required" type="{http://www.w3.org/2001/XMLSchema}double" />
                     <attribute name="RANDOMSTREAM" type="{http://www.w3.org/2001/XMLSchema}string" default="default" />
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element name="WEIBULL">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <attribute name="ALPHA" use="required" type="{http://www.opentrafficsim.org/ots}DOUBLEPOSITIVE" />
                     <attribute name="BETA" use="required" type="{http://www.opentrafficsim.org/ots}DOUBLEPOSITIVE" />
                     <attribute name="RANDOMSTREAM" type="{http://www.w3.org/2001/XMLSchema}string" default="default" />
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
           </choice>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • constant

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

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

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

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

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

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

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

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

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

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

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

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

      • CONTDISTTYPE

        public CONTDISTTYPE()
    • Method Detail

      • getCONSTANT

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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