public class PartyIdentification43 extends Object
Java-Klasse für PartyIdentification43 complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="PartyIdentification43">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Nm" type="{urn:iso:std:iso:20022:tech:xsd:camt.054.001.06}Max140Text" minOccurs="0"/>
<element name="PstlAdr" type="{urn:iso:std:iso:20022:tech:xsd:camt.054.001.06}PostalAddress6" minOccurs="0"/>
<element name="Id" type="{urn:iso:std:iso:20022:tech:xsd:camt.054.001.06}Party11Choice" minOccurs="0"/>
<element name="CtryOfRes" type="{urn:iso:std:iso:20022:tech:xsd:camt.054.001.06}CountryCode" minOccurs="0"/>
<element name="CtctDtls" type="{urn:iso:std:iso:20022:tech:xsd:camt.054.001.06}ContactDetails2" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ContactDetails2 |
ctctDtls |
protected String |
ctryOfRes |
protected Party11Choice |
id |
protected String |
nm |
protected PostalAddress6 |
pstlAdr |
| Constructor and Description |
|---|
PartyIdentification43() |
| Modifier and Type | Method and Description |
|---|---|
ContactDetails2 |
getCtctDtls()
Ruft den Wert der ctctDtls-Eigenschaft ab.
|
String |
getCtryOfRes()
Ruft den Wert der ctryOfRes-Eigenschaft ab.
|
Party11Choice |
getId()
Ruft den Wert der id-Eigenschaft ab.
|
String |
getNm()
Ruft den Wert der nm-Eigenschaft ab.
|
PostalAddress6 |
getPstlAdr()
Ruft den Wert der pstlAdr-Eigenschaft ab.
|
void |
setCtctDtls(ContactDetails2 value)
Legt den Wert der ctctDtls-Eigenschaft fest.
|
void |
setCtryOfRes(String value)
Legt den Wert der ctryOfRes-Eigenschaft fest.
|
void |
setId(Party11Choice value)
Legt den Wert der id-Eigenschaft fest.
|
void |
setNm(String value)
Legt den Wert der nm-Eigenschaft fest.
|
void |
setPstlAdr(PostalAddress6 value)
Legt den Wert der pstlAdr-Eigenschaft fest.
|
protected String nm
protected PostalAddress6 pstlAdr
protected Party11Choice id
protected String ctryOfRes
protected ContactDetails2 ctctDtls
public void setNm(String value)
value - allowed object is
Stringpublic PostalAddress6 getPstlAdr()
PostalAddress6public void setPstlAdr(PostalAddress6 value)
value - allowed object is
PostalAddress6public Party11Choice getId()
Party11Choicepublic void setId(Party11Choice value)
value - allowed object is
Party11Choicepublic String getCtryOfRes()
Stringpublic void setCtryOfRes(String value)
value - allowed object is
Stringpublic ContactDetails2 getCtctDtls()
ContactDetails2public void setCtctDtls(ContactDetails2 value)
value - allowed object is
ContactDetails2Copyright © 2017. All rights reserved.