Class TaxRecordDetails2
java.lang.Object
org.coderic.iso20022.messages.camt.TaxRecordDetails2
Java class for TaxRecordDetails2 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TaxRecordDetails2"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Prd" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}TaxPeriod2" minOccurs="0"/> <element name="Amt" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}ActiveOrHistoricCurrencyAndAmount"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetAmt()
Gets the value of the amt property.getPrd()
Gets the value of the prd property.void
Sets the value of the amt property.void
setPrd
(TaxPeriod2 value) Sets the value of the prd property.
-
Constructor Details
-
TaxRecordDetails2
public TaxRecordDetails2()
-
-
Method Details
-
getPrd
Gets the value of the prd property.- Returns:
- possible object is
TaxPeriod2
-
setPrd
Sets the value of the prd property.- Parameters:
value
- allowed object isTaxPeriod2
-
getAmt
Gets the value of the amt property.- Returns:
- possible object is
ActiveOrHistoricCurrencyAndAmount
-
setAmt
Sets the value of the amt property.- Parameters:
value
- allowed object isActiveOrHistoricCurrencyAndAmount
-