Class StructuredRemittanceInformation6
java.lang.Object
org.kapott.hbci.sepa.jaxb.pain_001_001_02.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: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>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
protected CreditorReferenceInformation1
protected PartyIdentification8
protected PartyIdentification8
protected List
<ReferredDocumentAmount1Choice> protected ReferredDocumentInformation1
protected 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.void
setAddtlRmtInf
(String value) Sets the value of the addtlRmtInf property.void
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
Sets the value of the rfrdDocInf property.void
Sets 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
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
-
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
-