Class ConsiderationType

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

public class ConsiderationType extends Object

Java class for ConsiderationType complex type.

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

 <complexType name="ConsiderationType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ConsQ1" type="{urn:oecd:ties:dpi:v1}MonAmnt_Type"/>
         <element name="ConsQ2" type="{urn:oecd:ties:dpi:v1}MonAmnt_Type"/>
         <element name="ConsQ3" type="{urn:oecd:ties:dpi:v1}MonAmnt_Type"/>
         <element name="ConsQ4" type="{urn:oecd:ties:dpi:v1}MonAmnt_Type"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • ConsiderationType

      public ConsiderationType()
  • Method Details

    • getConsQ1

      public MonAmntType getConsQ1()
      Gets the value of the consQ1 property.
      Returns:
      possible object is MonAmntType
    • setConsQ1

      public void setConsQ1(MonAmntType value)
      Sets the value of the consQ1 property.
      Parameters:
      value - allowed object is MonAmntType
    • getConsQ2

      public MonAmntType getConsQ2()
      Gets the value of the consQ2 property.
      Returns:
      possible object is MonAmntType
    • setConsQ2

      public void setConsQ2(MonAmntType value)
      Sets the value of the consQ2 property.
      Parameters:
      value - allowed object is MonAmntType
    • getConsQ3

      public MonAmntType getConsQ3()
      Gets the value of the consQ3 property.
      Returns:
      possible object is MonAmntType
    • setConsQ3

      public void setConsQ3(MonAmntType value)
      Sets the value of the consQ3 property.
      Parameters:
      value - allowed object is MonAmntType
    • getConsQ4

      public MonAmntType getConsQ4()
      Gets the value of the consQ4 property.
      Returns:
      possible object is MonAmntType
    • setConsQ4

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