Class StructuredRemittanceInformation6
java.lang.Object
org.kapott.hbci.sepa.jaxb.camt_052_001_01.StructuredRemittanceInformation6
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:iso:std:iso:20022:tech:xsd:camt.052.001.01}ReferredDocumentInformation1" minOccurs="0"/>
<element name="RfrdDocRltdDt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.01}ISODate" minOccurs="0"/>
<element name="RfrdDocAmt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.01}ReferredDocumentAmount1Choice" maxOccurs="unbounded" minOccurs="0"/>
<element name="CdtrRefInf" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.01}CreditorReferenceInformation1" minOccurs="0"/>
<element name="Invcr" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.01}PartyIdentification8" minOccurs="0"/>
<element name="Invcee" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.01}PartyIdentification8" minOccurs="0"/>
<element name="AddtlRmtInf" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.01}Max140Text" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected CreditorReferenceInformation1protected PartyIdentification8protected PartyIdentification8protected List<ReferredDocumentAmount1Choice> protected ReferredDocumentInformation1protected XMLGregorianCalendar -
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 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 rfrdDocRltdDt property.voidsetAddtlRmtInf(String value) Sets the value of the addtlRmtInf property.voidSets the value of the cdtrRefInf property.voidsetInvcee(PartyIdentification8 value) Sets the value of the invcee property.voidsetInvcr(PartyIdentification8 value) Sets the value of the invcr property.voidSets the value of the rfrdDocInf property.voidSets the value of the rfrdDocRltdDt property.
-
Field Details
-
rfrdDocInf
-
rfrdDocRltdDt
-
rfrdDocAmt
-
cdtrRefInf
-
invcr
-
invcee
-
addtlRmtInf
-
-
Constructor Details
-
StructuredRemittanceInformation6
public StructuredRemittanceInformation6()
-
-
Method Details
-
getRfrdDocInf
Gets the value of the rfrdDocInf property.- Returns:
- possible object is
ReferredDocumentInformation1
-
setRfrdDocInf
Sets the value of the rfrdDocInf property.- Parameters:
value- allowed object isReferredDocumentInformation1
-
getRfrdDocRltdDt
Gets the value of the rfrdDocRltdDt property.- Returns:
- possible object is
XMLGregorianCalendar
-
setRfrdDocRltdDt
Sets the value of the rfrdDocRltdDt property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getRfrdDocAmt
Gets the value of the rfrdDocAmt 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
setmethod 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 -
getCdtrRefInf
Gets the value of the cdtrRefInf property.- Returns:
- possible object is
CreditorReferenceInformation1
-
setCdtrRefInf
Sets the value of the cdtrRefInf property.- Parameters:
value- allowed object isCreditorReferenceInformation1
-
getInvcr
Gets the value of the invcr property.- Returns:
- possible object is
PartyIdentification8
-
setInvcr
Sets the value of the invcr property.- Parameters:
value- allowed object isPartyIdentification8
-
getInvcee
Gets the value of the invcee property.- Returns:
- possible object is
PartyIdentification8
-
setInvcee
Sets the value of the invcee property.- Parameters:
value- allowed object isPartyIdentification8
-
getAddtlRmtInf
Gets the value of the addtlRmtInf property.- Returns:
- possible object is
String
-
setAddtlRmtInf
Sets the value of the addtlRmtInf property.- Parameters:
value- allowed object isString
-