Class ConsiderationType
java.lang.Object
software.xdev.bzst.dip.client.xmldocument.model.ConsiderationType
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 Summary
FieldsModifier and TypeFieldDescriptionprotected MonAmntTypeprotected MonAmntTypeprotected MonAmntTypeprotected MonAmntType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the consQ1 property.Gets the value of the consQ2 property.Gets the value of the consQ3 property.Gets the value of the consQ4 property.voidsetConsQ1(MonAmntType value) Sets the value of the consQ1 property.voidsetConsQ2(MonAmntType value) Sets the value of the consQ2 property.voidsetConsQ3(MonAmntType value) Sets the value of the consQ3 property.voidsetConsQ4(MonAmntType value) Sets the value of the consQ4 property.
-
Field Details
-
consQ1
-
consQ2
-
consQ3
-
consQ4
-
-
Constructor Details
-
ConsiderationType
public ConsiderationType()
-
-
Method Details
-
getConsQ1
Gets the value of the consQ1 property.- Returns:
- possible object is
MonAmntType
-
setConsQ1
Sets the value of the consQ1 property.- Parameters:
value- allowed object isMonAmntType
-
getConsQ2
Gets the value of the consQ2 property.- Returns:
- possible object is
MonAmntType
-
setConsQ2
Sets the value of the consQ2 property.- Parameters:
value- allowed object isMonAmntType
-
getConsQ3
Gets the value of the consQ3 property.- Returns:
- possible object is
MonAmntType
-
setConsQ3
Sets the value of the consQ3 property.- Parameters:
value- allowed object isMonAmntType
-
getConsQ4
Gets the value of the consQ4 property.- Returns:
- possible object is
MonAmntType
-
setConsQ4
Sets the value of the consQ4 property.- Parameters:
value- allowed object isMonAmntType
-