Class UnderlyingPaymentTransaction7
java.lang.Object
org.coderic.iso20022.messages.camt.UnderlyingPaymentTransaction7
Java class for UnderlyingPaymentTransaction7 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UnderlyingPaymentTransaction7"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="OrgnlGrpInf" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}UnderlyingGroupInformation1" minOccurs="0"/> <element name="OrgnlInstrId" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}Max35Text" minOccurs="0"/> <element name="OrgnlEndToEndId" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}Max35Text" minOccurs="0"/> <element name="OrgnlTxId" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}Max35Text" minOccurs="0"/> <element name="OrgnlUETR" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}UUIDv4Identifier" minOccurs="0"/> <element name="OrgnlIntrBkSttlmAmt" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}ActiveOrHistoricCurrencyAndAmount" minOccurs="0"/> <element name="OrgnlIntrBkSttlmDt" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}ISODate" minOccurs="0"/> <element name="OrgnlTxRef" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}OriginalTransactionReference35" minOccurs="0"/> <element name="OrgnlSvcLvl" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}ServiceLevel8Choice" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the orgnlEndToEndId property.Gets the value of the orgnlGrpInf property.Gets the value of the orgnlInstrId property.Gets the value of the orgnlIntrBkSttlmAmt property.Gets the value of the orgnlIntrBkSttlmDt property.Gets the value of the orgnlSvcLvl property.Gets the value of the orgnlTxId property.Gets the value of the orgnlTxRef property.Gets the value of the orgnlUETR property.void
setOrgnlEndToEndId
(String value) Sets the value of the orgnlEndToEndId property.void
Sets the value of the orgnlGrpInf property.void
setOrgnlInstrId
(String value) Sets the value of the orgnlInstrId property.void
Sets the value of the orgnlIntrBkSttlmAmt property.void
Sets the value of the orgnlIntrBkSttlmDt property.void
Sets the value of the orgnlSvcLvl property.void
setOrgnlTxId
(String value) Sets the value of the orgnlTxId property.void
Sets the value of the orgnlTxRef property.void
setOrgnlUETR
(String value) Sets the value of the orgnlUETR property.
-
Constructor Details
-
UnderlyingPaymentTransaction7
public UnderlyingPaymentTransaction7()
-
-
Method Details
-
getOrgnlGrpInf
Gets the value of the orgnlGrpInf property.- Returns:
- possible object is
UnderlyingGroupInformation1
-
setOrgnlGrpInf
Sets the value of the orgnlGrpInf property.- Parameters:
value
- allowed object isUnderlyingGroupInformation1
-
getOrgnlInstrId
Gets the value of the orgnlInstrId property.- Returns:
- possible object is
String
-
setOrgnlInstrId
Sets the value of the orgnlInstrId property.- Parameters:
value
- allowed object isString
-
getOrgnlEndToEndId
Gets the value of the orgnlEndToEndId property.- Returns:
- possible object is
String
-
setOrgnlEndToEndId
Sets the value of the orgnlEndToEndId property.- Parameters:
value
- allowed object isString
-
getOrgnlTxId
Gets the value of the orgnlTxId property.- Returns:
- possible object is
String
-
setOrgnlTxId
Sets the value of the orgnlTxId property.- Parameters:
value
- allowed object isString
-
getOrgnlUETR
Gets the value of the orgnlUETR property.- Returns:
- possible object is
String
-
setOrgnlUETR
Sets the value of the orgnlUETR property.- Parameters:
value
- allowed object isString
-
getOrgnlIntrBkSttlmAmt
Gets the value of the orgnlIntrBkSttlmAmt property.- Returns:
- possible object is
ActiveOrHistoricCurrencyAndAmount
-
setOrgnlIntrBkSttlmAmt
Sets the value of the orgnlIntrBkSttlmAmt property.- Parameters:
value
- allowed object isActiveOrHistoricCurrencyAndAmount
-
getOrgnlIntrBkSttlmDt
Gets the value of the orgnlIntrBkSttlmDt property.- Returns:
- possible object is
XMLGregorianCalendar
-
setOrgnlIntrBkSttlmDt
Sets the value of the orgnlIntrBkSttlmDt property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
getOrgnlTxRef
Gets the value of the orgnlTxRef property.- Returns:
- possible object is
OriginalTransactionReference35
-
setOrgnlTxRef
Sets the value of the orgnlTxRef property.- Parameters:
value
- allowed object isOriginalTransactionReference35
-
getOrgnlSvcLvl
Gets the value of the orgnlSvcLvl property.- Returns:
- possible object is
ServiceLevel8Choice
-
setOrgnlSvcLvl
Sets the value of the orgnlSvcLvl property.- Parameters:
value
- allowed object isServiceLevel8Choice
-