Class ObjectFactory
java.lang.Object
org.coderic.iso20022.messages.auth.ObjectFactory
This object contains factory methods for each
Java content interface and Java element interface
generated in the org.coderic.iso20022.messages.auth package.
An ObjectFactory allows you to programatically construct new instances of the Java representation for XML content. The Java representation of XML content can consist of schema derived interfaces and classes representing the binding of schema type definitions, element declarations and model groups. Factory methods for each of these are provided in this class.
-
Constructor Summary
ConstructorDescriptionCreate a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.coderic.iso20022.messages.auth -
Method Summary
Modifier and TypeMethodDescriptionCreate an instance ofActiveCurrencyAnd13DecimalAmount
Create an instance ofActiveOrHistoricCurrencyAndAmount
Create an instance ofAmountAndDirection53
Create an instance ofAmountAndDirection61
Create an instance ofAuctionData2
Create an instance ofCancelOrderReport1
Create an instance ofDateTimePeriod1
Create an instance ofDocument
jakarta.xml.bind.JAXBElement<Document>
createDocument
(Document value) Create an instance ofExecutingParty2Choice
Create an instance ofFinancialInstrument99Choice
Create an instance ofFinancialInstrumentQuantity25Choice
Create an instance ofGenericIdentification30
Create an instance ofGenericPersonIdentification1
Create an instance ofMinimumExecutable1
Create an instance ofNewOrderReport2
Create an instance ofOrderBookReportV01
Create an instance ofOrderClassification2
Create an instance ofOrderData3
Create an instance ofOrderData4
Create an instance ofOrderEventType1Choice
Create an instance ofOrderIdentification2
Create an instance ofOrderInstructionData2
Create an instance ofOrderPriceData2
Create an instance ofOrderPriority1
Create an instance ofOrderReport2Choice
Create an instance ofOrderRestriction1Choice
Create an instance ofPagination1
Create an instance ofPeriod11Choice
Create an instance ofPeriod2
Create an instance ofPersonIdentificationSchemeName1Choice
Create an instance ofPersonOrOrganisation4Choice
Create an instance ofSecuritiesMarketReportHeader3
Create an instance ofSecuritiesTransactionPrice1
Create an instance ofSecuritiesTransactionPrice21Choice
Create an instance ofSecuritiesTransactionPrice2Choice
Create an instance ofSecuritiesTransactionPrice4Choice
Create an instance ofSupplementaryData1
Create an instance ofSupplementaryDataEnvelope1
Create an instance ofTradingVenueIdentification1Choice
Create an instance ofTradingVenueIdentification2
Create an instance ofTransactionData3
Create an instance ofValidityPeriod1Choice
-
Constructor Details
-
ObjectFactory
public ObjectFactory()Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.coderic.iso20022.messages.auth
-
-
Method Details
-
createDocument
Create an instance ofDocument
-
createActiveCurrencyAnd13DecimalAmount
Create an instance ofActiveCurrencyAnd13DecimalAmount
-
createActiveOrHistoricCurrencyAndAmount
Create an instance ofActiveOrHistoricCurrencyAndAmount
-
createAmountAndDirection53
Create an instance ofAmountAndDirection53
-
createAmountAndDirection61
Create an instance ofAmountAndDirection61
-
createAuctionData2
Create an instance ofAuctionData2
-
createCancelOrderReport1
Create an instance ofCancelOrderReport1
-
createDateTimePeriod1
Create an instance ofDateTimePeriod1
-
createExecutingParty2Choice
Create an instance ofExecutingParty2Choice
-
createFinancialInstrument99Choice
Create an instance ofFinancialInstrument99Choice
-
createFinancialInstrumentQuantity25Choice
Create an instance ofFinancialInstrumentQuantity25Choice
-
createGenericIdentification30
Create an instance ofGenericIdentification30
-
createGenericPersonIdentification1
Create an instance ofGenericPersonIdentification1
-
createMinimumExecutable1
Create an instance ofMinimumExecutable1
-
createNewOrderReport2
Create an instance ofNewOrderReport2
-
createOrderBookReportV01
Create an instance ofOrderBookReportV01
-
createOrderClassification2
Create an instance ofOrderClassification2
-
createOrderData3
Create an instance ofOrderData3
-
createOrderData4
Create an instance ofOrderData4
-
createOrderEventType1Choice
Create an instance ofOrderEventType1Choice
-
createOrderIdentification2
Create an instance ofOrderIdentification2
-
createOrderInstructionData2
Create an instance ofOrderInstructionData2
-
createOrderPriceData2
Create an instance ofOrderPriceData2
-
createOrderPriority1
Create an instance ofOrderPriority1
-
createOrderReport2Choice
Create an instance ofOrderReport2Choice
-
createOrderRestriction1Choice
Create an instance ofOrderRestriction1Choice
-
createPagination1
Create an instance ofPagination1
-
createPeriod11Choice
Create an instance ofPeriod11Choice
-
createPeriod2
Create an instance ofPeriod2
-
createPersonIdentificationSchemeName1Choice
Create an instance ofPersonIdentificationSchemeName1Choice
-
createPersonOrOrganisation4Choice
Create an instance ofPersonOrOrganisation4Choice
-
createSecuritiesMarketReportHeader3
Create an instance ofSecuritiesMarketReportHeader3
-
createSecuritiesTransactionPrice1
Create an instance ofSecuritiesTransactionPrice1
-
createSecuritiesTransactionPrice21Choice
Create an instance ofSecuritiesTransactionPrice21Choice
-
createSecuritiesTransactionPrice2Choice
Create an instance ofSecuritiesTransactionPrice2Choice
-
createSecuritiesTransactionPrice4Choice
Create an instance ofSecuritiesTransactionPrice4Choice
-
createSupplementaryData1
Create an instance ofSupplementaryData1
-
createSupplementaryDataEnvelope1
Create an instance ofSupplementaryDataEnvelope1
-
createTradingVenueIdentification1Choice
Create an instance ofTradingVenueIdentification1Choice
-
createTradingVenueIdentification2
Create an instance ofTradingVenueIdentification2
-
createTransactionData3
Create an instance ofTransactionData3
-
createValidityPeriod1Choice
Create an instance ofValidityPeriod1Choice
-
createDocument
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
Document
>
-