Class UserDistribution


public class UserDistribution extends DistributionParameter

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <extension base="{http://www.bpsim.org/schemas/1.0}DistributionParameter">
       <sequence maxOccurs="unbounded">
         <element ref="{http://www.bpsim.org/schemas/1.0}UserDistributionDataPoint"/>
       </sequence>
       <attribute name="discrete" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • UserDistribution

      public UserDistribution()
  • Method Details

    • getUserDistributionDataPoint

      public List<UserDistributionDataPoint> getUserDistributionDataPoint()
      Gets the value of the userDistributionDataPoint property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the userDistributionDataPoint property.

      For example, to add a new item, do as follows:

          getUserDistributionDataPoint().add(newItem);
       

      Objects of the following type(s) are allowed in the list UserDistributionDataPoint

    • isDiscrete

      public boolean isDiscrete()
      Gets the value of the discrete property.
      Returns:
      possible object is Boolean
    • setDiscrete

      public void setDiscrete(Boolean value)
      Sets the value of the discrete property.
      Parameters:
      value - allowed object is Boolean