Class TaxesType
java.lang.Object
software.xdev.bzst.dip.client.xmldocument.model.TaxesType
The Taxes element is further split into four elements, representing the quarters in respect of which reporting takes
place. Each quarter element is further comprised of the MonAmnt_Type, used to communicate taxes withheld in respect
of Sellers. Such amounts shall be given in full units, i.e. without decimals. The code for the currency, in which the
value is expressed has to be taken from the ISO code list 4217 and added in attribute currCode.
Java class for TaxesType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TaxesType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="TaxQ1" type="{urn:oecd:ties:dpi:v1}MonAmnt_Type"/>
<element name="TaxQ2" type="{urn:oecd:ties:dpi:v1}MonAmnt_Type"/>
<element name="TaxQ3" type="{urn:oecd:ties:dpi:v1}MonAmnt_Type"/>
<element name="TaxQ4" 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 TypeMethodDescriptiongetTaxQ1()Gets the value of the taxQ1 property.getTaxQ2()Gets the value of the taxQ2 property.getTaxQ3()Gets the value of the taxQ3 property.getTaxQ4()Gets the value of the taxQ4 property.voidsetTaxQ1(MonAmntType value) Sets the value of the taxQ1 property.voidsetTaxQ2(MonAmntType value) Sets the value of the taxQ2 property.voidsetTaxQ3(MonAmntType value) Sets the value of the taxQ3 property.voidsetTaxQ4(MonAmntType value) Sets the value of the taxQ4 property.
-
Field Details
-
taxQ1
-
taxQ2
-
taxQ3
-
taxQ4
-
-
Constructor Details
-
TaxesType
public TaxesType()
-
-
Method Details
-
getTaxQ1
Gets the value of the taxQ1 property.- Returns:
- possible object is
MonAmntType
-
setTaxQ1
Sets the value of the taxQ1 property.- Parameters:
value- allowed object isMonAmntType
-
getTaxQ2
Gets the value of the taxQ2 property.- Returns:
- possible object is
MonAmntType
-
setTaxQ2
Sets the value of the taxQ2 property.- Parameters:
value- allowed object isMonAmntType
-
getTaxQ3
Gets the value of the taxQ3 property.- Returns:
- possible object is
MonAmntType
-
setTaxQ3
Sets the value of the taxQ3 property.- Parameters:
value- allowed object isMonAmntType
-
getTaxQ4
Gets the value of the taxQ4 property.- Returns:
- possible object is
MonAmntType
-
setTaxQ4
Sets the value of the taxQ4 property.- Parameters:
value- allowed object isMonAmntType
-