Class SettlementObligation5
java.lang.Object
org.coderic.iso20022.messages.secl.SettlementObligation5
Java class for SettlementObligation5 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SettlementObligation5"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="RltdSttlmOblgtnId" type="{urn:iso:std:iso:20022:tech:xsd:secl.010.001.03}Max35Text" minOccurs="0"/> <element name="OblgtnTp" type="{urn:iso:std:iso:20022:tech:xsd:secl.010.001.03}ObligationType1Choice" minOccurs="0"/> <element name="Desc" type="{urn:iso:std:iso:20022:tech:xsd:secl.010.001.03}Max35Text" minOccurs="0"/> <element name="TradDt" type="{urn:iso:std:iso:20022:tech:xsd:secl.010.001.03}ISODate" minOccurs="0"/> <element name="Qty" type="{urn:iso:std:iso:20022:tech:xsd:secl.010.001.03}FinancialInstrumentQuantity1Choice"/> <element name="NetPosPric" type="{urn:iso:std:iso:20022:tech:xsd:secl.010.001.03}Price4" minOccurs="0"/> <element name="TradgCcy" type="{urn:iso:std:iso:20022:tech:xsd:secl.010.001.03}CurrencyCode" minOccurs="0"/> <element name="SttlmAmt" type="{urn:iso:std:iso:20022:tech:xsd:secl.010.001.03}AmountAndDirection27"/> <element name="SttlmDt" type="{urn:iso:std:iso:20022:tech:xsd:secl.010.001.03}ISODate"/> <element name="SctiesMvmntTp" type="{urn:iso:std:iso:20022:tech:xsd:secl.010.001.03}ReceiveDelivery1Code"/> <element name="Pmt" type="{urn:iso:std:iso:20022:tech:xsd:secl.010.001.03}DeliveryReceiptType2Code"/> <element name="Refs" type="{urn:iso:std:iso:20022:tech:xsd:secl.010.001.03}Reference19" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetDesc()
Gets the value of the desc property.Gets the value of the netPosPric property.Gets the value of the oblgtnTp property.getPmt()
Gets the value of the pmt property.getQty()
Gets the value of the qty property.getRefs()
Gets the value of the refs property.Gets the value of the rltdSttlmOblgtnId property.Gets the value of the sctiesMvmntTp property.Gets the value of the sttlmAmt property.Gets the value of the sttlmDt property.Gets the value of the tradDt property.Gets the value of the tradgCcy property.void
Sets the value of the desc property.void
setNetPosPric
(Price4 value) Sets the value of the netPosPric property.void
setOblgtnTp
(ObligationType1Choice value) Sets the value of the oblgtnTp property.void
setPmt
(DeliveryReceiptType2Code value) Sets the value of the pmt property.void
Sets the value of the qty property.void
setRefs
(Reference19 value) Sets the value of the refs property.void
setRltdSttlmOblgtnId
(String value) Sets the value of the rltdSttlmOblgtnId property.void
Sets the value of the sctiesMvmntTp property.void
setSttlmAmt
(AmountAndDirection27 value) Sets the value of the sttlmAmt property.void
setSttlmDt
(XMLGregorianCalendar value) Sets the value of the sttlmDt property.void
setTradDt
(XMLGregorianCalendar value) Sets the value of the tradDt property.void
setTradgCcy
(String value) Sets the value of the tradgCcy property.
-
Constructor Details
-
SettlementObligation5
public SettlementObligation5()
-
-
Method Details
-
getRltdSttlmOblgtnId
Gets the value of the rltdSttlmOblgtnId property.- Returns:
- possible object is
String
-
setRltdSttlmOblgtnId
Sets the value of the rltdSttlmOblgtnId property.- Parameters:
value
- allowed object isString
-
getOblgtnTp
Gets the value of the oblgtnTp property.- Returns:
- possible object is
ObligationType1Choice
-
setOblgtnTp
Sets the value of the oblgtnTp property.- Parameters:
value
- allowed object isObligationType1Choice
-
getDesc
Gets the value of the desc property.- Returns:
- possible object is
String
-
setDesc
Sets the value of the desc property.- Parameters:
value
- allowed object isString
-
getTradDt
Gets the value of the tradDt property.- Returns:
- possible object is
XMLGregorianCalendar
-
setTradDt
Sets the value of the tradDt property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
getQty
Gets the value of the qty property.- Returns:
- possible object is
FinancialInstrumentQuantity1Choice
-
setQty
Sets the value of the qty property.- Parameters:
value
- allowed object isFinancialInstrumentQuantity1Choice
-
getNetPosPric
Gets the value of the netPosPric property.- Returns:
- possible object is
Price4
-
setNetPosPric
Sets the value of the netPosPric property.- Parameters:
value
- allowed object isPrice4
-
getTradgCcy
Gets the value of the tradgCcy property.- Returns:
- possible object is
String
-
setTradgCcy
Sets the value of the tradgCcy property.- Parameters:
value
- allowed object isString
-
getSttlmAmt
Gets the value of the sttlmAmt property.- Returns:
- possible object is
AmountAndDirection27
-
setSttlmAmt
Sets the value of the sttlmAmt property.- Parameters:
value
- allowed object isAmountAndDirection27
-
getSttlmDt
Gets the value of the sttlmDt property.- Returns:
- possible object is
XMLGregorianCalendar
-
setSttlmDt
Sets the value of the sttlmDt property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
getSctiesMvmntTp
Gets the value of the sctiesMvmntTp property.- Returns:
- possible object is
ReceiveDelivery1Code
-
setSctiesMvmntTp
Sets the value of the sctiesMvmntTp property.- Parameters:
value
- allowed object isReceiveDelivery1Code
-
getPmt
Gets the value of the pmt property.- Returns:
- possible object is
DeliveryReceiptType2Code
-
setPmt
Sets the value of the pmt property.- Parameters:
value
- allowed object isDeliveryReceiptType2Code
-
getRefs
Gets the value of the refs property.- Returns:
- possible object is
Reference19
-
setRefs
Sets the value of the refs property.- Parameters:
value
- allowed object isReference19
-