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.01.25 at 09:11:56 AM GMT-10:00 
006    //
007    
008    
009    package org.hackystat.sensor.ant.javancss.jaxb;
010    
011    import javax.xml.bind.annotation.XmlRegistry;
012    
013    
014    /**
015     * This object contains factory methods for each 
016     * Java content interface and Java element interface 
017     * generated in the org.hackystat.sensor.ant.javancss.resource.jaxb package. 
018     * <p>An ObjectFactory allows you to programatically 
019     * construct new instances of the Java representation 
020     * for XML content. The Java representation of XML 
021     * content can consist of schema derived interfaces 
022     * and classes representing the binding of schema 
023     * type definitions, element declarations and model 
024     * groups.  Factory methods for each of these are 
025     * provided in this class.
026     * 
027     */
028    @XmlRegistry
029    public class ObjectFactory {
030    
031    
032        /**
033         * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.hackystat.sensor.ant.javancss.resource.jaxb
034         * 
035         */
036        public ObjectFactory() {
037        }
038    
039        /**
040         * Create an instance of {@link Javancss }
041         * 
042         */
043        public Javancss createJavancss() {
044            return new Javancss();
045        }
046    
047        /**
048         * Create an instance of {@link Packages }
049         * 
050         */
051        public Packages createPackages() {
052            return new Packages();
053        }
054    
055        /**
056         * Create an instance of {@link Objects }
057         * 
058         */
059        public Objects createObjects() {
060            return new Objects();
061        }
062    
063        /**
064         * Create an instance of {@link Package }
065         * 
066         */
067        public Package createPackage() {
068            return new Package();
069        }
070    
071        /**
072         * Create an instance of {@link Function }
073         * 
074         */
075        public Function createFunction() {
076            return new Function();
077        }
078    
079        /**
080         * Create an instance of {@link Total }
081         * 
082         */
083        public Total createTotal() {
084            return new Total();
085        }
086    
087        /**
088         * Create an instance of {@link Object }
089         * 
090         */
091        public Object createObject() {
092            return new Object();
093        }
094    
095        /**
096         * Create an instance of {@link Table }
097         * 
098         */
099        public Table createTable() {
100            return new Table();
101        }
102    
103        /**
104         * Create an instance of {@link Averages }
105         * 
106         */
107        public Averages createAverages() {
108            return new Averages();
109        }
110    
111        /**
112         * Create an instance of {@link FunctionAverages }
113         * 
114         */
115        public FunctionAverages createFunctionAverages() {
116            return new FunctionAverages();
117        }
118    
119        /**
120         * Create an instance of {@link Functions }
121         * 
122         */
123        public Functions createFunctions() {
124            return new Functions();
125        }
126    
127    }