Class StructuredRemittanceInformation12
Java class for StructuredRemittanceInformation12 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StructuredRemittanceInformation12"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="RfrdDocInf" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.05}ReferredDocumentInformation6" maxOccurs="unbounded" minOccurs="0"/> <element name="RfrdDocAmt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.05}RemittanceAmount2" minOccurs="0"/> <element name="CdtrRefInf" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.05}CreditorReferenceInformation2" minOccurs="0"/> <element name="Invcr" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.05}PartyIdentification43" minOccurs="0"/> <element name="Invcee" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.05}PartyIdentification43" minOccurs="0"/> <element name="TaxRmt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.05}TaxInformation4" minOccurs="0"/> <element name="GrnshmtRmt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.05}Garnishment1" minOccurs="0"/> <element name="AddtlRmtInf" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.05}Max140Text" maxOccurs="3" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected CreditorReferenceInformation2
protected Garnishment1
protected PartyIdentification43
protected PartyIdentification43
protected RemittanceAmount2
protected List
<ReferredDocumentInformation6> protected TaxInformation4
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the addtlRmtInf property.Gets the value of the cdtrRefInf property.Gets the value of the grnshmtRmt property.Gets the value of the invcee property.getInvcr()
Gets the value of the invcr property.Gets the value of the rfrdDocAmt property.Gets the value of the rfrdDocInf property.Gets the value of the taxRmt property.void
Sets the value of the cdtrRefInf property.void
setGrnshmtRmt
(Garnishment1 value) Sets the value of the grnshmtRmt property.void
setInvcee
(PartyIdentification43 value) Sets the value of the invcee property.void
setInvcr
(PartyIdentification43 value) Sets the value of the invcr property.void
setRfrdDocAmt
(RemittanceAmount2 value) Sets the value of the rfrdDocAmt property.void
setTaxRmt
(TaxInformation4 value) Sets the value of the taxRmt property.
-
Field Details
-
rfrdDocInf
-
rfrdDocAmt
-
cdtrRefInf
-
invcr
-
invcee
-
taxRmt
-
grnshmtRmt
-
addtlRmtInf
-
-
Constructor Details
-
StructuredRemittanceInformation12
public StructuredRemittanceInformation12()
-
-
Method Details
-
getRfrdDocInf
Gets the value of the rfrdDocInf 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 JAXB object. This is why there is not a
set
method for the rfrdDocInf property.For example, to add a new item, do as follows:
getRfrdDocInf().add(newItem);
Objects of the following type(s) are allowed in the list
ReferredDocumentInformation6
-
getRfrdDocAmt
Gets the value of the rfrdDocAmt property.- Returns:
- possible object is
RemittanceAmount2
-
setRfrdDocAmt
Sets the value of the rfrdDocAmt property.- Parameters:
value
- allowed object isRemittanceAmount2
-
getCdtrRefInf
Gets the value of the cdtrRefInf property.- Returns:
- possible object is
CreditorReferenceInformation2
-
setCdtrRefInf
Sets the value of the cdtrRefInf property.- Parameters:
value
- allowed object isCreditorReferenceInformation2
-
getInvcr
Gets the value of the invcr property.- Returns:
- possible object is
PartyIdentification43
-
setInvcr
Sets the value of the invcr property.- Parameters:
value
- allowed object isPartyIdentification43
-
getInvcee
Gets the value of the invcee property.- Returns:
- possible object is
PartyIdentification43
-
setInvcee
Sets the value of the invcee property.- Parameters:
value
- allowed object isPartyIdentification43
-
getTaxRmt
Gets the value of the taxRmt property.- Returns:
- possible object is
TaxInformation4
-
setTaxRmt
Sets the value of the taxRmt property.- Parameters:
value
- allowed object isTaxInformation4
-
getGrnshmtRmt
Gets the value of the grnshmtRmt property.- Returns:
- possible object is
Garnishment1
-
setGrnshmtRmt
Sets the value of the grnshmtRmt property.- Parameters:
value
- allowed object isGarnishment1
-
getAddtlRmtInf
Gets the value of the addtlRmtInf 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 JAXB object. This is why there is not a
set
method for the addtlRmtInf property.For example, to add a new item, do as follows:
getAddtlRmtInf().add(newItem);
Objects of the following type(s) are allowed in the list
String
-