Class SecuritiesTransactionPrice2Choice
java.lang.Object
org.coderic.iso20022.messages.auth.SecuritiesTransactionPrice2Choice
Java class for SecuritiesTransactionPrice2Choice complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SecuritiesTransactionPrice2Choice"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element name="MntryVal" type="{urn:iso:std:iso:20022:tech:xsd:auth.113.001.01}AmountAndDirection61"/> <element name="Pctg" type="{urn:iso:std:iso:20022:tech:xsd:auth.113.001.01}PercentageRate"/> <element name="Yld" type="{urn:iso:std:iso:20022:tech:xsd:auth.113.001.01}PercentageRate"/> <element name="BsisPts" type="{urn:iso:std:iso:20022:tech:xsd:auth.113.001.01}DecimalNumber"/> </choice> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the bsisPts property.Gets the value of the mntryVal property.getPctg()
Gets the value of the pctg property.getYld()
Gets the value of the yld property.void
setBsisPts
(BigDecimal value) Sets the value of the bsisPts property.void
setMntryVal
(AmountAndDirection61 value) Sets the value of the mntryVal property.void
setPctg
(BigDecimal value) Sets the value of the pctg property.void
setYld
(BigDecimal value) Sets the value of the yld property.
-
Constructor Details
-
SecuritiesTransactionPrice2Choice
public SecuritiesTransactionPrice2Choice()
-
-
Method Details
-
getMntryVal
Gets the value of the mntryVal property.- Returns:
- possible object is
AmountAndDirection61
-
setMntryVal
Sets the value of the mntryVal property.- Parameters:
value
- allowed object isAmountAndDirection61
-
getPctg
Gets the value of the pctg property.- Returns:
- possible object is
BigDecimal
-
setPctg
Sets the value of the pctg property.- Parameters:
value
- allowed object isBigDecimal
-
getYld
Gets the value of the yld property.- Returns:
- possible object is
BigDecimal
-
setYld
Sets the value of the yld property.- Parameters:
value
- allowed object isBigDecimal
-
getBsisPts
Gets the value of the bsisPts property.- Returns:
- possible object is
BigDecimal
-
setBsisPts
Sets the value of the bsisPts property.- Parameters:
value
- allowed object isBigDecimal
-