public class PersonIdentificationSchemeName1Choice extends Object
Java-Klasse für PersonIdentificationSchemeName1Choice complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="PersonIdentificationSchemeName1Choice">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice>
<element name="Cd" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.03}ExternalPersonIdentification1Code"/>
<element name="Prtry" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.03}Max35Text"/>
</choice>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
cd |
protected String |
prtry |
| Constructor and Description |
|---|
PersonIdentificationSchemeName1Choice() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCd()
Ruft den Wert der cd-Eigenschaft ab.
|
String |
getPrtry()
Ruft den Wert der prtry-Eigenschaft ab.
|
void |
setCd(String value)
Legt den Wert der cd-Eigenschaft fest.
|
void |
setPrtry(String value)
Legt den Wert der prtry-Eigenschaft fest.
|
public PersonIdentificationSchemeName1Choice()
Copyright © 2017. All rights reserved.