public class StatusReason1Choice extends Object
Java class for StatusReason1Choice complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StatusReason1Choice">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice>
<element name="Cd" type="{urn:swift:xsd:$pain.002.002.02}TransactionRejectReason2Code"/>
<element name="Prtry" type="{urn:swift:xsd:$pain.002.002.02}RestrictedProprietaryReasonSEPA"/>
</choice>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected TransactionRejectReason2Code |
cd |
protected RestrictedProprietaryReasonSEPA |
prtry |
| Constructor and Description |
|---|
StatusReason1Choice() |
| Modifier and Type | Method and Description |
|---|---|
TransactionRejectReason2Code |
getCd()
Gets the value of the cd property.
|
RestrictedProprietaryReasonSEPA |
getPrtry()
Gets the value of the prtry property.
|
void |
setCd(TransactionRejectReason2Code value)
Sets the value of the cd property.
|
void |
setPrtry(RestrictedProprietaryReasonSEPA value)
Sets the value of the prtry property.
|
protected TransactionRejectReason2Code cd
protected RestrictedProprietaryReasonSEPA prtry
public TransactionRejectReason2Code getCd()
TransactionRejectReason2Codepublic void setCd(TransactionRejectReason2Code value)
value - allowed object is
TransactionRejectReason2Codepublic RestrictedProprietaryReasonSEPA getPrtry()
RestrictedProprietaryReasonSEPApublic void setPrtry(RestrictedProprietaryReasonSEPA value)
value - allowed object is
RestrictedProprietaryReasonSEPACopyright © 2020. All rights reserved.