public class Authorisation1Choice extends Object
Java class for Authorisation1Choice complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Authorisation1Choice">
<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.001.03}Authorisation1Code"/>
<element name="Prtry" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.03}Max128Text"/>
</choice>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Authorisation1Code |
cd |
protected String |
prtry |
| Constructor and Description |
|---|
Authorisation1Choice() |
| Modifier and Type | Method and Description |
|---|---|
Authorisation1Code |
getCd()
Gets the value of the cd property.
|
String |
getPrtry()
Gets the value of the prtry property.
|
void |
setCd(Authorisation1Code value)
Sets the value of the cd property.
|
void |
setPrtry(String value)
Sets the value of the prtry property.
|
protected String prtry
protected Authorisation1Code cd
public String getPrtry()
Stringpublic void setPrtry(String value)
value - allowed object is
Stringpublic Authorisation1Code getCd()
Authorisation1Codepublic void setCd(Authorisation1Code value)
value - allowed object is
Authorisation1CodeCopyright © 2019. All rights reserved.