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