All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.sportradar.uf.datamodel.ObjectFactory Maven / Gradle / Ivy

//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.11 
// See http://java.sun.com/xml/jaxb 
// Any modifications to this file will be lost upon recompilation of the source schema. 
// Generated on: 2019.05.22 at 02:21:20 PM CEST 
//


package com.sportradar.uf.datamodel;

import javax.xml.bind.annotation.XmlRegistry;


/**
 * This object contains factory methods for each 
 * Java content interface and Java element interface 
 * generated in the com.sportradar.uf.datamodel 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. * */ @XmlRegistry public class ObjectFactory { /** * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.sportradar.uf.datamodel * */ public ObjectFactory() { } /** * Create an instance of {@link UFOddsChange } * */ public UFOddsChange createUFOddsChange() { return new UFOddsChange(); } /** * Create an instance of {@link UFBetSettlement } * */ public UFBetSettlement createUFBetSettlement() { return new UFBetSettlement(); } /** * Create an instance of {@link UFCashout } * */ public UFCashout createUFCashout() { return new UFCashout(); } /** * Create an instance of {@link UFBetSettlementMarket } * */ public UFBetSettlementMarket createUFBetSettlementMarket() { return new UFBetSettlementMarket(); } /** * Create an instance of {@link UFOddsChangeMarket } * */ public UFOddsChangeMarket createUFOddsChangeMarket() { return new UFOddsChangeMarket(); } /** * Create an instance of {@link UFSportEventStatus } * */ public UFSportEventStatus createUFSportEventStatus() { return new UFSportEventStatus(); } /** * Create an instance of {@link UFOddsGenerationProperties } * */ public UFOddsGenerationProperties createUFOddsGenerationProperties() { return new UFOddsGenerationProperties(); } /** * Create an instance of {@link UFOddsChange.UFOdds } * */ public UFOddsChange.UFOdds createUFOddsChangeUFOdds() { return new UFOddsChange.UFOdds(); } /** * Create an instance of {@link UFBetSettlement.UFOutcomes } * */ public UFBetSettlement.UFOutcomes createUFBetSettlementUFOutcomes() { return new UFBetSettlement.UFOutcomes(); } /** * Create an instance of {@link UFRollbackBetSettlement } * */ public UFRollbackBetSettlement createUFRollbackBetSettlement() { return new UFRollbackBetSettlement(); } /** * Create an instance of {@link UFMarket } * */ public UFMarket createUFMarket() { return new UFMarket(); } /** * Create an instance of {@link UFBetCancel } * */ public UFBetCancel createUFBetCancel() { return new UFBetCancel(); } /** * Create an instance of {@link UFRollbackBetCancel } * */ public UFRollbackBetCancel createUFRollbackBetCancel() { return new UFRollbackBetCancel(); } /** * Create an instance of {@link UFAlive } * */ public UFAlive createUFAlive() { return new UFAlive(); } /** * Create an instance of {@link UFSnapshotComplete } * */ public UFSnapshotComplete createUFSnapshotComplete() { return new UFSnapshotComplete(); } /** * Create an instance of {@link UFFixtureChange } * */ public UFFixtureChange createUFFixtureChange() { return new UFFixtureChange(); } /** * Create an instance of {@link UFBetStop } * */ public UFBetStop createUFBetStop() { return new UFBetStop(); } /** * Create an instance of {@link UFCashout.UFOdds } * */ public UFCashout.UFOdds createUFCashoutUFOdds() { return new UFCashout.UFOdds(); } /** * Create an instance of {@link UFClockType } * */ public UFClockType createUFClockType() { return new UFClockType(); } /** * Create an instance of {@link UFPeriodscoresType } * */ public UFPeriodscoresType createUFPeriodscoresType() { return new UFPeriodscoresType(); } /** * Create an instance of {@link UFPeriodScoreType } * */ public UFPeriodScoreType createUFPeriodScoreType() { return new UFPeriodScoreType(); } /** * Create an instance of {@link UFResultsType } * */ public UFResultsType createUFResultsType() { return new UFResultsType(); } /** * Create an instance of {@link UFResultType } * */ public UFResultType createUFResultType() { return new UFResultType(); } /** * Create an instance of {@link UFStatisticsType } * */ public UFStatisticsType createUFStatisticsType() { return new UFStatisticsType(); } /** * Create an instance of {@link UFStatisticsScoreType } * */ public UFStatisticsScoreType createUFStatisticsScoreType() { return new UFStatisticsScoreType(); } /** * Create an instance of {@link UFEventReference } * */ public UFEventReference createUFEventReference() { return new UFEventReference(); } /** * Create an instance of {@link UFMarketMetadata } * */ public UFMarketMetadata createUFMarketMetadata() { return new UFMarketMetadata(); } /** * Create an instance of {@link UFBetSettlementMarket.UFOutcome } * */ public UFBetSettlementMarket.UFOutcome createUFBetSettlementMarketUFOutcome() { return new UFBetSettlementMarket.UFOutcome(); } /** * Create an instance of {@link UFOddsChangeMarket.UFOutcome } * */ public UFOddsChangeMarket.UFOutcome createUFOddsChangeMarketUFOutcome() { return new UFOddsChangeMarket.UFOutcome(); } }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy