public class CreditorReferenceTypeSDD extends Object
Java class for CreditorReferenceTypeSDD complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CreditorReferenceTypeSDD">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Cd" type="{urn:swift:xsd:$pain.008.002.01}DocumentType3CodeSDD"/>
<element name="Issr" type="{urn:swift:xsd:$pain.008.002.01}Max35Text" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected DocumentType3CodeSDD |
cd |
protected String |
issr |
| Constructor and Description |
|---|
CreditorReferenceTypeSDD() |
| Modifier and Type | Method and Description |
|---|---|
DocumentType3CodeSDD |
getCd()
Gets the value of the cd property.
|
String |
getIssr()
Gets the value of the issr property.
|
void |
setCd(DocumentType3CodeSDD value)
Sets the value of the cd property.
|
void |
setIssr(String value)
Sets the value of the issr property.
|
protected DocumentType3CodeSDD cd
protected String issr
public DocumentType3CodeSDD getCd()
DocumentType3CodeSDDpublic void setCd(DocumentType3CodeSDD value)
value - allowed object is
DocumentType3CodeSDDpublic String getIssr()
StringCopyright © 2019. All rights reserved.