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

net.opengis.sensorML.x101.ArrayLinkDocument Maven / Gradle / Ivy

/*
 * An XML document type.
 * Localname: ArrayLink
 * Namespace: http://www.opengis.net/sensorML/1.0.1
 * Java type: net.opengis.sensorML.x101.ArrayLinkDocument
 *
 * Automatically generated - do not modify.
 */
package net.opengis.sensorML.x101;


/**
 * A document containing one ArrayLink(@http://www.opengis.net/sensorML/1.0.1) element.
 *
 * This is a complex type.
 */
public interface ArrayLinkDocument extends org.apache.xmlbeans.XmlObject
{
    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
        org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ArrayLinkDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEB0FC1BDE05FBD7D4C83773E1B907A2D").resolveHandle("arraylink95bcdoctype");
    
    /**
     * Gets the "ArrayLink" element
     */
    net.opengis.sensorML.x101.ArrayLinkDocument.ArrayLink getArrayLink();
    
    /**
     * Sets the "ArrayLink" element
     */
    void setArrayLink(net.opengis.sensorML.x101.ArrayLinkDocument.ArrayLink arrayLink);
    
    /**
     * Appends and returns a new empty "ArrayLink" element
     */
    net.opengis.sensorML.x101.ArrayLinkDocument.ArrayLink addNewArrayLink();
    
    /**
     * An XML ArrayLink(@http://www.opengis.net/sensorML/1.0.1).
     *
     * This is a complex type.
     */
    public interface ArrayLink extends org.apache.xmlbeans.XmlObject
    {
        public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
            org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ArrayLink.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEB0FC1BDE05FBD7D4C83773E1B907A2D").resolveHandle("arraylinkec3belemtype");
        
        /**
         * Gets the "sourceArray" element
         */
        net.opengis.sensorML.x101.ArrayLinkDocument.ArrayLink.SourceArray getSourceArray1();
        
        /**
         * True if has "sourceArray" element
         */
        boolean isSetSourceArray1();
        
        /**
         * Sets the "sourceArray" element
         */
        void setSourceArray1(net.opengis.sensorML.x101.ArrayLinkDocument.ArrayLink.SourceArray sourceArray1);
        
        /**
         * Appends and returns a new empty "sourceArray" element
         */
        net.opengis.sensorML.x101.ArrayLinkDocument.ArrayLink.SourceArray addNewSourceArray1();
        
        /**
         * Unsets the "sourceArray" element
         */
        void unsetSourceArray1();
        
        /**
         * Gets array of all "destinationIndex" elements
         */
        net.opengis.sensorML.x101.ArrayLinkDocument.ArrayLink.DestinationIndex[] getDestinationIndexArray();
        
        /**
         * Gets ith "destinationIndex" element
         */
        net.opengis.sensorML.x101.ArrayLinkDocument.ArrayLink.DestinationIndex getDestinationIndexArray(int i);
        
        /**
         * Returns number of "destinationIndex" element
         */
        int sizeOfDestinationIndexArray();
        
        /**
         * Sets array of all "destinationIndex" element
         */
        void setDestinationIndexArray(net.opengis.sensorML.x101.ArrayLinkDocument.ArrayLink.DestinationIndex[] destinationIndexArray);
        
        /**
         * Sets ith "destinationIndex" element
         */
        void setDestinationIndexArray(int i, net.opengis.sensorML.x101.ArrayLinkDocument.ArrayLink.DestinationIndex destinationIndex);
        
        /**
         * Inserts and returns a new empty value (as xml) as the ith "destinationIndex" element
         */
        net.opengis.sensorML.x101.ArrayLinkDocument.ArrayLink.DestinationIndex insertNewDestinationIndex(int i);
        
        /**
         * Appends and returns a new empty value (as xml) as the last "destinationIndex" element
         */
        net.opengis.sensorML.x101.ArrayLinkDocument.ArrayLink.DestinationIndex addNewDestinationIndex();
        
        /**
         * Removes the ith "destinationIndex" element
         */
        void removeDestinationIndex(int i);
        
        /**
         * Gets the "destinationArray" element
         */
        net.opengis.sensorML.x101.ArrayLinkDocument.ArrayLink.DestinationArray getDestinationArray1();
        
        /**
         * True if has "destinationArray" element
         */
        boolean isSetDestinationArray1();
        
        /**
         * Sets the "destinationArray" element
         */
        void setDestinationArray1(net.opengis.sensorML.x101.ArrayLinkDocument.ArrayLink.DestinationArray destinationArray1);
        
        /**
         * Appends and returns a new empty "destinationArray" element
         */
        net.opengis.sensorML.x101.ArrayLinkDocument.ArrayLink.DestinationArray addNewDestinationArray1();
        
        /**
         * Unsets the "destinationArray" element
         */
        void unsetDestinationArray1();
        
        /**
         * Gets the "sourceIndex" element
         */
        net.opengis.sensorML.x101.ArrayLinkDocument.ArrayLink.SourceIndex getSourceIndex();
        
        /**
         * True if has "sourceIndex" element
         */
        boolean isSetSourceIndex();
        
        /**
         * Sets the "sourceIndex" element
         */
        void setSourceIndex(net.opengis.sensorML.x101.ArrayLinkDocument.ArrayLink.SourceIndex sourceIndex);
        
        /**
         * Appends and returns a new empty "sourceIndex" element
         */
        net.opengis.sensorML.x101.ArrayLinkDocument.ArrayLink.SourceIndex addNewSourceIndex();
        
        /**
         * Unsets the "sourceIndex" element
         */
        void unsetSourceIndex();
        
        /**
         * Gets array of all "connection" elements
         */
        net.opengis.sensorML.x101.ConnectionDocument.Connection[] getConnectionArray();
        
        /**
         * Gets ith "connection" element
         */
        net.opengis.sensorML.x101.ConnectionDocument.Connection getConnectionArray(int i);
        
        /**
         * Returns number of "connection" element
         */
        int sizeOfConnectionArray();
        
        /**
         * Sets array of all "connection" element
         */
        void setConnectionArray(net.opengis.sensorML.x101.ConnectionDocument.Connection[] connectionArray);
        
        /**
         * Sets ith "connection" element
         */
        void setConnectionArray(int i, net.opengis.sensorML.x101.ConnectionDocument.Connection connection);
        
        /**
         * Inserts and returns a new empty value (as xml) as the ith "connection" element
         */
        net.opengis.sensorML.x101.ConnectionDocument.Connection insertNewConnection(int i);
        
        /**
         * Appends and returns a new empty value (as xml) as the last "connection" element
         */
        net.opengis.sensorML.x101.ConnectionDocument.Connection addNewConnection();
        
        /**
         * Removes the ith "connection" element
         */
        void removeConnection(int i);
        
        /**
         * An XML sourceArray(@http://www.opengis.net/sensorML/1.0.1).
         *
         * This is a complex type.
         */
        public interface SourceArray extends org.apache.xmlbeans.XmlObject
        {
            public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
                org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(SourceArray.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEB0FC1BDE05FBD7D4C83773E1B907A2D").resolveHandle("sourcearray8a25elemtype");
            
            /**
             * Gets the "ref" attribute
             */
            java.lang.String getRef();
            
            /**
             * Gets (as xml) the "ref" attribute
             */
            net.opengis.sensorML.x101.LinkRef xgetRef();
            
            /**
             * True if has "ref" attribute
             */
            boolean isSetRef();
            
            /**
             * Sets the "ref" attribute
             */
            void setRef(java.lang.String ref);
            
            /**
             * Sets (as xml) the "ref" attribute
             */
            void xsetRef(net.opengis.sensorML.x101.LinkRef ref);
            
            /**
             * Unsets the "ref" attribute
             */
            void unsetRef();
            
            /**
             * A factory class with static methods for creating instances
             * of this type.
             */
            
            public static final class Factory
            {
                public static net.opengis.sensorML.x101.ArrayLinkDocument.ArrayLink.SourceArray newInstance() {
                  return (net.opengis.sensorML.x101.ArrayLinkDocument.ArrayLink.SourceArray) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
                
                public static net.opengis.sensorML.x101.ArrayLinkDocument.ArrayLink.SourceArray newInstance(org.apache.xmlbeans.XmlOptions options) {
                  return (net.opengis.sensorML.x101.ArrayLinkDocument.ArrayLink.SourceArray) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
                
                private Factory() { } // No instance of this class allowed
            }
        }
        
        /**
         * An XML destinationIndex(@http://www.opengis.net/sensorML/1.0.1).
         *
         * This is a complex type.
         */
        public interface DestinationIndex extends org.apache.xmlbeans.XmlObject
        {
            public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
                org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(DestinationIndex.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEB0FC1BDE05FBD7D4C83773E1B907A2D").resolveHandle("destinationindex923belemtype");
            
            /**
             * Gets the "ref" attribute
             */
            java.lang.String getRef();
            
            /**
             * Gets (as xml) the "ref" attribute
             */
            net.opengis.sensorML.x101.LinkRef xgetRef();
            
            /**
             * True if has "ref" attribute
             */
            boolean isSetRef();
            
            /**
             * Sets the "ref" attribute
             */
            void setRef(java.lang.String ref);
            
            /**
             * Sets (as xml) the "ref" attribute
             */
            void xsetRef(net.opengis.sensorML.x101.LinkRef ref);
            
            /**
             * Unsets the "ref" attribute
             */
            void unsetRef();
            
            /**
             * A factory class with static methods for creating instances
             * of this type.
             */
            
            public static final class Factory
            {
                public static net.opengis.sensorML.x101.ArrayLinkDocument.ArrayLink.DestinationIndex newInstance() {
                  return (net.opengis.sensorML.x101.ArrayLinkDocument.ArrayLink.DestinationIndex) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
                
                public static net.opengis.sensorML.x101.ArrayLinkDocument.ArrayLink.DestinationIndex newInstance(org.apache.xmlbeans.XmlOptions options) {
                  return (net.opengis.sensorML.x101.ArrayLinkDocument.ArrayLink.DestinationIndex) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
                
                private Factory() { } // No instance of this class allowed
            }
        }
        
        /**
         * An XML destinationArray(@http://www.opengis.net/sensorML/1.0.1).
         *
         * This is a complex type.
         */
        public interface DestinationArray extends org.apache.xmlbeans.XmlObject
        {
            public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
                org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(DestinationArray.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEB0FC1BDE05FBD7D4C83773E1B907A2D").resolveHandle("destinationarrayd982elemtype");
            
            /**
             * Gets the "ref" attribute
             */
            java.lang.String getRef();
            
            /**
             * Gets (as xml) the "ref" attribute
             */
            net.opengis.sensorML.x101.LinkRef xgetRef();
            
            /**
             * True if has "ref" attribute
             */
            boolean isSetRef();
            
            /**
             * Sets the "ref" attribute
             */
            void setRef(java.lang.String ref);
            
            /**
             * Sets (as xml) the "ref" attribute
             */
            void xsetRef(net.opengis.sensorML.x101.LinkRef ref);
            
            /**
             * Unsets the "ref" attribute
             */
            void unsetRef();
            
            /**
             * A factory class with static methods for creating instances
             * of this type.
             */
            
            public static final class Factory
            {
                public static net.opengis.sensorML.x101.ArrayLinkDocument.ArrayLink.DestinationArray newInstance() {
                  return (net.opengis.sensorML.x101.ArrayLinkDocument.ArrayLink.DestinationArray) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
                
                public static net.opengis.sensorML.x101.ArrayLinkDocument.ArrayLink.DestinationArray newInstance(org.apache.xmlbeans.XmlOptions options) {
                  return (net.opengis.sensorML.x101.ArrayLinkDocument.ArrayLink.DestinationArray) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
                
                private Factory() { } // No instance of this class allowed
            }
        }
        
        /**
         * An XML sourceIndex(@http://www.opengis.net/sensorML/1.0.1).
         *
         * This is a complex type.
         */
        public interface SourceIndex extends org.apache.xmlbeans.XmlObject
        {
            public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
                org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(SourceIndex.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEB0FC1BDE05FBD7D4C83773E1B907A2D").resolveHandle("sourceindex42deelemtype");
            
            /**
             * Gets the "ref" attribute
             */
            java.lang.String getRef();
            
            /**
             * Gets (as xml) the "ref" attribute
             */
            net.opengis.sensorML.x101.LinkRef xgetRef();
            
            /**
             * True if has "ref" attribute
             */
            boolean isSetRef();
            
            /**
             * Sets the "ref" attribute
             */
            void setRef(java.lang.String ref);
            
            /**
             * Sets (as xml) the "ref" attribute
             */
            void xsetRef(net.opengis.sensorML.x101.LinkRef ref);
            
            /**
             * Unsets the "ref" attribute
             */
            void unsetRef();
            
            /**
             * A factory class with static methods for creating instances
             * of this type.
             */
            
            public static final class Factory
            {
                public static net.opengis.sensorML.x101.ArrayLinkDocument.ArrayLink.SourceIndex newInstance() {
                  return (net.opengis.sensorML.x101.ArrayLinkDocument.ArrayLink.SourceIndex) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
                
                public static net.opengis.sensorML.x101.ArrayLinkDocument.ArrayLink.SourceIndex newInstance(org.apache.xmlbeans.XmlOptions options) {
                  return (net.opengis.sensorML.x101.ArrayLinkDocument.ArrayLink.SourceIndex) 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 net.opengis.sensorML.x101.ArrayLinkDocument.ArrayLink newInstance() {
              return (net.opengis.sensorML.x101.ArrayLinkDocument.ArrayLink) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
            
            public static net.opengis.sensorML.x101.ArrayLinkDocument.ArrayLink newInstance(org.apache.xmlbeans.XmlOptions options) {
              return (net.opengis.sensorML.x101.ArrayLinkDocument.ArrayLink) 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 net.opengis.sensorML.x101.ArrayLinkDocument newInstance() {
          return (net.opengis.sensorML.x101.ArrayLinkDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
        
        public static net.opengis.sensorML.x101.ArrayLinkDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
          return (net.opengis.sensorML.x101.ArrayLinkDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
        
        /** @param xmlAsString the string value to parse */
        public static net.opengis.sensorML.x101.ArrayLinkDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
          return (net.opengis.sensorML.x101.ArrayLinkDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
        
        public static net.opengis.sensorML.x101.ArrayLinkDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (net.opengis.sensorML.x101.ArrayLinkDocument) 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.x101.ArrayLinkDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (net.opengis.sensorML.x101.ArrayLinkDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
        
        public static net.opengis.sensorML.x101.ArrayLinkDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (net.opengis.sensorML.x101.ArrayLinkDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
        
        public static net.opengis.sensorML.x101.ArrayLinkDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (net.opengis.sensorML.x101.ArrayLinkDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
        
        public static net.opengis.sensorML.x101.ArrayLinkDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (net.opengis.sensorML.x101.ArrayLinkDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
        
        public static net.opengis.sensorML.x101.ArrayLinkDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (net.opengis.sensorML.x101.ArrayLinkDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
        
        public static net.opengis.sensorML.x101.ArrayLinkDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (net.opengis.sensorML.x101.ArrayLinkDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
        
        public static net.opengis.sensorML.x101.ArrayLinkDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (net.opengis.sensorML.x101.ArrayLinkDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
        
        public static net.opengis.sensorML.x101.ArrayLinkDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (net.opengis.sensorML.x101.ArrayLinkDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
        
        public static net.opengis.sensorML.x101.ArrayLinkDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
          return (net.opengis.sensorML.x101.ArrayLinkDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
        
        public static net.opengis.sensorML.x101.ArrayLinkDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (net.opengis.sensorML.x101.ArrayLinkDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
        
        public static net.opengis.sensorML.x101.ArrayLinkDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
          return (net.opengis.sensorML.x101.ArrayLinkDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
        
        public static net.opengis.sensorML.x101.ArrayLinkDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (net.opengis.sensorML.x101.ArrayLinkDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
        public static net.opengis.sensorML.x101.ArrayLinkDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
          return (net.opengis.sensorML.x101.ArrayLinkDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
        public static net.opengis.sensorML.x101.ArrayLinkDocument 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.x101.ArrayLinkDocument) 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 - 2025 Weber Informatics LLC | Privacy Policy