Class Context17
java.lang.Object
org.coderic.iso20022.messages.cafr.Context17
Java class for Context17 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Context17"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="TxCntxt" type="{urn:iso:std:iso:20022:tech:xsd:cafr.004.001.02}TransactionContext10" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the txCntxt property.void
setTxCntxt
(TransactionContext10 value) Sets the value of the txCntxt property.
-
Constructor Details
-
Context17
public Context17()
-
-
Method Details
-
getTxCntxt
Gets the value of the txCntxt property.- Returns:
- possible object is
TransactionContext10
-
setTxCntxt
Sets the value of the txCntxt property.- Parameters:
value
- allowed object isTransactionContext10
-