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