public class PersonIdentificationSchemeName1Choice
extends java.lang.Object
Java class for PersonIdentificationSchemeName1Choice complex type.
The following schema fragment specifies the expected content contained within this class.
<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.001.003.03}ExternalPersonIdentification1Code"/> <element name="Prtry" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.003.03}Max35Text"/> </choice> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
cd |
protected java.lang.String |
prtry |
Constructor and Description |
---|
PersonIdentificationSchemeName1Choice() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCd()
Gets the value of the cd property.
|
java.lang.String |
getPrtry()
Gets the value of the prtry property.
|
void |
setCd(java.lang.String value)
Sets the value of the cd property.
|
void |
setPrtry(java.lang.String value)
Sets the value of the prtry property.
|
public PersonIdentificationSchemeName1Choice()
public java.lang.String getCd()
String
public void setCd(java.lang.String value)
value
- allowed object is
String
public java.lang.String getPrtry()
String
public void setPrtry(java.lang.String value)
value
- allowed object is
String