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

net.opengis.sensorml.x20.AbstractProcessType Maven / Gradle / Ivy

There is a newer version: 2.7.0
Show newest version
/*
 * XML Type:  AbstractProcessType
 * Namespace: http://www.opengis.net/sensorml/2.0
 * Java type: net.opengis.sensorml.x20.AbstractProcessType
 *
 * Automatically generated - do not modify.
 */
package net.opengis.sensorml.x20;


/**
 * An XML AbstractProcessType(@http://www.opengis.net/sensorml/2.0).
 *
 * This is a complex type.
 */
public interface AbstractProcessType extends net.opengis.sensorml.x20.DescribedObjectType
{
    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
        org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(AbstractProcessType.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s394117DF48FE37B6828A26E699B7D87A").resolveHandle("abstractprocesstype1a1etype");
    
    /**
     * Gets the "typeOf" element
     */
    net.opengis.gml.x32.ReferenceType getTypeOf();
    
    /**
     * True if has "typeOf" element
     */
    boolean isSetTypeOf();
    
    /**
     * Sets the "typeOf" element
     */
    void setTypeOf(net.opengis.gml.x32.ReferenceType typeOf);
    
    /**
     * Appends and returns a new empty "typeOf" element
     */
    net.opengis.gml.x32.ReferenceType addNewTypeOf();
    
    /**
     * Unsets the "typeOf" element
     */
    void unsetTypeOf();
    
    /**
     * Gets the "configuration" element
     */
    net.opengis.sensorml.x20.AbstractProcessType.Configuration getConfiguration();
    
    /**
     * True if has "configuration" element
     */
    boolean isSetConfiguration();
    
    /**
     * Sets the "configuration" element
     */
    void setConfiguration(net.opengis.sensorml.x20.AbstractProcessType.Configuration configuration);
    
    /**
     * Appends and returns a new empty "configuration" element
     */
    net.opengis.sensorml.x20.AbstractProcessType.Configuration addNewConfiguration();
    
    /**
     * Unsets the "configuration" element
     */
    void unsetConfiguration();
    
    /**
     * Gets the "featuresOfInterest" element
     */
    net.opengis.sensorml.x20.AbstractProcessType.FeaturesOfInterest getFeaturesOfInterest();
    
    /**
     * True if has "featuresOfInterest" element
     */
    boolean isSetFeaturesOfInterest();
    
    /**
     * Sets the "featuresOfInterest" element
     */
    void setFeaturesOfInterest(net.opengis.sensorml.x20.AbstractProcessType.FeaturesOfInterest featuresOfInterest);
    
    /**
     * Appends and returns a new empty "featuresOfInterest" element
     */
    net.opengis.sensorml.x20.AbstractProcessType.FeaturesOfInterest addNewFeaturesOfInterest();
    
    /**
     * Unsets the "featuresOfInterest" element
     */
    void unsetFeaturesOfInterest();
    
    /**
     * Gets the "inputs" element
     */
    net.opengis.sensorml.x20.AbstractProcessType.Inputs getInputs();
    
    /**
     * True if has "inputs" element
     */
    boolean isSetInputs();
    
    /**
     * Sets the "inputs" element
     */
    void setInputs(net.opengis.sensorml.x20.AbstractProcessType.Inputs inputs);
    
    /**
     * Appends and returns a new empty "inputs" element
     */
    net.opengis.sensorml.x20.AbstractProcessType.Inputs addNewInputs();
    
    /**
     * Unsets the "inputs" element
     */
    void unsetInputs();
    
    /**
     * Gets the "outputs" element
     */
    net.opengis.sensorml.x20.AbstractProcessType.Outputs getOutputs();
    
    /**
     * True if has "outputs" element
     */
    boolean isSetOutputs();
    
    /**
     * Sets the "outputs" element
     */
    void setOutputs(net.opengis.sensorml.x20.AbstractProcessType.Outputs outputs);
    
    /**
     * Appends and returns a new empty "outputs" element
     */
    net.opengis.sensorml.x20.AbstractProcessType.Outputs addNewOutputs();
    
    /**
     * Unsets the "outputs" element
     */
    void unsetOutputs();
    
    /**
     * Gets the "parameters" element
     */
    net.opengis.sensorml.x20.AbstractProcessType.Parameters getParameters();
    
    /**
     * True if has "parameters" element
     */
    boolean isSetParameters();
    
    /**
     * Sets the "parameters" element
     */
    void setParameters(net.opengis.sensorml.x20.AbstractProcessType.Parameters parameters);
    
    /**
     * Appends and returns a new empty "parameters" element
     */
    net.opengis.sensorml.x20.AbstractProcessType.Parameters addNewParameters();
    
    /**
     * Unsets the "parameters" element
     */
    void unsetParameters();
    
    /**
     * Gets array of all "modes" elements
     */
    net.opengis.sensorml.x20.AbstractProcessType.Modes[] getModesArray();
    
    /**
     * Gets ith "modes" element
     */
    net.opengis.sensorml.x20.AbstractProcessType.Modes getModesArray(int i);
    
    /**
     * Returns number of "modes" element
     */
    int sizeOfModesArray();
    
    /**
     * Sets array of all "modes" element
     */
    void setModesArray(net.opengis.sensorml.x20.AbstractProcessType.Modes[] modesArray);
    
    /**
     * Sets ith "modes" element
     */
    void setModesArray(int i, net.opengis.sensorml.x20.AbstractProcessType.Modes modes);
    
    /**
     * Inserts and returns a new empty value (as xml) as the ith "modes" element
     */
    net.opengis.sensorml.x20.AbstractProcessType.Modes insertNewModes(int i);
    
    /**
     * Appends and returns a new empty value (as xml) as the last "modes" element
     */
    net.opengis.sensorml.x20.AbstractProcessType.Modes addNewModes();
    
    /**
     * Removes the ith "modes" element
     */
    void removeModes(int i);
    
    /**
     * Gets the "definition" attribute
     */
    java.lang.String getDefinition();
    
    /**
     * Gets (as xml) the "definition" attribute
     */
    org.apache.xmlbeans.XmlAnyURI xgetDefinition();
    
    /**
     * True if has "definition" attribute
     */
    boolean isSetDefinition();
    
    /**
     * Sets the "definition" attribute
     */
    void setDefinition(java.lang.String definition);
    
    /**
     * Sets (as xml) the "definition" attribute
     */
    void xsetDefinition(org.apache.xmlbeans.XmlAnyURI definition);
    
    /**
     * Unsets the "definition" attribute
     */
    void unsetDefinition();
    
    /**
     * An XML configuration(@http://www.opengis.net/sensorml/2.0).
     *
     * This is a complex type.
     */
    public interface Configuration extends org.apache.xmlbeans.XmlObject
    {
        public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
            org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Configuration.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s394117DF48FE37B6828A26E699B7D87A").resolveHandle("configurationdf00elemtype");
        
        /**
         * Gets the "AbstractSettings" element
         */
        net.opengis.sensorml.x20.AbstractSettingsType getAbstractSettings();
        
        /**
         * Sets the "AbstractSettings" element
         */
        void setAbstractSettings(net.opengis.sensorml.x20.AbstractSettingsType abstractSettings);
        
        /**
         * Appends and returns a new empty "AbstractSettings" element
         */
        net.opengis.sensorml.x20.AbstractSettingsType addNewAbstractSettings();
        
        /**
         * A factory class with static methods for creating instances
         * of this type.
         */
        
        public static final class Factory
        {
            public static net.opengis.sensorml.x20.AbstractProcessType.Configuration newInstance() {
              return (net.opengis.sensorml.x20.AbstractProcessType.Configuration) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
            
            public static net.opengis.sensorml.x20.AbstractProcessType.Configuration newInstance(org.apache.xmlbeans.XmlOptions options) {
              return (net.opengis.sensorml.x20.AbstractProcessType.Configuration) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
            
            private Factory() { } // No instance of this class allowed
        }
    }
    
    /**
     * An XML featuresOfInterest(@http://www.opengis.net/sensorml/2.0).
     *
     * This is a complex type.
     */
    public interface FeaturesOfInterest extends org.apache.xmlbeans.XmlObject
    {
        public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
            org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(FeaturesOfInterest.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s394117DF48FE37B6828A26E699B7D87A").resolveHandle("featuresofinterest3278elemtype");
        
        /**
         * Gets the "FeatureList" element
         */
        net.opengis.sensorml.x20.FeatureListType getFeatureList();
        
        /**
         * Sets the "FeatureList" element
         */
        void setFeatureList(net.opengis.sensorml.x20.FeatureListType featureList);
        
        /**
         * Appends and returns a new empty "FeatureList" element
         */
        net.opengis.sensorml.x20.FeatureListType addNewFeatureList();
        
        /**
         * A factory class with static methods for creating instances
         * of this type.
         */
        
        public static final class Factory
        {
            public static net.opengis.sensorml.x20.AbstractProcessType.FeaturesOfInterest newInstance() {
              return (net.opengis.sensorml.x20.AbstractProcessType.FeaturesOfInterest) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
            
            public static net.opengis.sensorml.x20.AbstractProcessType.FeaturesOfInterest newInstance(org.apache.xmlbeans.XmlOptions options) {
              return (net.opengis.sensorml.x20.AbstractProcessType.FeaturesOfInterest) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
            
            private Factory() { } // No instance of this class allowed
        }
    }
    
    /**
     * An XML inputs(@http://www.opengis.net/sensorml/2.0).
     *
     * This is a complex type.
     */
    public interface Inputs extends org.apache.xmlbeans.XmlObject
    {
        public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
            org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Inputs.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s394117DF48FE37B6828A26E699B7D87A").resolveHandle("inputs5263elemtype");
        
        /**
         * Gets the "InputList" element
         */
        net.opengis.sensorml.x20.InputListType getInputList();
        
        /**
         * Sets the "InputList" element
         */
        void setInputList(net.opengis.sensorml.x20.InputListType inputList);
        
        /**
         * Appends and returns a new empty "InputList" element
         */
        net.opengis.sensorml.x20.InputListType addNewInputList();
        
        /**
         * A factory class with static methods for creating instances
         * of this type.
         */
        
        public static final class Factory
        {
            public static net.opengis.sensorml.x20.AbstractProcessType.Inputs newInstance() {
              return (net.opengis.sensorml.x20.AbstractProcessType.Inputs) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
            
            public static net.opengis.sensorml.x20.AbstractProcessType.Inputs newInstance(org.apache.xmlbeans.XmlOptions options) {
              return (net.opengis.sensorml.x20.AbstractProcessType.Inputs) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
            
            private Factory() { } // No instance of this class allowed
        }
    }
    
    /**
     * An XML outputs(@http://www.opengis.net/sensorml/2.0).
     *
     * This is a complex type.
     */
    public interface Outputs extends org.apache.xmlbeans.XmlObject
    {
        public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
            org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Outputs.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s394117DF48FE37B6828A26E699B7D87A").resolveHandle("outputs249celemtype");
        
        /**
         * Gets the "OutputList" element
         */
        net.opengis.sensorml.x20.OutputListType getOutputList();
        
        /**
         * Sets the "OutputList" element
         */
        void setOutputList(net.opengis.sensorml.x20.OutputListType outputList);
        
        /**
         * Appends and returns a new empty "OutputList" element
         */
        net.opengis.sensorml.x20.OutputListType addNewOutputList();
        
        /**
         * A factory class with static methods for creating instances
         * of this type.
         */
        
        public static final class Factory
        {
            public static net.opengis.sensorml.x20.AbstractProcessType.Outputs newInstance() {
              return (net.opengis.sensorml.x20.AbstractProcessType.Outputs) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
            
            public static net.opengis.sensorml.x20.AbstractProcessType.Outputs newInstance(org.apache.xmlbeans.XmlOptions options) {
              return (net.opengis.sensorml.x20.AbstractProcessType.Outputs) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
            
            private Factory() { } // No instance of this class allowed
        }
    }
    
    /**
     * An XML parameters(@http://www.opengis.net/sensorml/2.0).
     *
     * This is a complex type.
     */
    public interface Parameters extends org.apache.xmlbeans.XmlObject
    {
        public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
            org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Parameters.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s394117DF48FE37B6828A26E699B7D87A").resolveHandle("parameters3324elemtype");
        
        /**
         * Gets the "ParameterList" element
         */
        net.opengis.sensorml.x20.ParameterListType getParameterList();
        
        /**
         * Sets the "ParameterList" element
         */
        void setParameterList(net.opengis.sensorml.x20.ParameterListType parameterList);
        
        /**
         * Appends and returns a new empty "ParameterList" element
         */
        net.opengis.sensorml.x20.ParameterListType addNewParameterList();
        
        /**
         * A factory class with static methods for creating instances
         * of this type.
         */
        
        public static final class Factory
        {
            public static net.opengis.sensorml.x20.AbstractProcessType.Parameters newInstance() {
              return (net.opengis.sensorml.x20.AbstractProcessType.Parameters) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
            
            public static net.opengis.sensorml.x20.AbstractProcessType.Parameters newInstance(org.apache.xmlbeans.XmlOptions options) {
              return (net.opengis.sensorml.x20.AbstractProcessType.Parameters) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
            
            private Factory() { } // No instance of this class allowed
        }
    }
    
    /**
     * An XML modes(@http://www.opengis.net/sensorml/2.0).
     *
     * This is a complex type.
     */
    public interface Modes extends org.apache.xmlbeans.XmlObject
    {
        public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
            org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Modes.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s394117DF48FE37B6828A26E699B7D87A").resolveHandle("modes30baelemtype");
        
        /**
         * Gets the "AbstractModes" element
         */
        net.opengis.sensorml.x20.AbstractModesType getAbstractModes();
        
        /**
         * Sets the "AbstractModes" element
         */
        void setAbstractModes(net.opengis.sensorml.x20.AbstractModesType abstractModes);
        
        /**
         * Appends and returns a new empty "AbstractModes" element
         */
        net.opengis.sensorml.x20.AbstractModesType addNewAbstractModes();
        
        /**
         * A factory class with static methods for creating instances
         * of this type.
         */
        
        public static final class Factory
        {
            public static net.opengis.sensorml.x20.AbstractProcessType.Modes newInstance() {
              return (net.opengis.sensorml.x20.AbstractProcessType.Modes) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
            
            public static net.opengis.sensorml.x20.AbstractProcessType.Modes newInstance(org.apache.xmlbeans.XmlOptions options) {
              return (net.opengis.sensorml.x20.AbstractProcessType.Modes) 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
    {
        /** @deprecated No need to be able to create instances of abstract types */
        public static net.opengis.sensorml.x20.AbstractProcessType newInstance() {
          return (net.opengis.sensorml.x20.AbstractProcessType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
        
        /** @deprecated No need to be able to create instances of abstract types */
        public static net.opengis.sensorml.x20.AbstractProcessType newInstance(org.apache.xmlbeans.XmlOptions options) {
          return (net.opengis.sensorml.x20.AbstractProcessType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
        
        /** @param xmlAsString the string value to parse */
        public static net.opengis.sensorml.x20.AbstractProcessType parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
          return (net.opengis.sensorml.x20.AbstractProcessType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
        
        public static net.opengis.sensorml.x20.AbstractProcessType parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (net.opengis.sensorml.x20.AbstractProcessType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
        
        /** @param file the file from which to load an xml document */
        public static net.opengis.sensorml.x20.AbstractProcessType parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (net.opengis.sensorml.x20.AbstractProcessType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
        
        public static net.opengis.sensorml.x20.AbstractProcessType parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (net.opengis.sensorml.x20.AbstractProcessType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
        
        public static net.opengis.sensorml.x20.AbstractProcessType parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (net.opengis.sensorml.x20.AbstractProcessType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
        
        public static net.opengis.sensorml.x20.AbstractProcessType parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (net.opengis.sensorml.x20.AbstractProcessType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
        
        public static net.opengis.sensorml.x20.AbstractProcessType parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (net.opengis.sensorml.x20.AbstractProcessType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
        
        public static net.opengis.sensorml.x20.AbstractProcessType parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (net.opengis.sensorml.x20.AbstractProcessType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
        
        public static net.opengis.sensorml.x20.AbstractProcessType parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (net.opengis.sensorml.x20.AbstractProcessType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
        
        public static net.opengis.sensorml.x20.AbstractProcessType parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (net.opengis.sensorml.x20.AbstractProcessType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
        
        public static net.opengis.sensorml.x20.AbstractProcessType parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
          return (net.opengis.sensorml.x20.AbstractProcessType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
        
        public static net.opengis.sensorml.x20.AbstractProcessType parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (net.opengis.sensorml.x20.AbstractProcessType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
        
        public static net.opengis.sensorml.x20.AbstractProcessType parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
          return (net.opengis.sensorml.x20.AbstractProcessType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
        
        public static net.opengis.sensorml.x20.AbstractProcessType parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (net.opengis.sensorml.x20.AbstractProcessType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
        public static net.opengis.sensorml.x20.AbstractProcessType parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
          return (net.opengis.sensorml.x20.AbstractProcessType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
        public static net.opengis.sensorml.x20.AbstractProcessType 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 (net.opengis.sensorml.x20.AbstractProcessType) 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