All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.apache.airavata.schemas.wec.ApplicationSchedulingContextDocument Maven / Gradle / Ivy

/*
 * An XML document type.
 * Localname: application-scheduling-context
 * Namespace: http://schemas.airavata.apache.org/workflow-execution-context
 * Java type: org.apache.airavata.schemas.wec.ApplicationSchedulingContextDocument
 *
 * Automatically generated - do not modify.
 */
package org.apache.airavata.schemas.wec;


/**
 * A document containing one application-scheduling-context(@http://schemas.airavata.apache.org/workflow-execution-context) element.
 *
 * This is a complex type.
 */
public interface ApplicationSchedulingContextDocument extends org.apache.xmlbeans.XmlObject
{
    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
        org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ApplicationSchedulingContextDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sA43EBE9D4B5C39403FDC69D54BC21B61").resolveHandle("applicationschedulingcontextf332doctype");
    
    /**
     * Gets the "application-scheduling-context" element
     */
    org.apache.airavata.schemas.wec.ApplicationSchedulingContextDocument.ApplicationSchedulingContext getApplicationSchedulingContext();
    
    /**
     * Sets the "application-scheduling-context" element
     */
    void setApplicationSchedulingContext(org.apache.airavata.schemas.wec.ApplicationSchedulingContextDocument.ApplicationSchedulingContext applicationSchedulingContext);
    
    /**
     * Appends and returns a new empty "application-scheduling-context" element
     */
    org.apache.airavata.schemas.wec.ApplicationSchedulingContextDocument.ApplicationSchedulingContext addNewApplicationSchedulingContext();
    
    /**
     * An XML application-scheduling-context(@http://schemas.airavata.apache.org/workflow-execution-context).
     *
     * This is an atomic type that is a restriction of org.apache.airavata.schemas.wec.ApplicationSchedulingContextDocument$ApplicationSchedulingContext.
     */
    public interface ApplicationSchedulingContext extends org.apache.xmlbeans.XmlString
    {
        public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
            org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ApplicationSchedulingContext.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sA43EBE9D4B5C39403FDC69D54BC21B61").resolveHandle("applicationschedulingcontextf4a3elemtype");
        
        /**
         * Gets the "workflow-node-id" attribute
         */
        java.lang.String getWorkflowNodeId();
        
        /**
         * Gets (as xml) the "workflow-node-id" attribute
         */
        org.apache.xmlbeans.XmlString xgetWorkflowNodeId();
        
        /**
         * True if has "workflow-node-id" attribute
         */
        boolean isSetWorkflowNodeId();
        
        /**
         * Sets the "workflow-node-id" attribute
         */
        void setWorkflowNodeId(java.lang.String workflowNodeId);
        
        /**
         * Sets (as xml) the "workflow-node-id" attribute
         */
        void xsetWorkflowNodeId(org.apache.xmlbeans.XmlString workflowNodeId);
        
        /**
         * Unsets the "workflow-node-id" attribute
         */
        void unsetWorkflowNodeId();
        
        /**
         * Gets the "service-id" attribute
         */
        java.lang.String getServiceId();
        
        /**
         * Gets (as xml) the "service-id" attribute
         */
        org.apache.xmlbeans.XmlAnyURI xgetServiceId();
        
        /**
         * True if has "service-id" attribute
         */
        boolean isSetServiceId();
        
        /**
         * Sets the "service-id" attribute
         */
        void setServiceId(java.lang.String serviceId);
        
        /**
         * Sets (as xml) the "service-id" attribute
         */
        void xsetServiceId(org.apache.xmlbeans.XmlAnyURI serviceId);
        
        /**
         * Unsets the "service-id" attribute
         */
        void unsetServiceId();
        
        /**
         * Gets the "host-name" attribute
         */
        java.lang.String getHostName();
        
        /**
         * Gets (as xml) the "host-name" attribute
         */
        org.apache.xmlbeans.XmlAnyURI xgetHostName();
        
        /**
         * True if has "host-name" attribute
         */
        boolean isSetHostName();
        
        /**
         * Sets the "host-name" attribute
         */
        void setHostName(java.lang.String hostName);
        
        /**
         * Sets (as xml) the "host-name" attribute
         */
        void xsetHostName(org.apache.xmlbeans.XmlAnyURI hostName);
        
        /**
         * Unsets the "host-name" attribute
         */
        void unsetHostName();
        
        /**
         * Gets the "wsgram-preferred" attribute
         */
        boolean getWsgramPreferred();
        
        /**
         * Gets (as xml) the "wsgram-preferred" attribute
         */
        org.apache.xmlbeans.XmlBoolean xgetWsgramPreferred();
        
        /**
         * True if has "wsgram-preferred" attribute
         */
        boolean isSetWsgramPreferred();
        
        /**
         * Sets the "wsgram-preferred" attribute
         */
        void setWsgramPreferred(boolean wsgramPreferred);
        
        /**
         * Sets (as xml) the "wsgram-preferred" attribute
         */
        void xsetWsgramPreferred(org.apache.xmlbeans.XmlBoolean wsgramPreferred);
        
        /**
         * Unsets the "wsgram-preferred" attribute
         */
        void unsetWsgramPreferred();
        
        /**
         * Gets the "gatekeeper-epr" attribute
         */
        java.lang.String getGatekeeperEpr();
        
        /**
         * Gets (as xml) the "gatekeeper-epr" attribute
         */
        org.apache.xmlbeans.XmlAnyURI xgetGatekeeperEpr();
        
        /**
         * True if has "gatekeeper-epr" attribute
         */
        boolean isSetGatekeeperEpr();
        
        /**
         * Sets the "gatekeeper-epr" attribute
         */
        void setGatekeeperEpr(java.lang.String gatekeeperEpr);
        
        /**
         * Sets (as xml) the "gatekeeper-epr" attribute
         */
        void xsetGatekeeperEpr(org.apache.xmlbeans.XmlAnyURI gatekeeperEpr);
        
        /**
         * Unsets the "gatekeeper-epr" attribute
         */
        void unsetGatekeeperEpr();
        
        /**
         * Gets the "job-manager" attribute
         */
        java.lang.String getJobManager();
        
        /**
         * Gets (as xml) the "job-manager" attribute
         */
        org.apache.xmlbeans.XmlString xgetJobManager();
        
        /**
         * True if has "job-manager" attribute
         */
        boolean isSetJobManager();
        
        /**
         * Sets the "job-manager" attribute
         */
        void setJobManager(java.lang.String jobManager);
        
        /**
         * Sets (as xml) the "job-manager" attribute
         */
        void xsetJobManager(org.apache.xmlbeans.XmlString jobManager);
        
        /**
         * Unsets the "job-manager" attribute
         */
        void unsetJobManager();
        
        /**
         * Gets the "cpu-count" attribute
         */
        int getCpuCount();
        
        /**
         * Gets (as xml) the "cpu-count" attribute
         */
        org.apache.xmlbeans.XmlInt xgetCpuCount();
        
        /**
         * True if has "cpu-count" attribute
         */
        boolean isSetCpuCount();
        
        /**
         * Sets the "cpu-count" attribute
         */
        void setCpuCount(int cpuCount);
        
        /**
         * Sets (as xml) the "cpu-count" attribute
         */
        void xsetCpuCount(org.apache.xmlbeans.XmlInt cpuCount);
        
        /**
         * Unsets the "cpu-count" attribute
         */
        void unsetCpuCount();
        
        /**
         * Gets the "node-count" attribute
         */
        int getNodeCount();
        
        /**
         * Gets (as xml) the "node-count" attribute
         */
        org.apache.xmlbeans.XmlInt xgetNodeCount();
        
        /**
         * True if has "node-count" attribute
         */
        boolean isSetNodeCount();
        
        /**
         * Sets the "node-count" attribute
         */
        void setNodeCount(int nodeCount);
        
        /**
         * Sets (as xml) the "node-count" attribute
         */
        void xsetNodeCount(org.apache.xmlbeans.XmlInt nodeCount);
        
        /**
         * Unsets the "node-count" attribute
         */
        void unsetNodeCount();
        
        /**
         * Gets the "queue-name" attribute
         */
        java.lang.String getQueueName();
        
        /**
         * Gets (as xml) the "queue-name" attribute
         */
        org.apache.xmlbeans.XmlString xgetQueueName();
        
        /**
         * True if has "queue-name" attribute
         */
        boolean isSetQueueName();
        
        /**
         * Sets the "queue-name" attribute
         */
        void setQueueName(java.lang.String queueName);
        
        /**
         * Sets (as xml) the "queue-name" attribute
         */
        void xsetQueueName(org.apache.xmlbeans.XmlString queueName);
        
        /**
         * Unsets the "queue-name" attribute
         */
        void unsetQueueName();
        
        /**
         * Gets the "max-wall-time" attribute
         */
        int getMaxWallTime();
        
        /**
         * Gets (as xml) the "max-wall-time" attribute
         */
        org.apache.xmlbeans.XmlInt xgetMaxWallTime();
        
        /**
         * True if has "max-wall-time" attribute
         */
        boolean isSetMaxWallTime();
        
        /**
         * Sets the "max-wall-time" attribute
         */
        void setMaxWallTime(int maxWallTime);
        
        /**
         * Sets (as xml) the "max-wall-time" attribute
         */
        void xsetMaxWallTime(org.apache.xmlbeans.XmlInt maxWallTime);
        
        /**
         * Unsets the "max-wall-time" attribute
         */
        void unsetMaxWallTime();
        
        /**
         * A factory class with static methods for creating instances
         * of this type.
         */
        
        public static final class Factory
        {
            public static org.apache.airavata.schemas.wec.ApplicationSchedulingContextDocument.ApplicationSchedulingContext newInstance() {
              return (org.apache.airavata.schemas.wec.ApplicationSchedulingContextDocument.ApplicationSchedulingContext) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
            
            public static org.apache.airavata.schemas.wec.ApplicationSchedulingContextDocument.ApplicationSchedulingContext newInstance(org.apache.xmlbeans.XmlOptions options) {
              return (org.apache.airavata.schemas.wec.ApplicationSchedulingContextDocument.ApplicationSchedulingContext) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
            
            private Factory() { } // No instance of this class allowed
        }
    }
    
    /**
     * A factory class with static methods for creating instances
     * of this type.
     */
    
    public static final class Factory
    {
        public static org.apache.airavata.schemas.wec.ApplicationSchedulingContextDocument newInstance() {
          return (org.apache.airavata.schemas.wec.ApplicationSchedulingContextDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
        
        public static org.apache.airavata.schemas.wec.ApplicationSchedulingContextDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
          return (org.apache.airavata.schemas.wec.ApplicationSchedulingContextDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
        
        /** @param xmlAsString the string value to parse */
        public static org.apache.airavata.schemas.wec.ApplicationSchedulingContextDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
          return (org.apache.airavata.schemas.wec.ApplicationSchedulingContextDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
        
        public static org.apache.airavata.schemas.wec.ApplicationSchedulingContextDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (org.apache.airavata.schemas.wec.ApplicationSchedulingContextDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
        
        /** @param file the file from which to load an xml document */
        public static org.apache.airavata.schemas.wec.ApplicationSchedulingContextDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.apache.airavata.schemas.wec.ApplicationSchedulingContextDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
        
        public static org.apache.airavata.schemas.wec.ApplicationSchedulingContextDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.apache.airavata.schemas.wec.ApplicationSchedulingContextDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
        
        public static org.apache.airavata.schemas.wec.ApplicationSchedulingContextDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.apache.airavata.schemas.wec.ApplicationSchedulingContextDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
        
        public static org.apache.airavata.schemas.wec.ApplicationSchedulingContextDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.apache.airavata.schemas.wec.ApplicationSchedulingContextDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
        
        public static org.apache.airavata.schemas.wec.ApplicationSchedulingContextDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.apache.airavata.schemas.wec.ApplicationSchedulingContextDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
        
        public static org.apache.airavata.schemas.wec.ApplicationSchedulingContextDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.apache.airavata.schemas.wec.ApplicationSchedulingContextDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
        
        public static org.apache.airavata.schemas.wec.ApplicationSchedulingContextDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.apache.airavata.schemas.wec.ApplicationSchedulingContextDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
        
        public static org.apache.airavata.schemas.wec.ApplicationSchedulingContextDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.apache.airavata.schemas.wec.ApplicationSchedulingContextDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
        
        public static org.apache.airavata.schemas.wec.ApplicationSchedulingContextDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
          return (org.apache.airavata.schemas.wec.ApplicationSchedulingContextDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
        
        public static org.apache.airavata.schemas.wec.ApplicationSchedulingContextDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (org.apache.airavata.schemas.wec.ApplicationSchedulingContextDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
        
        public static org.apache.airavata.schemas.wec.ApplicationSchedulingContextDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
          return (org.apache.airavata.schemas.wec.ApplicationSchedulingContextDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
        
        public static org.apache.airavata.schemas.wec.ApplicationSchedulingContextDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (org.apache.airavata.schemas.wec.ApplicationSchedulingContextDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
        public static org.apache.airavata.schemas.wec.ApplicationSchedulingContextDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
          return (org.apache.airavata.schemas.wec.ApplicationSchedulingContextDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
        public static org.apache.airavata.schemas.wec.ApplicationSchedulingContextDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
          return (org.apache.airavata.schemas.wec.ApplicationSchedulingContextDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
        public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
          return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
        public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
          return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
        
        private Factory() { } // No instance of this class allowed
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy