Class UnderlyingPaymentInstruction8
java.lang.Object
org.coderic.iso20022.messages.camt.UnderlyingPaymentInstruction8
Java class for UnderlyingPaymentInstruction8 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UnderlyingPaymentInstruction8"> <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="OrgnlPmtInfId" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}Max35Text" 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="OrgnlUETR" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}UUIDv4Identifier" minOccurs="0"/> <element name="OrgnlInstdAmt" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}ActiveOrHistoricCurrencyAndAmount" minOccurs="0"/> <element name="ReqdExctnDt" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}DateAndDateTime2Choice" minOccurs="0"/> <element name="ReqdColltnDt" 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 orgnlInstdAmt property.Gets the value of the orgnlInstrId property.Gets the value of the orgnlPmtInfId property.Gets the value of the orgnlSvcLvl property.Gets the value of the orgnlTxRef property.Gets the value of the orgnlUETR property.Gets the value of the reqdColltnDt property.Gets the value of the reqdExctnDt property.void
setOrgnlEndToEndId
(String value) Sets the value of the orgnlEndToEndId property.void
Sets the value of the orgnlGrpInf property.void
Sets the value of the orgnlInstdAmt property.void
setOrgnlInstrId
(String value) Sets the value of the orgnlInstrId property.void
setOrgnlPmtInfId
(String value) Sets the value of the orgnlPmtInfId property.void
Sets the value of the orgnlSvcLvl property.void
Sets the value of the orgnlTxRef property.void
setOrgnlUETR
(String value) Sets the value of the orgnlUETR property.void
Sets the value of the reqdColltnDt property.void
Sets the value of the reqdExctnDt property.
-
Constructor Details
-
UnderlyingPaymentInstruction8
public UnderlyingPaymentInstruction8()
-
-
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
-
getOrgnlPmtInfId
Gets the value of the orgnlPmtInfId property.- Returns:
- possible object is
String
-
setOrgnlPmtInfId
Sets the value of the orgnlPmtInfId property.- Parameters:
value
- allowed object isString
-
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
-
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
-
getOrgnlInstdAmt
Gets the value of the orgnlInstdAmt property.- Returns:
- possible object is
ActiveOrHistoricCurrencyAndAmount
-
setOrgnlInstdAmt
Sets the value of the orgnlInstdAmt property.- Parameters:
value
- allowed object isActiveOrHistoricCurrencyAndAmount
-
getReqdExctnDt
Gets the value of the reqdExctnDt property.- Returns:
- possible object is
DateAndDateTime2Choice
-
setReqdExctnDt
Sets the value of the reqdExctnDt property.- Parameters:
value
- allowed object isDateAndDateTime2Choice
-
getReqdColltnDt
Gets the value of the reqdColltnDt property.- Returns:
- possible object is
XMLGregorianCalendar
-
setReqdColltnDt
Sets the value of the reqdColltnDt 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
-