Class FeesType
java.lang.Object
software.xdev.bzst.dip.client.xmldocument.model.FeesType
Java class for FeesType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FeesType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="FeesQ1" type="{urn:oecd:ties:dpi:v1}MonAmnt_Type"/>
<element name="FeesQ2" type="{urn:oecd:ties:dpi:v1}MonAmnt_Type"/>
<element name="FeesQ3" type="{urn:oecd:ties:dpi:v1}MonAmnt_Type"/>
<element name="FeesQ4" type="{urn:oecd:ties:dpi:v1}MonAmnt_Type"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected MonAmntTypeprotected MonAmntTypeprotected MonAmntTypeprotected MonAmntType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the feesQ1 property.Gets the value of the feesQ2 property.Gets the value of the feesQ3 property.Gets the value of the feesQ4 property.voidsetFeesQ1(MonAmntType value) Sets the value of the feesQ1 property.voidsetFeesQ2(MonAmntType value) Sets the value of the feesQ2 property.voidsetFeesQ3(MonAmntType value) Sets the value of the feesQ3 property.voidsetFeesQ4(MonAmntType value) Sets the value of the feesQ4 property.
-
Field Details
-
feesQ1
-
feesQ2
-
feesQ3
-
feesQ4
-
-
Constructor Details
-
FeesType
public FeesType()
-
-
Method Details
-
getFeesQ1
Gets the value of the feesQ1 property.- Returns:
- possible object is
MonAmntType
-
setFeesQ1
Sets the value of the feesQ1 property.- Parameters:
value- allowed object isMonAmntType
-
getFeesQ2
Gets the value of the feesQ2 property.- Returns:
- possible object is
MonAmntType
-
setFeesQ2
Sets the value of the feesQ2 property.- Parameters:
value- allowed object isMonAmntType
-
getFeesQ3
Gets the value of the feesQ3 property.- Returns:
- possible object is
MonAmntType
-
setFeesQ3
Sets the value of the feesQ3 property.- Parameters:
value- allowed object isMonAmntType
-
getFeesQ4
Gets the value of the feesQ4 property.- Returns:
- possible object is
MonAmntType
-
setFeesQ4
Sets the value of the feesQ4 property.- Parameters:
value- allowed object isMonAmntType
-