public class StructuredRemittanceInformation13 extends Object
Java class for StructuredRemittanceInformation13 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StructuredRemittanceInformation13">
<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.06}ReferredDocumentInformation7" maxOccurs="unbounded" minOccurs="0"/>
<element name="RfrdDocAmt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}RemittanceAmount2" minOccurs="0"/>
<element name="CdtrRefInf" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}CreditorReferenceInformation2" minOccurs="0"/>
<element name="Invcr" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}PartyIdentification43" minOccurs="0"/>
<element name="Invcee" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}PartyIdentification43" minOccurs="0"/>
<element name="TaxRmt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}TaxInformation4" minOccurs="0"/>
<element name="GrnshmtRmt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}Garnishment1" minOccurs="0"/>
<element name="AddtlRmtInf" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}Max140Text" maxOccurs="3" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
addtlRmtInf |
protected CreditorReferenceInformation2 |
cdtrRefInf |
protected Garnishment1 |
grnshmtRmt |
protected PartyIdentification43 |
invcee |
protected PartyIdentification43 |
invcr |
protected RemittanceAmount2 |
rfrdDocAmt |
protected List<ReferredDocumentInformation7> |
rfrdDocInf |
protected TaxInformation4 |
taxRmt |
| Constructor and Description |
|---|
StructuredRemittanceInformation13() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getAddtlRmtInf()
Gets the value of the addtlRmtInf property.
|
CreditorReferenceInformation2 |
getCdtrRefInf()
Gets the value of the cdtrRefInf property.
|
Garnishment1 |
getGrnshmtRmt()
Gets the value of the grnshmtRmt property.
|
PartyIdentification43 |
getInvcee()
Gets the value of the invcee property.
|
PartyIdentification43 |
getInvcr()
Gets the value of the invcr property.
|
RemittanceAmount2 |
getRfrdDocAmt()
Gets the value of the rfrdDocAmt property.
|
List<ReferredDocumentInformation7> |
getRfrdDocInf()
Gets the value of the rfrdDocInf property.
|
TaxInformation4 |
getTaxRmt()
Gets the value of the taxRmt property.
|
void |
setCdtrRefInf(CreditorReferenceInformation2 value)
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.
|
protected List<ReferredDocumentInformation7> rfrdDocInf
protected RemittanceAmount2 rfrdDocAmt
protected CreditorReferenceInformation2 cdtrRefInf
protected PartyIdentification43 invcr
protected PartyIdentification43 invcee
protected TaxInformation4 taxRmt
protected Garnishment1 grnshmtRmt
public List<ReferredDocumentInformation7> getRfrdDocInf()
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
ReferredDocumentInformation7
public RemittanceAmount2 getRfrdDocAmt()
RemittanceAmount2public void setRfrdDocAmt(RemittanceAmount2 value)
value - allowed object is
RemittanceAmount2public CreditorReferenceInformation2 getCdtrRefInf()
CreditorReferenceInformation2public void setCdtrRefInf(CreditorReferenceInformation2 value)
value - allowed object is
CreditorReferenceInformation2public PartyIdentification43 getInvcr()
PartyIdentification43public void setInvcr(PartyIdentification43 value)
value - allowed object is
PartyIdentification43public PartyIdentification43 getInvcee()
PartyIdentification43public void setInvcee(PartyIdentification43 value)
value - allowed object is
PartyIdentification43public TaxInformation4 getTaxRmt()
TaxInformation4public void setTaxRmt(TaxInformation4 value)
value - allowed object is
TaxInformation4public Garnishment1 getGrnshmtRmt()
Garnishment1public void setGrnshmtRmt(Garnishment1 value)
value - allowed object is
Garnishment1public List<String> getAddtlRmtInf()
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
Copyright © 2019. All rights reserved.