Class NumberOfActivitiesType

java.lang.Object
software.xdev.bzst.dip.client.xmldocument.model.NumberOfActivitiesType

public class NumberOfActivitiesType extends Object
The Number of Services element is further split into four elements, representing the quarters in respect of which reporting takes place.

Java class for NumberOfActivities_Type complex type.

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

 <complexType name="NumberOfActivities_Type">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="NumbQ1" type="{http://www.w3.org/2001/XMLSchema}integer"/>
         <element name="NumbQ2" type="{http://www.w3.org/2001/XMLSchema}integer"/>
         <element name="NumbQ3" type="{http://www.w3.org/2001/XMLSchema}integer"/>
         <element name="NumbQ4" type="{http://www.w3.org/2001/XMLSchema}integer"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • NumberOfActivitiesType

      public NumberOfActivitiesType()
  • Method Details

    • getNumbQ1

      public BigInteger getNumbQ1()
      Gets the value of the numbQ1 property.
      Returns:
      possible object is BigInteger
    • setNumbQ1

      public void setNumbQ1(BigInteger value)
      Sets the value of the numbQ1 property.
      Parameters:
      value - allowed object is BigInteger
    • getNumbQ2

      public BigInteger getNumbQ2()
      Gets the value of the numbQ2 property.
      Returns:
      possible object is BigInteger
    • setNumbQ2

      public void setNumbQ2(BigInteger value)
      Sets the value of the numbQ2 property.
      Parameters:
      value - allowed object is BigInteger
    • getNumbQ3

      public BigInteger getNumbQ3()
      Gets the value of the numbQ3 property.
      Returns:
      possible object is BigInteger
    • setNumbQ3

      public void setNumbQ3(BigInteger value)
      Sets the value of the numbQ3 property.
      Parameters:
      value - allowed object is BigInteger
    • getNumbQ4

      public BigInteger getNumbQ4()
      Gets the value of the numbQ4 property.
      Returns:
      possible object is BigInteger
    • setNumbQ4

      public void setNumbQ4(BigInteger value)
      Sets the value of the numbQ4 property.
      Parameters:
      value - allowed object is BigInteger