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