Class BuyInAdviceDetails1
java.lang.Object
org.coderic.iso20022.messages.sese.BuyInAdviceDetails1
Java class for BuyInAdviceDetails1 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BuyInAdviceDetails1"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Ref" type="{urn:iso:std:iso:20022:tech:xsd:sese.042.001.01}References23"/> <element name="BuyInStat" type="{urn:iso:std:iso:20022:tech:xsd:sese.042.001.01}BuyInState1Code"/> <element name="BuyInDfrrl" type="{urn:iso:std:iso:20022:tech:xsd:sese.042.001.01}BuyInDeferral1Code"/> <element name="FinInstrmId" type="{urn:iso:std:iso:20022:tech:xsd:sese.042.001.01}SecurityIdentification19" minOccurs="0"/> <element name="Qty" type="{urn:iso:std:iso:20022:tech:xsd:sese.042.001.01}FinancialInstrumentQuantity1Choice" minOccurs="0"/> <element name="BuyInPric" type="{urn:iso:std:iso:20022:tech:xsd:sese.042.001.01}RateAndAmountFormat39Choice" minOccurs="0"/> <element name="CshCompstnAmt" type="{urn:iso:std:iso:20022:tech:xsd:sese.042.001.01}AmountAndDirection102" minOccurs="0"/> <element name="BuyInSttlmDt" type="{urn:iso:std:iso:20022:tech:xsd:sese.042.001.01}DateAndDateTime2Choice" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the buyInDfrrl property.Gets the value of the buyInPric property.Gets the value of the buyInStat property.Gets the value of the buyInSttlmDt property.Gets the value of the cshCompstnAmt property.Gets the value of the finInstrmId property.getQty()
Gets the value of the qty property.getRef()
Gets the value of the ref property.void
setBuyInDfrrl
(BuyInDeferral1Code value) Sets the value of the buyInDfrrl property.void
Sets the value of the buyInPric property.void
setBuyInStat
(BuyInState1Code value) Sets the value of the buyInStat property.void
Sets the value of the buyInSttlmDt property.void
Sets the value of the cshCompstnAmt property.void
Sets the value of the finInstrmId property.void
Sets the value of the qty property.void
setRef
(References23 value) Sets the value of the ref property.
-
Constructor Details
-
BuyInAdviceDetails1
public BuyInAdviceDetails1()
-
-
Method Details
-
getRef
Gets the value of the ref property.- Returns:
- possible object is
References23
-
setRef
Sets the value of the ref property.- Parameters:
value
- allowed object isReferences23
-
getBuyInStat
Gets the value of the buyInStat property.- Returns:
- possible object is
BuyInState1Code
-
setBuyInStat
Sets the value of the buyInStat property.- Parameters:
value
- allowed object isBuyInState1Code
-
getBuyInDfrrl
Gets the value of the buyInDfrrl property.- Returns:
- possible object is
BuyInDeferral1Code
-
setBuyInDfrrl
Sets the value of the buyInDfrrl property.- Parameters:
value
- allowed object isBuyInDeferral1Code
-
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
-
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
-
getBuyInPric
Gets the value of the buyInPric property.- Returns:
- possible object is
RateAndAmountFormat39Choice
-
setBuyInPric
Sets the value of the buyInPric property.- Parameters:
value
- allowed object isRateAndAmountFormat39Choice
-
getCshCompstnAmt
Gets the value of the cshCompstnAmt property.- Returns:
- possible object is
AmountAndDirection102
-
setCshCompstnAmt
Sets the value of the cshCompstnAmt property.- Parameters:
value
- allowed object isAmountAndDirection102
-
getBuyInSttlmDt
Gets the value of the buyInSttlmDt property.- Returns:
- possible object is
DateAndDateTime2Choice
-
setBuyInSttlmDt
Sets the value of the buyInSttlmDt property.- Parameters:
value
- allowed object isDateAndDateTime2Choice
-