public class StructuredRemittanceInformation7 extends Object
Java class for StructuredRemittanceInformation7 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StructuredRemittanceInformation7">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="RfrdDocInf" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.03}ReferredDocumentInformation3" maxOccurs="unbounded" minOccurs="0"/>
<element name="RfrdDocAmt" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.03}RemittanceAmount1" minOccurs="0"/>
<element name="CdtrRefInf" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.03}CreditorReferenceInformation2" minOccurs="0"/>
<element name="Invcr" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.03}PartyIdentification32" minOccurs="0"/>
<element name="Invcee" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.03}PartyIdentification32" minOccurs="0"/>
<element name="AddtlRmtInf" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.03}Max140Text" maxOccurs="3" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
addtlRmtInves |
protected CreditorReferenceInformation2 |
cdtrRefInf |
protected PartyIdentification32 |
invcee |
protected PartyIdentification32 |
invcr |
protected RemittanceAmount1 |
rfrdDocAmt |
protected List<ReferredDocumentInformation3> |
rfrdDocInves |
| Constructor and Description |
|---|
StructuredRemittanceInformation7() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getAddtlRmtInves()
Gets the value of the addtlRmtInves property.
|
CreditorReferenceInformation2 |
getCdtrRefInf()
Gets the value of the cdtrRefInf property.
|
PartyIdentification32 |
getInvcee()
Gets the value of the invcee property.
|
PartyIdentification32 |
getInvcr()
Gets the value of the invcr property.
|
RemittanceAmount1 |
getRfrdDocAmt()
Gets the value of the rfrdDocAmt property.
|
List<ReferredDocumentInformation3> |
getRfrdDocInves()
Gets the value of the rfrdDocInves property.
|
void |
setCdtrRefInf(CreditorReferenceInformation2 value)
Sets the value of the cdtrRefInf property.
|
void |
setInvcee(PartyIdentification32 value)
Sets the value of the invcee property.
|
void |
setInvcr(PartyIdentification32 value)
Sets the value of the invcr property.
|
void |
setRfrdDocAmt(RemittanceAmount1 value)
Sets the value of the rfrdDocAmt property.
|
protected List<ReferredDocumentInformation3> rfrdDocInves
protected RemittanceAmount1 rfrdDocAmt
protected CreditorReferenceInformation2 cdtrRefInf
protected PartyIdentification32 invcr
protected PartyIdentification32 invcee
public List<ReferredDocumentInformation3> getRfrdDocInves()
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 rfrdDocInves property.
For example, to add a new item, do as follows:
getRfrdDocInves().add(newItem);
Objects of the following type(s) are allowed in the list
ReferredDocumentInformation3
public RemittanceAmount1 getRfrdDocAmt()
RemittanceAmount1public void setRfrdDocAmt(RemittanceAmount1 value)
value - allowed object is
RemittanceAmount1public CreditorReferenceInformation2 getCdtrRefInf()
CreditorReferenceInformation2public void setCdtrRefInf(CreditorReferenceInformation2 value)
value - allowed object is
CreditorReferenceInformation2public PartyIdentification32 getInvcr()
PartyIdentification32public void setInvcr(PartyIdentification32 value)
value - allowed object is
PartyIdentification32public PartyIdentification32 getInvcee()
PartyIdentification32public void setInvcee(PartyIdentification32 value)
value - allowed object is
PartyIdentification32public List<String> getAddtlRmtInves()
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 addtlRmtInves property.
For example, to add a new item, do as follows:
getAddtlRmtInves().add(newItem);
Objects of the following type(s) are allowed in the list
String
Copyright © 2019. All rights reserved.