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