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