public class StructuredRemittanceInformationSDD
extends java.lang.Object
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>
| Modifier and Type | Field | Description |
|---|---|---|
protected CreditorReferenceInformationSDD |
cdtrRefInf |
| Constructor | Description |
|---|---|
StructuredRemittanceInformationSDD() |
| Modifier and Type | Method | Description |
|---|---|---|
CreditorReferenceInformationSDD |
getCdtrRefInf() |
Gets the value of the cdtrRefInf property.
|
void |
setCdtrRefInf(CreditorReferenceInformationSDD value) |
Sets the value of the cdtrRefInf property.
|
protected CreditorReferenceInformationSDD cdtrRefInf
public CreditorReferenceInformationSDD getCdtrRefInf()
CreditorReferenceInformationSDDpublic void setCdtrRefInf(CreditorReferenceInformationSDD value)
value - allowed object is
CreditorReferenceInformationSDDCopyright © 2018. All rights reserved.