Class TransactionAmendment1
java.lang.Object
org.coderic.iso20022.messages.camt.TransactionAmendment1
Java class for TransactionAmendment1 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TransactionAmendment1"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Pth" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}Max2048Text" minOccurs="0"/> <element name="Rcrd" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}TransactionAmendment1Choice"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Details
-
TransactionAmendment1
public TransactionAmendment1()
-
-
Method Details
-
getPth
Gets the value of the pth property.- Returns:
- possible object is
String
-
setPth
Sets the value of the pth property.- Parameters:
value
- allowed object isString
-
getRcrd
Gets the value of the rcrd property.- Returns:
- possible object is
TransactionAmendment1Choice
-
setRcrd
Sets the value of the rcrd property.- Parameters:
value
- allowed object isTransactionAmendment1Choice
-