//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.2-7
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2010.10.24 at 10:41:34 PM CDT
//
package org.statmantis.mport.mlb.gen;
import javax.xml.bind.annotation.XmlRegistry;
/**
* This object contains factory methods for each
* Java content interface and Java element interface
* generated in the com.googlecode.base.mport.mlb.gen package.
* <p>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.googlecode.base.mport.mlb.gen
*
*/
public ObjectFactory() {
}
/**
* Create an instance of {@link GameStadium }
*
*/
public GameStadium createGameStadium() {
return new GameStadium();
}
/**
* Create an instance of {@link GameEventGame.Hole }
*
*/
public GameEventGame.Hole createGameEventGameHole() {
return new GameEventGame.Hole();
}
/**
* Create an instance of {@link BoxscorePitcher }
*
*/
public BoxscorePitcher createBoxscorePitcher() {
return new BoxscorePitcher();
}
/**
* Create an instance of {@link InningRunner }
*
*/
public InningRunner createInningRunner() {
return new InningRunner();
}
/**
* Create an instance of {@link Inning }
*
*/
public Inning createInning() {
return new Inning();
}
/**
* Create an instance of {@link BatterPlayer.Faced.Pitch }
*
*/
public BatterPlayer.Faced.Pitch createBatterPlayerFacedPitch() {
return new BatterPlayer.Faced.Pitch();
}
/**
* Create an instance of {@link BatterPlayer.Atbats.Ab }
*
*/
public BatterPlayer.Atbats.Ab createBatterPlayerAtbatsAb() {
return new BatterPlayer.Atbats.Ab();
}
/**
* Create an instance of {@link InningAtbat }
*
*/
public InningAtbat createInningAtbat() {
return new InningAtbat();
}
/**
* Create an instance of {@link GameTeam }
*
*/
public GameTeam createGameTeam() {
return new GameTeam();
}
/**
* Create an instance of {@link BatterPlayer.Pitch }
*
*/
public BatterPlayer.Pitch createBatterPlayerPitch() {
return new BatterPlayer.Pitch();
}
/**
* Create an instance of {@link GameEventAction }
*
*/
public GameEventAction createGameEventAction() {
return new GameEventAction();
}
/**
* Create an instance of {@link Bench }
*
*/
public Bench createBench() {
return new Bench();
}
/**
* Create an instance of {@link InningAction }
*
*/
public InningAction createInningAction() {
return new InningAction();
}
/**
* Create an instance of {@link EventLogTeam }
*
*/
public EventLogTeam createEventLogTeam() {
return new EventLogTeam();
}
/**
* Create an instance of {@link InningHip }
*
*/
public InningHip createInningHip() {
return new InningHip();
}
/**
* Create an instance of {@link InningPitch }
*
*/
public InningPitch createInningPitch() {
return new InningPitch();
}
/**
* Create an instance of {@link GameEventGame.AtBat }
*
*/
public GameEventGame.AtBat createGameEventGameAtBat() {
return new GameEventGame.AtBat();
}
/**
* Create an instance of {@link BoxscoreBatting }
*
*/
public BoxscoreBatting createBoxscoreBatting() {
return new BoxscoreBatting();
}
/**
* Create an instance of {@link BenchTeam.Pitchers }
*
*/
public BenchTeam.Pitchers createBenchTeamPitchers() {
return new BenchTeam.Pitchers();
}
/**
* Create an instance of {@link InningScore }
*
*/
public InningScore createInningScore() {
return new InningScore();
}
/**
* Create an instance of {@link BenchTeam.Batters }
*
*/
public BenchTeam.Batters createBenchTeamBatters() {
return new BenchTeam.Batters();
}
/**
* Create an instance of {@link BenchBatter }
*
*/
public BenchBatter createBenchBatter() {
return new BenchBatter();
}
/**
* Create an instance of {@link GameEventAtbat }
*
*/
public GameEventAtbat createGameEventAtbat() {
return new GameEventAtbat();
}
/**
* Create an instance of {@link BoxscoreLinescore }
*
*/
public BoxscoreLinescore createBoxscoreLinescore() {
return new BoxscoreLinescore();
}
/**
* Create an instance of {@link BoxscorePitching }
*
*/
public BoxscorePitching createBoxscorePitching() {
return new BoxscorePitching();
}
/**
* Create an instance of {@link EventLogEvent }
*
*/
public EventLogEvent createEventLogEvent() {
return new EventLogEvent();
}
/**
* Create an instance of {@link BoxscoreBatter }
*
*/
public BoxscoreBatter createBoxscoreBatter() {
return new BoxscoreBatter();
}
/**
* Create an instance of {@link InningHalf }
*
*/
public InningHalf createInningHalf() {
return new InningHalf();
}
/**
* Create an instance of {@link InningHitchart }
*
*/
public InningHitchart createInningHitchart() {
return new InningHitchart();
}
/**
* Create an instance of {@link GameEventInning }
*
*/
public GameEventInning createGameEventInning() {
return new GameEventInning();
}
/**
* Create an instance of {@link BenchTeam }
*
*/
public BenchTeam createBenchTeam() {
return new BenchTeam();
}
/**
* Create an instance of {@link GameEventGame.Deck }
*
*/
public GameEventGame.Deck createGameEventGameDeck() {
return new GameEventGame.Deck();
}
/**
* Create an instance of {@link GameEventInningHalf }
*
*/
public GameEventInningHalf createGameEventInningHalf() {
return new GameEventInningHalf();
}
/**
* Create an instance of {@link InningScores }
*
*/
public InningScores createInningScores() {
return new InningScores();
}
/**
* Create an instance of {@link BatterPlayer }
*
*/
public BatterPlayer createBatterPlayer() {
return new BatterPlayer();
}
/**
* Create an instance of {@link BatterPlayer.Faced }
*
*/
public BatterPlayer.Faced createBatterPlayerFaced() {
return new BatterPlayer.Faced();
}
/**
* Create an instance of {@link BenchPitcher }
*
*/
public BenchPitcher createBenchPitcher() {
return new BenchPitcher();
}
/**
* Create an instance of {@link EventLogGame }
*
*/
public EventLogGame createEventLogGame() {
return new EventLogGame();
}
/**
* Create an instance of {@link Boxscore }
*
*/
public Boxscore createBoxscore() {
return new Boxscore();
}
/**
* Create an instance of {@link BoxscoreLinescore.InningLineScore }
*
*/
public BoxscoreLinescore.InningLineScore createBoxscoreLinescoreInningLineScore() {
return new BoxscoreLinescore.InningLineScore();
}
/**
* Create an instance of {@link BatterPlayerStat }
*
*/
public BatterPlayerStat createBatterPlayerStat() {
return new BatterPlayerStat();
}
/**
* Create an instance of {@link GameEventGame }
*
*/
public GameEventGame createGameEventGame() {
return new GameEventGame();
}
/**
* Create an instance of {@link Game }
*
*/
public Game createGame() {
return new Game();
}
/**
* Create an instance of {@link BatterPlayer.Atbats }
*
*/
public BatterPlayer.Atbats createBatterPlayerAtbats() {
return new BatterPlayer.Atbats();
}
}