⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 objectfactory.java

📁 这是一个基于计算网格的web service。它用java编写。一旦安装完成
💻 JAVA
字号:
//// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v1.0.4-b18-fcs // 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: 2005.07.17 at 02:32:57 EDT //package jwsgrid.xsd.jobconstraints;/** * This object contains factory methods for each  * Java content interface and Java element interface  * generated in the jwsgrid.xsd.jobconstraints 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. *  */public class ObjectFactory    extends jwsgrid.xsd.jobconstraints.impl.runtime.DefaultJAXBContextImpl{    private static java.util.HashMap defaultImplementations = new java.util.HashMap(16, 0.75F);    private static java.util.HashMap rootTagMap = new java.util.HashMap();    public final static jwsgrid.xsd.jobconstraints.impl.runtime.GrammarInfo grammarInfo = new jwsgrid.xsd.jobconstraints.impl.runtime.GrammarInfoImpl(rootTagMap, defaultImplementations, (jwsgrid.xsd.jobconstraints.ObjectFactory.class));    public final static java.lang.Class version = (jwsgrid.xsd.jobconstraints.impl.JAXBVersion.class);    static {        defaultImplementations.put((jwsgrid.xsd.jobconstraints.DistanceInfoType.class), "jwsgrid.xsd.jobconstraints.impl.DistanceInfoTypeImpl");        defaultImplementations.put((jwsgrid.xsd.jobconstraints.JobHostInfoType.class), "jwsgrid.xsd.jobconstraints.impl.JobHostInfoTypeImpl");        defaultImplementations.put((jwsgrid.xsd.jobconstraints.JobConstraintObject.class), "jwsgrid.xsd.jobconstraints.impl.JobConstraintObjectImpl");        defaultImplementations.put((jwsgrid.xsd.jobconstraints.JobConstraintType.class), "jwsgrid.xsd.jobconstraints.impl.JobConstraintTypeImpl");        rootTagMap.put(new javax.xml.namespace.QName("", "jobConstraintObject"), (jwsgrid.xsd.jobconstraints.JobConstraintObject.class));    }    /**     * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: jwsgrid.xsd.jobconstraints     *      */    public ObjectFactory() {        super(grammarInfo);    }    /**     * Create an instance of the specified Java content interface.     *      * @param javaContentInterface     *     the Class object of the javacontent interface to instantiate     * @return     *     a new instance     * @throws JAXBException     *     if an error occurs     */    public java.lang.Object newInstance(java.lang.Class javaContentInterface)        throws javax.xml.bind.JAXBException    {        return super.newInstance(javaContentInterface);    }    /**     * Get the specified property. This method can only be     * used to get provider specific properties.     * Attempting to get an undefined property will result     * in a PropertyException being thrown.     *      * @param name     *     the name of the property to retrieve     * @return     *     the value of the requested property     * @throws PropertyException     *     when there is an error retrieving the given property or value     */    public java.lang.Object getProperty(java.lang.String name)        throws javax.xml.bind.PropertyException    {        return super.getProperty(name);    }    /**     * Set the specified property. This method can only be     * used to set provider specific properties.     * Attempting to set an undefined property will result     * in a PropertyException being thrown.     *      * @param value     *     the value of the property to be set     * @param name     *     the name of the property to retrieve     * @throws PropertyException     *     when there is an error processing the given property or value     */    public void setProperty(java.lang.String name, java.lang.Object value)        throws javax.xml.bind.PropertyException    {        super.setProperty(name, value);    }    /**     * Create an instance of DistanceInfoType     *      * @throws JAXBException     *     if an error occurs     */    public jwsgrid.xsd.jobconstraints.DistanceInfoType createDistanceInfoType()        throws javax.xml.bind.JAXBException    {        return new jwsgrid.xsd.jobconstraints.impl.DistanceInfoTypeImpl();    }    /**     * Create an instance of JobHostInfoType     *      * @throws JAXBException     *     if an error occurs     */    public jwsgrid.xsd.jobconstraints.JobHostInfoType createJobHostInfoType()        throws javax.xml.bind.JAXBException    {        return new jwsgrid.xsd.jobconstraints.impl.JobHostInfoTypeImpl();    }    /**     * Create an instance of JobConstraintObject     *      * @throws JAXBException     *     if an error occurs     */    public jwsgrid.xsd.jobconstraints.JobConstraintObject createJobConstraintObject()        throws javax.xml.bind.JAXBException    {        return new jwsgrid.xsd.jobconstraints.impl.JobConstraintObjectImpl();    }    /**     * Create an instance of JobConstraintType     *      * @throws JAXBException     *     if an error occurs     */    public jwsgrid.xsd.jobconstraints.JobConstraintType createJobConstraintType()        throws javax.xml.bind.JAXBException    {        return new jwsgrid.xsd.jobconstraints.impl.JobConstraintTypeImpl();    }}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -