Class FIToFIPaymentCancellationRequestV08TCH
java.lang.Object
iso.std.iso._20022.tech.xsd.camt_056_001.FIToFIPaymentCancellationRequestV08TCH
Release 2.9 (2019)
Java class for FIToFIPaymentCancellationRequestV08_TCH complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FIToFIPaymentCancellationRequestV08_TCH"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Assgnmt" type="{urn:iso:std:iso:20022:tech:xsd:camt.056.001.08}CaseAssignment5_TCH"/> <element name="Case" type="{urn:iso:std:iso:20022:tech:xsd:camt.056.001.08}Case5_TCH"/> <element name="Undrlyg" type="{urn:iso:std:iso:20022:tech:xsd:camt.056.001.08}UnderlyingTransaction23_TCH"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Case5TCH
protected CaseAssignment5TCH
protected UnderlyingTransaction23TCH
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the assgnmt property.getCase()
Gets the value of the case property.Gets the value of the undrlyg property.void
setAssgnmt
(CaseAssignment5TCH value) Sets the value of the assgnmt property.void
Sets the value of the case property.void
Sets the value of the undrlyg property.
-
Field Details
-
assgnmt
-
_case
-
undrlyg
-
-
Constructor Details
-
FIToFIPaymentCancellationRequestV08TCH
public FIToFIPaymentCancellationRequestV08TCH()
-
-
Method Details
-
getAssgnmt
Gets the value of the assgnmt property.- Returns:
- possible object is
CaseAssignment5TCH
-
setAssgnmt
Sets the value of the assgnmt property.- Parameters:
value
- allowed object isCaseAssignment5TCH
-
getCase
Gets the value of the case property.- Returns:
- possible object is
Case5TCH
-
setCase
Sets the value of the case property.- Parameters:
value
- allowed object isCase5TCH
-
getUndrlyg
Gets the value of the undrlyg property.- Returns:
- possible object is
UnderlyingTransaction23TCH
-
setUndrlyg
Sets the value of the undrlyg property.- Parameters:
value
- allowed object isUnderlyingTransaction23TCH
-