Class TaxRecordDetails3
java.lang.Object
org.coderic.iso20022.messages.camt.TaxRecordDetails3
Java class for TaxRecordDetails3 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TaxRecordDetails3"> <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}TaxPeriod3" 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
(TaxPeriod3 value) Sets the value of the prd property.
-
Constructor Details
-
TaxRecordDetails3
public TaxRecordDetails3()
-
-
Method Details
-
getPrd
Gets the value of the prd property.- Returns:
- possible object is
TaxPeriod3
-
setPrd
Sets the value of the prd property.- Parameters:
value
- allowed object isTaxPeriod3
-
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
-