Class UnderlyingTransaction22TCH
java.lang.Object
iso.std.iso._20022.tech.xsd.camt_029_001.UnderlyingTransaction22TCH
Java class for UnderlyingTransaction22_TCH complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UnderlyingTransaction22_TCH">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="OrgnlGrpInfAndSts" type="{urn:iso:std:iso:20022:tech:xsd:camt.029.001.09}OriginalGroupHeader14_TCH"/>
<element name="TxInfAndSts" type="{urn:iso:std:iso:20022:tech:xsd:camt.029.001.09}PaymentTransaction102_TCH" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected OriginalGroupHeader14TCHprotected PaymentTransaction102TCH -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the orgnlGrpInfAndSts property.Gets the value of the txInfAndSts property.voidSets the value of the orgnlGrpInfAndSts property.voidSets the value of the txInfAndSts property.
-
Field Details
-
orgnlGrpInfAndSts
-
txInfAndSts
-
-
Constructor Details
-
UnderlyingTransaction22TCH
public UnderlyingTransaction22TCH()
-
-
Method Details
-
getOrgnlGrpInfAndSts
Gets the value of the orgnlGrpInfAndSts property.- Returns:
- possible object is
OriginalGroupHeader14TCH
-
setOrgnlGrpInfAndSts
Sets the value of the orgnlGrpInfAndSts property.- Parameters:
value- allowed object isOriginalGroupHeader14TCH
-
getTxInfAndSts
Gets the value of the txInfAndSts property.- Returns:
- possible object is
PaymentTransaction102TCH
-
setTxInfAndSts
Sets the value of the txInfAndSts property.- Parameters:
value- allowed object isPaymentTransaction102TCH
-