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

net.opengis.sensorML.x10.ContactListDocument Maven / Gradle / Ivy

The newest version!
/*
 * An XML document type.
 * Localname: ContactList
 * Namespace: http://www.opengis.net/sensorML/1.0
 * Java type: net.opengis.sensorML.x10.ContactListDocument
 *
 * Automatically generated - do not modify.
 */
package net.opengis.sensorML.x10;


/**
 * A document containing one ContactList(@http://www.opengis.net/sensorML/1.0) element.
 *
 * This is a complex type.
 */
public interface ContactListDocument extends org.apache.xmlbeans.XmlObject
{
    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
        org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ContactListDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s27BEE80D2E6A73C2EADD29869F3A6615").resolveHandle("contactlistf1e4doctype");
    
    /**
     * Gets the "ContactList" element
     */
    net.opengis.sensorML.x10.ContactListDocument.ContactList getContactList();
    
    /**
     * Sets the "ContactList" element
     */
    void setContactList(net.opengis.sensorML.x10.ContactListDocument.ContactList contactList);
    
    /**
     * Appends and returns a new empty "ContactList" element
     */
    net.opengis.sensorML.x10.ContactListDocument.ContactList addNewContactList();
    
    /**
     * An XML ContactList(@http://www.opengis.net/sensorML/1.0).
     *
     * This is a complex type.
     */
    public interface ContactList extends org.apache.xmlbeans.XmlObject
    {
        public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
            org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ContactList.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s27BEE80D2E6A73C2EADD29869F3A6615").resolveHandle("contactlist9c8eelemtype");
        
        /**
         * Gets the "description" element
         */
        net.opengis.gml.StringOrRefType getDescription();
        
        /**
         * True if has "description" element
         */
        boolean isSetDescription();
        
        /**
         * Sets the "description" element
         */
        void setDescription(net.opengis.gml.StringOrRefType description);
        
        /**
         * Appends and returns a new empty "description" element
         */
        net.opengis.gml.StringOrRefType addNewDescription();
        
        /**
         * Unsets the "description" element
         */
        void unsetDescription();
        
        /**
         * Gets array of all "member" elements
         */
        net.opengis.sensorML.x10.ContactListDocument.ContactList.Member[] getMemberArray();
        
        /**
         * Gets ith "member" element
         */
        net.opengis.sensorML.x10.ContactListDocument.ContactList.Member getMemberArray(int i);
        
        /**
         * Returns number of "member" element
         */
        int sizeOfMemberArray();
        
        /**
         * Sets array of all "member" element
         */
        void setMemberArray(net.opengis.sensorML.x10.ContactListDocument.ContactList.Member[] memberArray);
        
        /**
         * Sets ith "member" element
         */
        void setMemberArray(int i, net.opengis.sensorML.x10.ContactListDocument.ContactList.Member member);
        
        /**
         * Inserts and returns a new empty value (as xml) as the ith "member" element
         */
        net.opengis.sensorML.x10.ContactListDocument.ContactList.Member insertNewMember(int i);
        
        /**
         * Appends and returns a new empty value (as xml) as the last "member" element
         */
        net.opengis.sensorML.x10.ContactListDocument.ContactList.Member addNewMember();
        
        /**
         * Removes the ith "member" element
         */
        void removeMember(int i);
        
        /**
         * Gets the "id" attribute
         */
        java.lang.String getId();
        
        /**
         * Gets (as xml) the "id" attribute
         */
        org.apache.xmlbeans.XmlID xgetId();
        
        /**
         * True if has "id" attribute
         */
        boolean isSetId();
        
        /**
         * Sets the "id" attribute
         */
        void setId(java.lang.String id);
        
        /**
         * Sets (as xml) the "id" attribute
         */
        void xsetId(org.apache.xmlbeans.XmlID id);
        
        /**
         * Unsets the "id" attribute
         */
        void unsetId();
        
        /**
         * An XML member(@http://www.opengis.net/sensorML/1.0).
         *
         * This is a complex type.
         */
        public interface Member extends org.apache.xmlbeans.XmlObject
        {
            public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
                org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Member.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s27BEE80D2E6A73C2EADD29869F3A6615").resolveHandle("memberadc4elemtype");
            
            /**
             * Gets the "Person" element
             */
            net.opengis.sensorML.x10.PersonDocument.Person getPerson();
            
            /**
             * True if has "Person" element
             */
            boolean isSetPerson();
            
            /**
             * Sets the "Person" element
             */
            void setPerson(net.opengis.sensorML.x10.PersonDocument.Person person);
            
            /**
             * Appends and returns a new empty "Person" element
             */
            net.opengis.sensorML.x10.PersonDocument.Person addNewPerson();
            
            /**
             * Unsets the "Person" element
             */
            void unsetPerson();
            
            /**
             * Gets the "ResponsibleParty" element
             */
            net.opengis.sensorML.x10.ResponsiblePartyDocument.ResponsibleParty getResponsibleParty();
            
            /**
             * True if has "ResponsibleParty" element
             */
            boolean isSetResponsibleParty();
            
            /**
             * Sets the "ResponsibleParty" element
             */
            void setResponsibleParty(net.opengis.sensorML.x10.ResponsiblePartyDocument.ResponsibleParty responsibleParty);
            
            /**
             * Appends and returns a new empty "ResponsibleParty" element
             */
            net.opengis.sensorML.x10.ResponsiblePartyDocument.ResponsibleParty addNewResponsibleParty();
            
            /**
             * Unsets the "ResponsibleParty" element
             */
            void unsetResponsibleParty();
            
            /**
             * Gets the "type" attribute
             */
            org.w3.x1999.xlink.TypeType.Enum getType();
            
            /**
             * Gets (as xml) the "type" attribute
             */
            org.w3.x1999.xlink.TypeType xgetType();
            
            /**
             * True if has "type" attribute
             */
            boolean isSetType();
            
            /**
             * Sets the "type" attribute
             */
            void setType(org.w3.x1999.xlink.TypeType.Enum type);
            
            /**
             * Sets (as xml) the "type" attribute
             */
            void xsetType(org.w3.x1999.xlink.TypeType type);
            
            /**
             * Unsets the "type" attribute
             */
            void unsetType();
            
            /**
             * Gets the "href" attribute
             */
            java.lang.String getHref();
            
            /**
             * Gets (as xml) the "href" attribute
             */
            org.w3.x1999.xlink.HrefType xgetHref();
            
            /**
             * True if has "href" attribute
             */
            boolean isSetHref();
            
            /**
             * Sets the "href" attribute
             */
            void setHref(java.lang.String href);
            
            /**
             * Sets (as xml) the "href" attribute
             */
            void xsetHref(org.w3.x1999.xlink.HrefType href);
            
            /**
             * Unsets the "href" attribute
             */
            void unsetHref();
            
            /**
             * Gets the "role" attribute
             */
            java.lang.String getRole();
            
            /**
             * Gets (as xml) the "role" attribute
             */
            org.w3.x1999.xlink.RoleType xgetRole();
            
            /**
             * True if has "role" attribute
             */
            boolean isSetRole();
            
            /**
             * Sets the "role" attribute
             */
            void setRole(java.lang.String role);
            
            /**
             * Sets (as xml) the "role" attribute
             */
            void xsetRole(org.w3.x1999.xlink.RoleType role);
            
            /**
             * Unsets the "role" attribute
             */
            void unsetRole();
            
            /**
             * Gets the "arcrole" attribute
             */
            java.lang.String getArcrole();
            
            /**
             * Gets (as xml) the "arcrole" attribute
             */
            org.w3.x1999.xlink.ArcroleType xgetArcrole();
            
            /**
             * True if has "arcrole" attribute
             */
            boolean isSetArcrole();
            
            /**
             * Sets the "arcrole" attribute
             */
            void setArcrole(java.lang.String arcrole);
            
            /**
             * Sets (as xml) the "arcrole" attribute
             */
            void xsetArcrole(org.w3.x1999.xlink.ArcroleType arcrole);
            
            /**
             * Unsets the "arcrole" attribute
             */
            void unsetArcrole();
            
            /**
             * Gets the "title" attribute
             */
            java.lang.String getTitle();
            
            /**
             * Gets (as xml) the "title" attribute
             */
            org.w3.x1999.xlink.TitleAttrType xgetTitle();
            
            /**
             * True if has "title" attribute
             */
            boolean isSetTitle();
            
            /**
             * Sets the "title" attribute
             */
            void setTitle(java.lang.String title);
            
            /**
             * Sets (as xml) the "title" attribute
             */
            void xsetTitle(org.w3.x1999.xlink.TitleAttrType title);
            
            /**
             * Unsets the "title" attribute
             */
            void unsetTitle();
            
            /**
             * Gets the "show" attribute
             */
            org.w3.x1999.xlink.ShowType.Enum getShow();
            
            /**
             * Gets (as xml) the "show" attribute
             */
            org.w3.x1999.xlink.ShowType xgetShow();
            
            /**
             * True if has "show" attribute
             */
            boolean isSetShow();
            
            /**
             * Sets the "show" attribute
             */
            void setShow(org.w3.x1999.xlink.ShowType.Enum show);
            
            /**
             * Sets (as xml) the "show" attribute
             */
            void xsetShow(org.w3.x1999.xlink.ShowType show);
            
            /**
             * Unsets the "show" attribute
             */
            void unsetShow();
            
            /**
             * Gets the "actuate" attribute
             */
            org.w3.x1999.xlink.ActuateType.Enum getActuate();
            
            /**
             * Gets (as xml) the "actuate" attribute
             */
            org.w3.x1999.xlink.ActuateType xgetActuate();
            
            /**
             * True if has "actuate" attribute
             */
            boolean isSetActuate();
            
            /**
             * Sets the "actuate" attribute
             */
            void setActuate(org.w3.x1999.xlink.ActuateType.Enum actuate);
            
            /**
             * Sets (as xml) the "actuate" attribute
             */
            void xsetActuate(org.w3.x1999.xlink.ActuateType actuate);
            
            /**
             * Unsets the "actuate" attribute
             */
            void unsetActuate();
            
            /**
             * Gets the "remoteSchema" attribute
             */
            java.lang.String getRemoteSchema();
            
            /**
             * Gets (as xml) the "remoteSchema" attribute
             */
            org.apache.xmlbeans.XmlAnyURI xgetRemoteSchema();
            
            /**
             * True if has "remoteSchema" attribute
             */
            boolean isSetRemoteSchema();
            
            /**
             * Sets the "remoteSchema" attribute
             */
            void setRemoteSchema(java.lang.String remoteSchema);
            
            /**
             * Sets (as xml) the "remoteSchema" attribute
             */
            void xsetRemoteSchema(org.apache.xmlbeans.XmlAnyURI remoteSchema);
            
            /**
             * Unsets the "remoteSchema" attribute
             */
            void unsetRemoteSchema();
            
            /**
             * A factory class with static methods for creating instances
             * of this type.
             */
            
            public static final class Factory
            {
                public static net.opengis.sensorML.x10.ContactListDocument.ContactList.Member newInstance() {
                  return (net.opengis.sensorML.x10.ContactListDocument.ContactList.Member) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
                
                public static net.opengis.sensorML.x10.ContactListDocument.ContactList.Member newInstance(org.apache.xmlbeans.XmlOptions options) {
                  return (net.opengis.sensorML.x10.ContactListDocument.ContactList.Member) 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.x10.ContactListDocument.ContactList newInstance() {
              return (net.opengis.sensorML.x10.ContactListDocument.ContactList) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
            
            public static net.opengis.sensorML.x10.ContactListDocument.ContactList newInstance(org.apache.xmlbeans.XmlOptions options) {
              return (net.opengis.sensorML.x10.ContactListDocument.ContactList) 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.x10.ContactListDocument newInstance() {
          return (net.opengis.sensorML.x10.ContactListDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
        
        public static net.opengis.sensorML.x10.ContactListDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
          return (net.opengis.sensorML.x10.ContactListDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
        
        /** @param xmlAsString the string value to parse */
        public static net.opengis.sensorML.x10.ContactListDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
          return (net.opengis.sensorML.x10.ContactListDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
        
        public static net.opengis.sensorML.x10.ContactListDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (net.opengis.sensorML.x10.ContactListDocument) 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.x10.ContactListDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (net.opengis.sensorML.x10.ContactListDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
        
        public static net.opengis.sensorML.x10.ContactListDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (net.opengis.sensorML.x10.ContactListDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
        
        public static net.opengis.sensorML.x10.ContactListDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (net.opengis.sensorML.x10.ContactListDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
        
        public static net.opengis.sensorML.x10.ContactListDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (net.opengis.sensorML.x10.ContactListDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
        
        public static net.opengis.sensorML.x10.ContactListDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (net.opengis.sensorML.x10.ContactListDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
        
        public static net.opengis.sensorML.x10.ContactListDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (net.opengis.sensorML.x10.ContactListDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
        
        public static net.opengis.sensorML.x10.ContactListDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (net.opengis.sensorML.x10.ContactListDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
        
        public static net.opengis.sensorML.x10.ContactListDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (net.opengis.sensorML.x10.ContactListDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
        
        public static net.opengis.sensorML.x10.ContactListDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
          return (net.opengis.sensorML.x10.ContactListDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
        
        public static net.opengis.sensorML.x10.ContactListDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (net.opengis.sensorML.x10.ContactListDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
        
        public static net.opengis.sensorML.x10.ContactListDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
          return (net.opengis.sensorML.x10.ContactListDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
        
        public static net.opengis.sensorML.x10.ContactListDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (net.opengis.sensorML.x10.ContactListDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
        public static net.opengis.sensorML.x10.ContactListDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
          return (net.opengis.sensorML.x10.ContactListDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
        public static net.opengis.sensorML.x10.ContactListDocument 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.x10.ContactListDocument) 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