Class SecuritiesOption76
java.lang.Object
org.coderic.iso20022.messages.seev.SecuritiesOption76
Java class for SecuritiesOption76 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SecuritiesOption76"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="FinInstrmId" type="{urn:iso:std:iso:20022:tech:xsd:seev.053.001.02}SecurityIdentification19"/> <element name="CdtDbtInd" type="{urn:iso:std:iso:20022:tech:xsd:seev.053.001.02}CreditDebitCode"/> <element name="EntitldQty" type="{urn:iso:std:iso:20022:tech:xsd:seev.053.001.02}Quantity6Choice"/> <element name="PmtDt" type="{urn:iso:std:iso:20022:tech:xsd:seev.053.001.02}DateFormat58Choice"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the cdtDbtInd property.Gets the value of the entitldQty property.Gets the value of the finInstrmId property.getPmtDt()
Gets the value of the pmtDt property.void
setCdtDbtInd
(CreditDebitCode value) Sets the value of the cdtDbtInd property.void
setEntitldQty
(Quantity6Choice value) Sets the value of the entitldQty property.void
Sets the value of the finInstrmId property.void
setPmtDt
(DateFormat58Choice value) Sets the value of the pmtDt property.
-
Constructor Details
-
SecuritiesOption76
public SecuritiesOption76()
-
-
Method Details
-
getFinInstrmId
Gets the value of the finInstrmId property.- Returns:
- possible object is
SecurityIdentification19
-
setFinInstrmId
Sets the value of the finInstrmId property.- Parameters:
value
- allowed object isSecurityIdentification19
-
getCdtDbtInd
Gets the value of the cdtDbtInd property.- Returns:
- possible object is
CreditDebitCode
-
setCdtDbtInd
Sets the value of the cdtDbtInd property.- Parameters:
value
- allowed object isCreditDebitCode
-
getEntitldQty
Gets the value of the entitldQty property.- Returns:
- possible object is
Quantity6Choice
-
setEntitldQty
Sets the value of the entitldQty property.- Parameters:
value
- allowed object isQuantity6Choice
-
getPmtDt
Gets the value of the pmtDt property.- Returns:
- possible object is
DateFormat58Choice
-
setPmtDt
Sets the value of the pmtDt property.- Parameters:
value
- allowed object isDateFormat58Choice
-