Class SecuritiesTransactionPrice4Choice
java.lang.Object
org.coderic.iso20022.messages.auth.SecuritiesTransactionPrice4Choice
Java class for SecuritiesTransactionPrice4Choice complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SecuritiesTransactionPrice4Choice">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="Pric" type="{urn:iso:std:iso:20022:tech:xsd:auth.113.001.01}SecuritiesTransactionPrice2Choice"/>
<element name="NoPric" type="{urn:iso:std:iso:20022:tech:xsd:auth.113.001.01}SecuritiesTransactionPrice1"/>
</choice>
</restriction>
</complexContent>
</complexType>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the noPric property.getPric()Gets the value of the pric property.voidSets the value of the noPric property.voidSets the value of the pric property.
-
Constructor Details
-
SecuritiesTransactionPrice4Choice
public SecuritiesTransactionPrice4Choice()
-
-
Method Details
-
getPric
Gets the value of the pric property.- Returns:
- possible object is
SecuritiesTransactionPrice2Choice
-
setPric
Sets the value of the pric property.- Parameters:
value- allowed object isSecuritiesTransactionPrice2Choice
-
getNoPric
Gets the value of the noPric property.- Returns:
- possible object is
SecuritiesTransactionPrice1
-
setNoPric
Sets the value of the noPric property.- Parameters:
value- allowed object isSecuritiesTransactionPrice1
-