public class StatusReason1Choice extends Object
Java-Klasse für StatusReason1Choice complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<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()
Ruft den Wert der cd-Eigenschaft ab.
|
RestrictedProprietaryReasonSEPA |
getPrtry()
Ruft den Wert der prtry-Eigenschaft ab.
|
void |
setCd(TransactionRejectReason2Code value)
Legt den Wert der cd-Eigenschaft fest.
|
void |
setPrtry(RestrictedProprietaryReasonSEPA value)
Legt den Wert der prtry-Eigenschaft fest.
|
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 © 2017. All rights reserved.