Class UnderlyingStatementEntry5
java.lang.Object
org.coderic.iso20022.messages.camt.UnderlyingStatementEntry5
Java class for UnderlyingStatementEntry5 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UnderlyingStatementEntry5"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="OrgnlAcct" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}CashAccount40" minOccurs="0"/> <element name="OrgnlGrpInf" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}OriginalGroupInformation29" minOccurs="0"/> <element name="OrgnlStmtId" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}Max35Text" minOccurs="0"/> <element name="OrgnlNtryRef" 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="OrgnlNtryAmt" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}ActiveOrHistoricCurrencyAndAmount" minOccurs="0"/> <element name="OrgnlNtryValDt" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}DateAndDateTime2Choice" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the orgnlAcct property.Gets the value of the orgnlGrpInf property.Gets the value of the orgnlNtryAmt property.Gets the value of the orgnlNtryRef property.Gets the value of the orgnlNtryValDt property.Gets the value of the orgnlStmtId property.Gets the value of the orgnlUETR property.void
setOrgnlAcct
(CashAccount40 value) Sets the value of the orgnlAcct property.void
Sets the value of the orgnlGrpInf property.void
Sets the value of the orgnlNtryAmt property.void
setOrgnlNtryRef
(String value) Sets the value of the orgnlNtryRef property.void
Sets the value of the orgnlNtryValDt property.void
setOrgnlStmtId
(String value) Sets the value of the orgnlStmtId property.void
setOrgnlUETR
(String value) Sets the value of the orgnlUETR property.
-
Constructor Details
-
UnderlyingStatementEntry5
public UnderlyingStatementEntry5()
-
-
Method Details
-
getOrgnlAcct
Gets the value of the orgnlAcct property.- Returns:
- possible object is
CashAccount40
-
setOrgnlAcct
Sets the value of the orgnlAcct property.- Parameters:
value
- allowed object isCashAccount40
-
getOrgnlGrpInf
Gets the value of the orgnlGrpInf property.- Returns:
- possible object is
OriginalGroupInformation29
-
setOrgnlGrpInf
Sets the value of the orgnlGrpInf property.- Parameters:
value
- allowed object isOriginalGroupInformation29
-
getOrgnlStmtId
Gets the value of the orgnlStmtId property.- Returns:
- possible object is
String
-
setOrgnlStmtId
Sets the value of the orgnlStmtId property.- Parameters:
value
- allowed object isString
-
getOrgnlNtryRef
Gets the value of the orgnlNtryRef property.- Returns:
- possible object is
String
-
setOrgnlNtryRef
Sets the value of the orgnlNtryRef 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
-
getOrgnlNtryAmt
Gets the value of the orgnlNtryAmt property.- Returns:
- possible object is
ActiveOrHistoricCurrencyAndAmount
-
setOrgnlNtryAmt
Sets the value of the orgnlNtryAmt property.- Parameters:
value
- allowed object isActiveOrHistoricCurrencyAndAmount
-
getOrgnlNtryValDt
Gets the value of the orgnlNtryValDt property.- Returns:
- possible object is
DateAndDateTime2Choice
-
setOrgnlNtryValDt
Sets the value of the orgnlNtryValDt property.- Parameters:
value
- allowed object isDateAndDateTime2Choice
-