public class StructuredRemittanceInformationSCT extends Object
Java-Klasse für StructuredRemittanceInformationSCT complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="StructuredRemittanceInformationSCT">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CdtrRefInf" type="{urn:swift:xsd:$pain.001.002.02}CreditorReferenceInformationSCT" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CreditorReferenceInformationSCT |
cdtrRefInf |
| Constructor and Description |
|---|
StructuredRemittanceInformationSCT() |
| Modifier and Type | Method and Description |
|---|---|
CreditorReferenceInformationSCT |
getCdtrRefInf()
Ruft den Wert der cdtrRefInf-Eigenschaft ab.
|
void |
setCdtrRefInf(CreditorReferenceInformationSCT value)
Legt den Wert der cdtrRefInf-Eigenschaft fest.
|
protected CreditorReferenceInformationSCT cdtrRefInf
public CreditorReferenceInformationSCT getCdtrRefInf()
CreditorReferenceInformationSCTpublic void setCdtrRefInf(CreditorReferenceInformationSCT value)
value - allowed object is
CreditorReferenceInformationSCTCopyright © 2018. All rights reserved.