Class CancellationStatusReason3ChoiceTCH
java.lang.Object
iso.std.iso._20022.tech.xsd.camt_029_001.CancellationStatusReason3ChoiceTCH
Java class for CancellationStatusReason3Choice_TCH complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CancellationStatusReason3Choice_TCH">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="Cd" type="{urn:iso:std:iso:20022:tech:xsd:camt.029.001.09}ExternalPaymentCancellationRejection1Code_TCH"/>
</choice>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCd()Gets the value of the cd property.voidSets the value of the cd property.
-
Field Details
-
cd
-
-
Constructor Details
-
CancellationStatusReason3ChoiceTCH
public CancellationStatusReason3ChoiceTCH()
-
-
Method Details
-
getCd
Gets the value of the cd property.- Returns:
- possible object is
ExternalPaymentCancellationRejection1CodeTCH
-
setCd
Sets the value of the cd property.- Parameters:
value- allowed object isExternalPaymentCancellationRejection1CodeTCH
-