public class StructuredRemittanceInformation6 extends Object
Java class for StructuredRemittanceInformation6 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StructuredRemittanceInformation6">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="RfrdDocInf" type="{urn:sepade:xsd:pain.001.001.02}ReferredDocumentInformation1" minOccurs="0"/>
<element name="RfrdDocRltdDt" type="{urn:sepade:xsd:pain.001.001.02}ISODate" minOccurs="0"/>
<element name="RfrdDocAmt" type="{urn:sepade:xsd:pain.001.001.02}ReferredDocumentAmount1Choice" maxOccurs="unbounded" minOccurs="0"/>
<element name="CdtrRefInf" type="{urn:sepade:xsd:pain.001.001.02}CreditorReferenceInformation1" minOccurs="0"/>
<element name="Invcr" type="{urn:sepade:xsd:pain.001.001.02}PartyIdentification8" minOccurs="0"/>
<element name="Invcee" type="{urn:sepade:xsd:pain.001.001.02}PartyIdentification8" minOccurs="0"/>
<element name="AddtlRmtInf" type="{urn:sepade:xsd:pain.001.001.02}Max140Text" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
addtlRmtInf |
protected CreditorReferenceInformation1 |
cdtrRefInf |
protected PartyIdentification8 |
invcee |
protected PartyIdentification8 |
invcr |
protected List<ReferredDocumentAmount1Choice> |
rfrdDocAmt |
protected ReferredDocumentInformation1 |
rfrdDocInf |
protected XMLGregorianCalendar |
rfrdDocRltdDt |
| Constructor and Description |
|---|
StructuredRemittanceInformation6() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAddtlRmtInf()
Gets the value of the addtlRmtInf property.
|
CreditorReferenceInformation1 |
getCdtrRefInf()
Gets the value of the cdtrRefInf property.
|
PartyIdentification8 |
getInvcee()
Gets the value of the invcee property.
|
PartyIdentification8 |
getInvcr()
Gets the value of the invcr property.
|
List<ReferredDocumentAmount1Choice> |
getRfrdDocAmt()
Gets the value of the rfrdDocAmt property.
|
ReferredDocumentInformation1 |
getRfrdDocInf()
Gets the value of the rfrdDocInf property.
|
XMLGregorianCalendar |
getRfrdDocRltdDt()
Gets the value of the rfrdDocRltdDt property.
|
void |
setAddtlRmtInf(String value)
Sets the value of the addtlRmtInf property.
|
void |
setCdtrRefInf(CreditorReferenceInformation1 value)
Sets the value of the cdtrRefInf property.
|
void |
setInvcee(PartyIdentification8 value)
Sets the value of the invcee property.
|
void |
setInvcr(PartyIdentification8 value)
Sets the value of the invcr property.
|
void |
setRfrdDocInf(ReferredDocumentInformation1 value)
Sets the value of the rfrdDocInf property.
|
void |
setRfrdDocRltdDt(XMLGregorianCalendar value)
Sets the value of the rfrdDocRltdDt property.
|
protected ReferredDocumentInformation1 rfrdDocInf
protected XMLGregorianCalendar rfrdDocRltdDt
protected List<ReferredDocumentAmount1Choice> rfrdDocAmt
protected CreditorReferenceInformation1 cdtrRefInf
protected PartyIdentification8 invcr
protected PartyIdentification8 invcee
protected String addtlRmtInf
public ReferredDocumentInformation1 getRfrdDocInf()
ReferredDocumentInformation1public void setRfrdDocInf(ReferredDocumentInformation1 value)
value - allowed object is
ReferredDocumentInformation1public XMLGregorianCalendar getRfrdDocRltdDt()
XMLGregorianCalendarpublic void setRfrdDocRltdDt(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic List<ReferredDocumentAmount1Choice> getRfrdDocAmt()
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 rfrdDocAmt property.
For example, to add a new item, do as follows:
getRfrdDocAmt().add(newItem);
Objects of the following type(s) are allowed in the list
ReferredDocumentAmount1Choice
public CreditorReferenceInformation1 getCdtrRefInf()
CreditorReferenceInformation1public void setCdtrRefInf(CreditorReferenceInformation1 value)
value - allowed object is
CreditorReferenceInformation1public PartyIdentification8 getInvcr()
PartyIdentification8public void setInvcr(PartyIdentification8 value)
value - allowed object is
PartyIdentification8public PartyIdentification8 getInvcee()
PartyIdentification8public void setInvcee(PartyIdentification8 value)
value - allowed object is
PartyIdentification8public String getAddtlRmtInf()
StringCopyright © 2018. All rights reserved.