Class SecuritiesTransactionPrice21Choice
java.lang.Object
org.coderic.iso20022.messages.auth.SecuritiesTransactionPrice21Choice
Java class for SecuritiesTransactionPrice21Choice complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SecuritiesTransactionPrice21Choice"> <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}AmountAndDirection53"/> <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"/> <element name="NmnlVal" type="{urn:iso:std:iso:20022:tech:xsd:auth.113.001.01}ActiveOrHistoricCurrencyAndAmount"/> </choice> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the bsisPts property.Gets the value of the mntryVal property.Gets the value of the nmnlVal 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
(AmountAndDirection53 value) Sets the value of the mntryVal property.void
Sets the value of the nmnlVal 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
-
SecuritiesTransactionPrice21Choice
public SecuritiesTransactionPrice21Choice()
-
-
Method Details
-
getMntryVal
Gets the value of the mntryVal property.- Returns:
- possible object is
AmountAndDirection53
-
setMntryVal
Sets the value of the mntryVal property.- Parameters:
value
- allowed object isAmountAndDirection53
-
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
-
getNmnlVal
Gets the value of the nmnlVal property.- Returns:
- possible object is
ActiveOrHistoricCurrencyAndAmount
-
setNmnlVal
Sets the value of the nmnlVal property.- Parameters:
value
- allowed object isActiveOrHistoricCurrencyAndAmount
-