Class AuctionData2
java.lang.Object
org.coderic.iso20022.messages.auth.AuctionData2
Java class for AuctionData2 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AuctionData2"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="TradgPhs" type="{urn:iso:std:iso:20022:tech:xsd:auth.113.001.01}Max50Text" minOccurs="0"/> <element name="IndctvAuctnPric" type="{urn:iso:std:iso:20022:tech:xsd:auth.113.001.01}SecuritiesTransactionPrice21Choice" minOccurs="0"/> <element name="IndctvAuctnVol" type="{urn:iso:std:iso:20022:tech:xsd:auth.113.001.01}FinancialInstrumentQuantity25Choice" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the indctvAuctnPric property.Gets the value of the indctvAuctnVol property.Gets the value of the tradgPhs property.void
Sets the value of the indctvAuctnPric property.void
Sets the value of the indctvAuctnVol property.void
setTradgPhs
(String value) Sets the value of the tradgPhs property.
-
Constructor Details
-
AuctionData2
public AuctionData2()
-
-
Method Details
-
getTradgPhs
Gets the value of the tradgPhs property.- Returns:
- possible object is
String
-
setTradgPhs
Sets the value of the tradgPhs property.- Parameters:
value
- allowed object isString
-
getIndctvAuctnPric
Gets the value of the indctvAuctnPric property.- Returns:
- possible object is
SecuritiesTransactionPrice21Choice
-
setIndctvAuctnPric
Sets the value of the indctvAuctnPric property.- Parameters:
value
- allowed object isSecuritiesTransactionPrice21Choice
-
getIndctvAuctnVol
Gets the value of the indctvAuctnVol property.- Returns:
- possible object is
FinancialInstrumentQuantity25Choice
-
setIndctvAuctnVol
Sets the value of the indctvAuctnVol property.- Parameters:
value
- allowed object isFinancialInstrumentQuantity25Choice
-