public class GenericIdentification3 extends Object
Java-Klasse für GenericIdentification3 complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="GenericIdentification3">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Id" type="{urn:swift:xsd:$pain.001.002.02}Max35Text"/>
<element name="Issr" type="{urn:swift:xsd:$pain.001.002.02}Max35Text" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
id |
protected String |
issr |
| Constructor and Description |
|---|
GenericIdentification3() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Ruft den Wert der id-Eigenschaft ab.
|
String |
getIssr()
Ruft den Wert der issr-Eigenschaft ab.
|
void |
setId(String value)
Legt den Wert der id-Eigenschaft fest.
|
void |
setIssr(String value)
Legt den Wert der issr-Eigenschaft fest.
|
Copyright © 2017. All rights reserved.