public class CreditorReferenceType1 extends Object
Java-Klasse für CreditorReferenceType1 complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="CreditorReferenceType1">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice>
<element name="Cd" type="{urn:sepade:xsd:pain.001.001.02}DocumentType3Code"/>
<element name="Prtry" type="{urn:sepade:xsd:pain.001.001.02}Max35Text"/>
</choice>
<element name="Issr" type="{urn:sepade:xsd:pain.001.001.02}Max35Text" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected DocumentType3Code |
cd |
protected String |
issr |
protected String |
prtry |
| Constructor and Description |
|---|
CreditorReferenceType1() |
| Modifier and Type | Method and Description |
|---|---|
DocumentType3Code |
getCd()
Ruft den Wert der cd-Eigenschaft ab.
|
String |
getIssr()
Ruft den Wert der issr-Eigenschaft ab.
|
String |
getPrtry()
Ruft den Wert der prtry-Eigenschaft ab.
|
void |
setCd(DocumentType3Code value)
Legt den Wert der cd-Eigenschaft fest.
|
void |
setIssr(String value)
Legt den Wert der issr-Eigenschaft fest.
|
void |
setPrtry(String value)
Legt den Wert der prtry-Eigenschaft fest.
|
protected DocumentType3Code cd
protected String prtry
protected String issr
public DocumentType3Code getCd()
DocumentType3Codepublic void setCd(DocumentType3Code value)
value - allowed object is
DocumentType3Codepublic String getPrtry()
Stringpublic void setPrtry(String value)
value - allowed object is
Stringpublic String getIssr()
StringCopyright © 2018. All rights reserved.