Class StatusReason1Choice
java.lang.Object
org.kapott.hbci.sepa.jaxb.pain_002_002_02.StatusReason1Choice
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>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected TransactionRejectReason2Code
protected RestrictedProprietaryReasonSEPA
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
cd
-
prtry
-
-
Constructor Details
-
StatusReason1Choice
public StatusReason1Choice()
-
-
Method Details
-
getCd
Gets the value of the cd property.- Returns:
- possible object is
TransactionRejectReason2Code
-
setCd
Sets the value of the cd property.- Parameters:
value
- allowed object isTransactionRejectReason2Code
-
getPrtry
Gets the value of the prtry property.- Returns:
- possible object is
RestrictedProprietaryReasonSEPA
-
setPrtry
Sets the value of the prtry property.- Parameters:
value
- allowed object isRestrictedProprietaryReasonSEPA
-