001    //
002    // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.1.5-b01-fcs 
003    // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> 
004    // Any modifications to this file will be lost upon recompilation of the source schema. 
005    // Generated on: 2008.12.02 at 08:59:01 AM HST 
006    //
007    
008    
009    package org.hackystat.tickertape.tickerlingua.jaxb;
010    
011    import javax.xml.bind.JAXBElement;
012    import javax.xml.bind.annotation.XmlElementDecl;
013    import javax.xml.bind.annotation.XmlRegistry;
014    import javax.xml.namespace.QName;
015    
016    
017    /**
018     * This object contains factory methods for each 
019     * Java content interface and Java element interface 
020     * generated in the org.hackystat.tickertape.tickerlingua.jaxb package. 
021     * <p>An ObjectFactory allows you to programatically 
022     * construct new instances of the Java representation 
023     * for XML content. The Java representation of XML 
024     * content can consist of schema derived interfaces 
025     * and classes representing the binding of schema 
026     * type definitions, element declarations and model 
027     * groups.  Factory methods for each of these are 
028     * provided in this class.
029     * 
030     */
031    @XmlRegistry
032    public class ObjectFactory {
033    
034        private final static QName _Description_QNAME = new QName("", "Description");
035    
036        /**
037         * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.hackystat.tickertape.tickerlingua.jaxb
038         * 
039         */
040        public ObjectFactory() {
041        }
042    
043        /**
044         * Create an instance of {@link FacebookAccountRef }
045         * 
046         */
047        public FacebookAccountRef createFacebookAccountRef() {
048            return new FacebookAccountRef();
049        }
050    
051        /**
052         * Create an instance of {@link HackystatProjects }
053         * 
054         */
055        public HackystatProjects createHackystatProjects() {
056            return new HackystatProjects();
057        }
058    
059        /**
060         * Create an instance of {@link SmsAccount }
061         * 
062         */
063        public SmsAccount createSmsAccount() {
064            return new SmsAccount();
065        }
066    
067        /**
068         * Create an instance of {@link FacebookAccount }
069         * 
070         */
071        public FacebookAccount createFacebookAccount() {
072            return new FacebookAccount();
073        }
074    
075        /**
076         * Create an instance of {@link LoggingLevel }
077         * 
078         */
079        public LoggingLevel createLoggingLevel() {
080            return new LoggingLevel();
081        }
082    
083        /**
084         * Create an instance of {@link Globals }
085         * 
086         */
087        public Globals createGlobals() {
088            return new Globals();
089        }
090    
091        /**
092         * Create an instance of {@link Ticker }
093         * 
094         */
095        public Ticker createTicker() {
096            return new Ticker();
097        }
098    
099        /**
100         * Create an instance of {@link EmailAccount }
101         * 
102         */
103        public EmailAccount createEmailAccount() {
104            return new EmailAccount();
105        }
106    
107        /**
108         * Create an instance of {@link HackystatProject }
109         * 
110         */
111        public HackystatProject createHackystatProject() {
112            return new HackystatProject();
113        }
114    
115        /**
116         * Create an instance of {@link Tickertapes }
117         * 
118         */
119        public Tickertapes createTickertapes() {
120            return new Tickertapes();
121        }
122    
123        /**
124         * Create an instance of {@link Properties }
125         * 
126         */
127        public Properties createProperties() {
128            return new Properties();
129        }
130    
131        /**
132         * Create an instance of {@link TwitterAccountRef }
133         * 
134         */
135        public TwitterAccountRef createTwitterAccountRef() {
136            return new TwitterAccountRef();
137        }
138    
139        /**
140         * Create an instance of {@link Nabaztags }
141         * 
142         */
143        public Nabaztags createNabaztags() {
144            return new Nabaztags();
145        }
146    
147        /**
148         * Create an instance of {@link HackystatUserRef }
149         * 
150         */
151        public HackystatUserRef createHackystatUserRef() {
152            return new HackystatUserRef();
153        }
154    
155        /**
156         * Create an instance of {@link HackystatService }
157         * 
158         */
159        public HackystatService createHackystatService() {
160            return new HackystatService();
161        }
162    
163        /**
164         * Create an instance of {@link HackystatUser }
165         * 
166         */
167        public HackystatUser createHackystatUser() {
168            return new HackystatUser();
169        }
170    
171        /**
172         * Create an instance of {@link TwitterAccount }
173         * 
174         */
175        public TwitterAccount createTwitterAccount() {
176            return new TwitterAccount();
177        }
178    
179        /**
180         * Create an instance of {@link HackystatAccount }
181         * 
182         */
183        public HackystatAccount createHackystatAccount() {
184            return new HackystatAccount();
185        }
186    
187        /**
188         * Create an instance of {@link NabaztagRef }
189         * 
190         */
191        public NabaztagRef createNabaztagRef() {
192            return new NabaztagRef();
193        }
194    
195        /**
196         * Create an instance of {@link HackystatServices }
197         * 
198         */
199        public HackystatServices createHackystatServices() {
200            return new HackystatServices();
201        }
202    
203        /**
204         * Create an instance of {@link Nabaztag }
205         * 
206         */
207        public Nabaztag createNabaztag() {
208            return new Nabaztag();
209        }
210    
211        /**
212         * Create an instance of {@link Property }
213         * 
214         */
215        public Property createProperty() {
216            return new Property();
217        }
218    
219        /**
220         * Create an instance of {@link TwitterAccounts }
221         * 
222         */
223        public TwitterAccounts createTwitterAccounts() {
224            return new TwitterAccounts();
225        }
226    
227        /**
228         * Create an instance of {@link HackystatProjectRef }
229         * 
230         */
231        public HackystatProjectRef createHackystatProjectRef() {
232            return new HackystatProjectRef();
233        }
234    
235        /**
236         * Create an instance of {@link TickerLingua }
237         * 
238         */
239        public TickerLingua createTickerLingua() {
240            return new TickerLingua();
241        }
242    
243        /**
244         * Create an instance of {@link Mail }
245         * 
246         */
247        public Mail createMail() {
248            return new Mail();
249        }
250    
251        /**
252         * Create an instance of {@link HackystatUsers }
253         * 
254         */
255        public HackystatUsers createHackystatUsers() {
256            return new HackystatUsers();
257        }
258    
259        /**
260         * Create an instance of {@link FacebookAccounts }
261         * 
262         */
263        public FacebookAccounts createFacebookAccounts() {
264            return new FacebookAccounts();
265        }
266    
267        /**
268         * Create an instance of {@link Tickertape }
269         * 
270         */
271        public Tickertape createTickertape() {
272            return new Tickertape();
273        }
274    
275        /**
276         * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
277         * 
278         */
279        @XmlElementDecl(namespace = "", name = "Description")
280        public JAXBElement<String> createDescription(String value) {
281            return new JAXBElement<String>(_Description_QNAME, String.class, null, value);
282        }
283    
284    }