Class CashOption91
java.lang.Object
org.coderic.iso20022.messages.seev.CashOption91
Java class for CashOption91 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CashOption91"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="CdtDbtInd" type="{urn:iso:std:iso:20022:tech:xsd:seev.053.001.02}CreditDebitCode"/> <element name="CshAcctId" type="{urn:iso:std:iso:20022:tech:xsd:seev.053.001.02}CashAccountIdentification5Choice" minOccurs="0"/> <element name="GrssCshAmt" type="{urn:iso:std:iso:20022:tech:xsd:seev.053.001.02}ActiveCurrencyAndAmount" minOccurs="0"/> <element name="NetCshAmt" type="{urn:iso:std:iso:20022:tech:xsd:seev.053.001.02}ActiveCurrencyAndAmount" minOccurs="0"/> <element name="EntitldAmt" type="{urn:iso:std:iso:20022:tech:xsd:seev.053.001.02}ActiveCurrencyAndAmount"/> <element name="WhldgTaxRate" type="{urn:iso:std:iso:20022:tech:xsd:seev.053.001.02}RateAndAmountFormat40Choice" maxOccurs="unbounded" minOccurs="0"/> <element name="WhldgTaxAmt" type="{urn:iso:std:iso:20022:tech:xsd:seev.053.001.02}ActiveCurrencyAndAmount" minOccurs="0"/> <element name="EarlstPmtDt" type="{urn:iso:std:iso:20022:tech:xsd:seev.053.001.02}DateAndDateTime2Choice" minOccurs="0"/> <element name="PmtDt" type="{urn:iso:std:iso:20022:tech:xsd:seev.053.001.02}DateFormat43Choice"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the cdtDbtInd property.Gets the value of the cshAcctId property.Gets the value of the earlstPmtDt property.Gets the value of the entitldAmt property.Gets the value of the grssCshAmt property.Gets the value of the netCshAmt property.getPmtDt()
Gets the value of the pmtDt property.Gets the value of the whldgTaxAmt property.Gets the value of the whldgTaxRate property.void
setCdtDbtInd
(CreditDebitCode value) Sets the value of the cdtDbtInd property.void
Sets the value of the cshAcctId property.void
Sets the value of the earlstPmtDt property.void
Sets the value of the entitldAmt property.void
Sets the value of the grssCshAmt property.void
Sets the value of the netCshAmt property.void
setPmtDt
(DateFormat43Choice value) Sets the value of the pmtDt property.void
Sets the value of the whldgTaxAmt property.
-
Constructor Details
-
CashOption91
public CashOption91()
-
-
Method Details
-
getCdtDbtInd
Gets the value of the cdtDbtInd property.- Returns:
- possible object is
CreditDebitCode
-
setCdtDbtInd
Sets the value of the cdtDbtInd property.- Parameters:
value
- allowed object isCreditDebitCode
-
getCshAcctId
Gets the value of the cshAcctId property.- Returns:
- possible object is
CashAccountIdentification5Choice
-
setCshAcctId
Sets the value of the cshAcctId property.- Parameters:
value
- allowed object isCashAccountIdentification5Choice
-
getGrssCshAmt
Gets the value of the grssCshAmt property.- Returns:
- possible object is
ActiveCurrencyAndAmount
-
setGrssCshAmt
Sets the value of the grssCshAmt property.- Parameters:
value
- allowed object isActiveCurrencyAndAmount
-
getNetCshAmt
Gets the value of the netCshAmt property.- Returns:
- possible object is
ActiveCurrencyAndAmount
-
setNetCshAmt
Sets the value of the netCshAmt property.- Parameters:
value
- allowed object isActiveCurrencyAndAmount
-
getEntitldAmt
Gets the value of the entitldAmt property.- Returns:
- possible object is
ActiveCurrencyAndAmount
-
setEntitldAmt
Sets the value of the entitldAmt property.- Parameters:
value
- allowed object isActiveCurrencyAndAmount
-
getWhldgTaxRate
Gets the value of the whldgTaxRate property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
set
method for the whldgTaxRate property.For example, to add a new item, do as follows:
getWhldgTaxRate().add(newItem);
Objects of the following type(s) are allowed in the list
RateAndAmountFormat40Choice
-
getWhldgTaxAmt
Gets the value of the whldgTaxAmt property.- Returns:
- possible object is
ActiveCurrencyAndAmount
-
setWhldgTaxAmt
Sets the value of the whldgTaxAmt property.- Parameters:
value
- allowed object isActiveCurrencyAndAmount
-
getEarlstPmtDt
Gets the value of the earlstPmtDt property.- Returns:
- possible object is
DateAndDateTime2Choice
-
setEarlstPmtDt
Sets the value of the earlstPmtDt property.- Parameters:
value
- allowed object isDateAndDateTime2Choice
-
getPmtDt
Gets the value of the pmtDt property.- Returns:
- possible object is
DateFormat43Choice
-
setPmtDt
Sets the value of the pmtDt property.- Parameters:
value
- allowed object isDateFormat43Choice
-