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

public class FeesType extends Object

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 Details

  • Constructor Details

    • FeesType

      public FeesType()
  • Method Details

    • getFeesQ1

      public MonAmntType getFeesQ1()
      Gets the value of the feesQ1 property.
      Returns:
      possible object is MonAmntType
    • setFeesQ1

      public void setFeesQ1(MonAmntType value)
      Sets the value of the feesQ1 property.
      Parameters:
      value - allowed object is MonAmntType
    • getFeesQ2

      public MonAmntType getFeesQ2()
      Gets the value of the feesQ2 property.
      Returns:
      possible object is MonAmntType
    • setFeesQ2

      public void setFeesQ2(MonAmntType value)
      Sets the value of the feesQ2 property.
      Parameters:
      value - allowed object is MonAmntType
    • getFeesQ3

      public MonAmntType getFeesQ3()
      Gets the value of the feesQ3 property.
      Returns:
      possible object is MonAmntType
    • setFeesQ3

      public void setFeesQ3(MonAmntType value)
      Sets the value of the feesQ3 property.
      Parameters:
      value - allowed object is MonAmntType
    • getFeesQ4

      public MonAmntType getFeesQ4()
      Gets the value of the feesQ4 property.
      Returns:
      possible object is MonAmntType
    • setFeesQ4

      public void setFeesQ4(MonAmntType value)
      Sets the value of the feesQ4 property.
      Parameters:
      value - allowed object is MonAmntType