Class NumberOfActivitiesType
java.lang.Object
software.xdev.bzst.dip.client.xmldocument.model.NumberOfActivitiesType
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 Summary
FieldsModifier and TypeFieldDescriptionprotected BigIntegerprotected BigIntegerprotected BigIntegerprotected BigInteger -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the numbQ1 property.Gets the value of the numbQ2 property.Gets the value of the numbQ3 property.Gets the value of the numbQ4 property.voidsetNumbQ1(BigInteger value) Sets the value of the numbQ1 property.voidsetNumbQ2(BigInteger value) Sets the value of the numbQ2 property.voidsetNumbQ3(BigInteger value) Sets the value of the numbQ3 property.voidsetNumbQ4(BigInteger value) Sets the value of the numbQ4 property.
-
Field Details
-
numbQ1
-
numbQ2
-
numbQ3
-
numbQ4
-
-
Constructor Details
-
NumberOfActivitiesType
public NumberOfActivitiesType()
-
-
Method Details
-
getNumbQ1
Gets the value of the numbQ1 property.- Returns:
- possible object is
BigInteger
-
setNumbQ1
Sets the value of the numbQ1 property.- Parameters:
value- allowed object isBigInteger
-
getNumbQ2
Gets the value of the numbQ2 property.- Returns:
- possible object is
BigInteger
-
setNumbQ2
Sets the value of the numbQ2 property.- Parameters:
value- allowed object isBigInteger
-
getNumbQ3
Gets the value of the numbQ3 property.- Returns:
- possible object is
BigInteger
-
setNumbQ3
Sets the value of the numbQ3 property.- Parameters:
value- allowed object isBigInteger
-
getNumbQ4
Gets the value of the numbQ4 property.- Returns:
- possible object is
BigInteger
-
setNumbQ4
Sets the value of the numbQ4 property.- Parameters:
value- allowed object isBigInteger
-