public class PartyIdentificationSEPA5 extends Object
Java-Klasse für PartyIdentificationSEPA5 complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="PartyIdentificationSEPA5">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Nm" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.002.02}Max70Text"/>
<element name="PstlAdr" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.002.02}PostalAddressSEPA" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
nm |
protected PostalAddressSEPA |
pstlAdr |
| Constructor and Description |
|---|
PartyIdentificationSEPA5() |
| Modifier and Type | Method and Description |
|---|---|
String |
getNm()
Ruft den Wert der nm-Eigenschaft ab.
|
PostalAddressSEPA |
getPstlAdr()
Ruft den Wert der pstlAdr-Eigenschaft ab.
|
void |
setNm(String value)
Legt den Wert der nm-Eigenschaft fest.
|
void |
setPstlAdr(PostalAddressSEPA value)
Legt den Wert der pstlAdr-Eigenschaft fest.
|
protected String nm
protected PostalAddressSEPA pstlAdr
public void setNm(String value)
value - allowed object is
Stringpublic PostalAddressSEPA getPstlAdr()
PostalAddressSEPApublic void setPstlAdr(PostalAddressSEPA value)
value - allowed object is
PostalAddressSEPACopyright © 2017. All rights reserved.