org.hackystat.tickertape.tickerlingua.jaxb
Class ObjectFactory

java.lang.Object
  extended by org.hackystat.tickertape.tickerlingua.jaxb.ObjectFactory

public class ObjectFactory
extends java.lang.Object

This object contains factory methods for each Java content interface and Java element interface generated in the org.hackystat.tickertape.tickerlingua.jaxb 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
ObjectFactory()
          Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.hackystat.tickertape.tickerlingua.jaxb
 
Method Summary
 javax.xml.bind.JAXBElement<java.lang.String> createDescription(java.lang.String value)
          Create an instance of JAXBElement<String>}
 EmailAccount createEmailAccount()
          Create an instance of EmailAccount
 FacebookAccount createFacebookAccount()
          Create an instance of FacebookAccount
 FacebookAccountRef createFacebookAccountRef()
          Create an instance of FacebookAccountRef
 FacebookAccounts createFacebookAccounts()
          Create an instance of FacebookAccounts
 Globals createGlobals()
          Create an instance of Globals
 HackystatAccount createHackystatAccount()
          Create an instance of HackystatAccount
 HackystatProject createHackystatProject()
          Create an instance of HackystatProject
 HackystatProjectRef createHackystatProjectRef()
          Create an instance of HackystatProjectRef
 HackystatProjects createHackystatProjects()
          Create an instance of HackystatProjects
 HackystatService createHackystatService()
          Create an instance of HackystatService
 HackystatServices createHackystatServices()
          Create an instance of HackystatServices
 HackystatUser createHackystatUser()
          Create an instance of HackystatUser
 HackystatUserRef createHackystatUserRef()
          Create an instance of HackystatUserRef
 HackystatUsers createHackystatUsers()
          Create an instance of HackystatUsers
 LoggingLevel createLoggingLevel()
          Create an instance of LoggingLevel
 Mail createMail()
          Create an instance of Mail
 Nabaztag createNabaztag()
          Create an instance of Nabaztag
 NabaztagRef createNabaztagRef()
          Create an instance of NabaztagRef
 Nabaztags createNabaztags()
          Create an instance of Nabaztags
 Properties createProperties()
          Create an instance of Properties
 Property createProperty()
          Create an instance of Property
 SmsAccount createSmsAccount()
          Create an instance of SmsAccount
 Ticker createTicker()
          Create an instance of Ticker
 TickerLingua createTickerLingua()
          Create an instance of TickerLingua
 Tickertape createTickertape()
          Create an instance of Tickertape
 Tickertapes createTickertapes()
          Create an instance of Tickertapes
 TwitterAccount createTwitterAccount()
          Create an instance of TwitterAccount
 TwitterAccountRef createTwitterAccountRef()
          Create an instance of TwitterAccountRef
 TwitterAccounts createTwitterAccounts()
          Create an instance of TwitterAccounts
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectFactory

public ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.hackystat.tickertape.tickerlingua.jaxb

Method Detail

createFacebookAccountRef

public FacebookAccountRef createFacebookAccountRef()
Create an instance of FacebookAccountRef


createHackystatProjects

public HackystatProjects createHackystatProjects()
Create an instance of HackystatProjects


createSmsAccount

public SmsAccount createSmsAccount()
Create an instance of SmsAccount


createFacebookAccount

public FacebookAccount createFacebookAccount()
Create an instance of FacebookAccount


createLoggingLevel

public LoggingLevel createLoggingLevel()
Create an instance of LoggingLevel


createGlobals

public Globals createGlobals()
Create an instance of Globals


createTicker

public Ticker createTicker()
Create an instance of Ticker


createEmailAccount

public EmailAccount createEmailAccount()
Create an instance of EmailAccount


createHackystatProject

public HackystatProject createHackystatProject()
Create an instance of HackystatProject


createTickertapes

public Tickertapes createTickertapes()
Create an instance of Tickertapes


createProperties

public Properties createProperties()
Create an instance of Properties


createTwitterAccountRef

public TwitterAccountRef createTwitterAccountRef()
Create an instance of TwitterAccountRef


createNabaztags

public Nabaztags createNabaztags()
Create an instance of Nabaztags


createHackystatUserRef

public HackystatUserRef createHackystatUserRef()
Create an instance of HackystatUserRef


createHackystatService

public HackystatService createHackystatService()
Create an instance of HackystatService


createHackystatUser

public HackystatUser createHackystatUser()
Create an instance of HackystatUser


createTwitterAccount

public TwitterAccount createTwitterAccount()
Create an instance of TwitterAccount


createHackystatAccount

public HackystatAccount createHackystatAccount()
Create an instance of HackystatAccount


createNabaztagRef

public NabaztagRef createNabaztagRef()
Create an instance of NabaztagRef


createHackystatServices

public HackystatServices createHackystatServices()
Create an instance of HackystatServices


createNabaztag

public Nabaztag createNabaztag()
Create an instance of Nabaztag


createProperty

public Property createProperty()
Create an instance of Property


createTwitterAccounts

public TwitterAccounts createTwitterAccounts()
Create an instance of TwitterAccounts


createHackystatProjectRef

public HackystatProjectRef createHackystatProjectRef()
Create an instance of HackystatProjectRef


createTickerLingua

public TickerLingua createTickerLingua()
Create an instance of TickerLingua


createMail

public Mail createMail()
Create an instance of Mail


createHackystatUsers

public HackystatUsers createHackystatUsers()
Create an instance of HackystatUsers


createFacebookAccounts

public FacebookAccounts createFacebookAccounts()
Create an instance of FacebookAccounts


createTickertape

public Tickertape createTickertape()
Create an instance of Tickertape


createDescription

public javax.xml.bind.JAXBElement<java.lang.String> createDescription(java.lang.String value)
Create an instance of JAXBElement<String>}