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