public class StructuredRemittanceInformation6
extends java.lang.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 | Description |
---|---|---|
protected java.lang.String |
addtlRmtInf |
|
protected CreditorReferenceInformation1 |
cdtrRefInf |
|
protected PartyIdentification8 |
invcee |
|
protected PartyIdentification8 |
invcr |
|
protected java.util.List<ReferredDocumentAmount1Choice> |
rfrdDocAmt |
|
protected ReferredDocumentInformation1 |
rfrdDocInf |
|
protected javax.xml.datatype.XMLGregorianCalendar |
rfrdDocRltdDt |
Constructor | Description |
---|---|
StructuredRemittanceInformation6() |
Modifier and Type | Method | Description |
---|---|---|
java.lang.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.
|
java.util.List<ReferredDocumentAmount1Choice> |
getRfrdDocAmt() |
Gets the value of the rfrdDocAmt property.
|
ReferredDocumentInformation1 |
getRfrdDocInf() |
Gets the value of the rfrdDocInf property.
|
javax.xml.datatype.XMLGregorianCalendar |
getRfrdDocRltdDt() |
Gets the value of the rfrdDocRltdDt property.
|
void |
setAddtlRmtInf(java.lang.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(javax.xml.datatype.XMLGregorianCalendar value) |
Sets the value of the rfrdDocRltdDt property.
|
protected ReferredDocumentInformation1 rfrdDocInf
protected javax.xml.datatype.XMLGregorianCalendar rfrdDocRltdDt
protected java.util.List<ReferredDocumentAmount1Choice> rfrdDocAmt
protected CreditorReferenceInformation1 cdtrRefInf
protected PartyIdentification8 invcr
protected PartyIdentification8 invcee
protected java.lang.String addtlRmtInf
public ReferredDocumentInformation1 getRfrdDocInf()
ReferredDocumentInformation1
public void setRfrdDocInf(ReferredDocumentInformation1 value)
value
- allowed object is
ReferredDocumentInformation1
public javax.xml.datatype.XMLGregorianCalendar getRfrdDocRltdDt()
XMLGregorianCalendar
public void setRfrdDocRltdDt(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public java.util.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()
CreditorReferenceInformation1
public void setCdtrRefInf(CreditorReferenceInformation1 value)
value
- allowed object is
CreditorReferenceInformation1
public PartyIdentification8 getInvcr()
PartyIdentification8
public void setInvcr(PartyIdentification8 value)
value
- allowed object is
PartyIdentification8
public PartyIdentification8 getInvcee()
PartyIdentification8
public void setInvcee(PartyIdentification8 value)
value
- allowed object is
PartyIdentification8
public java.lang.String getAddtlRmtInf()
String
public void setAddtlRmtInf(java.lang.String value)
value
- allowed object is
String
Copyright © 2018. All rights reserved.