public class StructuredRemittanceInformationSEPA1
extends java.lang.Object
Java class for StructuredRemittanceInformationSEPA1 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StructuredRemittanceInformationSEPA1"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="CdtrRefInf" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.003.03}CreditorReferenceInformationSEPA1" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected CreditorReferenceInformationSEPA1 |
cdtrRefInf |
Constructor and Description |
---|
StructuredRemittanceInformationSEPA1() |
Modifier and Type | Method and Description |
---|---|
CreditorReferenceInformationSEPA1 |
getCdtrRefInf()
Gets the value of the cdtrRefInf property.
|
void |
setCdtrRefInf(CreditorReferenceInformationSEPA1 value)
Sets the value of the cdtrRefInf property.
|
protected CreditorReferenceInformationSEPA1 cdtrRefInf
public StructuredRemittanceInformationSEPA1()
public CreditorReferenceInformationSEPA1 getCdtrRefInf()
CreditorReferenceInformationSEPA1
public void setCdtrRefInf(CreditorReferenceInformationSEPA1 value)
value
- allowed object is
CreditorReferenceInformationSEPA1