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