Class StructuredRemittanceInformationSDD
java.lang.Object
org.kapott.hbci.sepa.jaxb.pain_008_002_01.StructuredRemittanceInformationSDD
Java class for StructuredRemittanceInformationSDD complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StructuredRemittanceInformationSDD"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="CdtrRefInf" type="{urn:swift:xsd:$pain.008.002.01}CreditorReferenceInformationSDD" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the cdtrRefInf property.void
Sets the value of the cdtrRefInf property.
-
Field Details
-
cdtrRefInf
-
-
Constructor Details
-
StructuredRemittanceInformationSDD
public StructuredRemittanceInformationSDD()
-
-
Method Details
-
getCdtrRefInf
Gets the value of the cdtrRefInf property.- Returns:
- possible object is
CreditorReferenceInformationSDD
-
setCdtrRefInf
Sets the value of the cdtrRefInf property.- Parameters:
value
- allowed object isCreditorReferenceInformationSDD
-