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

x0.oasisNamesTcCiqXsdschemaXAL2.AdministrativeAreaDocument Maven / Gradle / Ivy

There is a newer version: 2.7.0
Show newest version
/*
 * An XML document type.
 * Localname: AdministrativeArea
 * Namespace: urn:oasis:names:tc:ciq:xsdschema:xAL:2.0
 * Java type: x0.oasisNamesTcCiqXsdschemaXAL2.AdministrativeAreaDocument
 *
 * Automatically generated - do not modify.
 */
package x0.oasisNamesTcCiqXsdschemaXAL2;


/**
 * A document containing one AdministrativeArea(@urn:oasis:names:tc:ciq:xsdschema:xAL:2.0) element.
 *
 * This is a complex type.
 */
public interface AdministrativeAreaDocument extends org.apache.xmlbeans.XmlObject
{
    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
        org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(AdministrativeAreaDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s3CA567B61847770712CB2EAAB87EE0AF").resolveHandle("administrativearea6c09doctype");
    
    /**
     * Gets the "AdministrativeArea" element
     */
    x0.oasisNamesTcCiqXsdschemaXAL2.AdministrativeAreaDocument.AdministrativeArea getAdministrativeArea();
    
    /**
     * Sets the "AdministrativeArea" element
     */
    void setAdministrativeArea(x0.oasisNamesTcCiqXsdschemaXAL2.AdministrativeAreaDocument.AdministrativeArea administrativeArea);
    
    /**
     * Appends and returns a new empty "AdministrativeArea" element
     */
    x0.oasisNamesTcCiqXsdschemaXAL2.AdministrativeAreaDocument.AdministrativeArea addNewAdministrativeArea();
    
    /**
     * An XML AdministrativeArea(@urn:oasis:names:tc:ciq:xsdschema:xAL:2.0).
     *
     * This is a complex type.
     */
    public interface AdministrativeArea extends org.apache.xmlbeans.XmlObject
    {
        public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
            org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(AdministrativeArea.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s3CA567B61847770712CB2EAAB87EE0AF").resolveHandle("administrativeareafb60elemtype");
        
        /**
         * Gets array of all "AddressLine" elements
         */
        x0.oasisNamesTcCiqXsdschemaXAL2.AddressLineDocument.AddressLine[] getAddressLineArray();
        
        /**
         * Gets ith "AddressLine" element
         */
        x0.oasisNamesTcCiqXsdschemaXAL2.AddressLineDocument.AddressLine getAddressLineArray(int i);
        
        /**
         * Returns number of "AddressLine" element
         */
        int sizeOfAddressLineArray();
        
        /**
         * Sets array of all "AddressLine" element
         */
        void setAddressLineArray(x0.oasisNamesTcCiqXsdschemaXAL2.AddressLineDocument.AddressLine[] addressLineArray);
        
        /**
         * Sets ith "AddressLine" element
         */
        void setAddressLineArray(int i, x0.oasisNamesTcCiqXsdschemaXAL2.AddressLineDocument.AddressLine addressLine);
        
        /**
         * Inserts and returns a new empty value (as xml) as the ith "AddressLine" element
         */
        x0.oasisNamesTcCiqXsdschemaXAL2.AddressLineDocument.AddressLine insertNewAddressLine(int i);
        
        /**
         * Appends and returns a new empty value (as xml) as the last "AddressLine" element
         */
        x0.oasisNamesTcCiqXsdschemaXAL2.AddressLineDocument.AddressLine addNewAddressLine();
        
        /**
         * Removes the ith "AddressLine" element
         */
        void removeAddressLine(int i);
        
        /**
         * Gets array of all "AdministrativeAreaName" elements
         */
        x0.oasisNamesTcCiqXsdschemaXAL2.AdministrativeAreaDocument.AdministrativeArea.AdministrativeAreaName[] getAdministrativeAreaNameArray();
        
        /**
         * Gets ith "AdministrativeAreaName" element
         */
        x0.oasisNamesTcCiqXsdschemaXAL2.AdministrativeAreaDocument.AdministrativeArea.AdministrativeAreaName getAdministrativeAreaNameArray(int i);
        
        /**
         * Returns number of "AdministrativeAreaName" element
         */
        int sizeOfAdministrativeAreaNameArray();
        
        /**
         * Sets array of all "AdministrativeAreaName" element
         */
        void setAdministrativeAreaNameArray(x0.oasisNamesTcCiqXsdschemaXAL2.AdministrativeAreaDocument.AdministrativeArea.AdministrativeAreaName[] administrativeAreaNameArray);
        
        /**
         * Sets ith "AdministrativeAreaName" element
         */
        void setAdministrativeAreaNameArray(int i, x0.oasisNamesTcCiqXsdschemaXAL2.AdministrativeAreaDocument.AdministrativeArea.AdministrativeAreaName administrativeAreaName);
        
        /**
         * Inserts and returns a new empty value (as xml) as the ith "AdministrativeAreaName" element
         */
        x0.oasisNamesTcCiqXsdschemaXAL2.AdministrativeAreaDocument.AdministrativeArea.AdministrativeAreaName insertNewAdministrativeAreaName(int i);
        
        /**
         * Appends and returns a new empty value (as xml) as the last "AdministrativeAreaName" element
         */
        x0.oasisNamesTcCiqXsdschemaXAL2.AdministrativeAreaDocument.AdministrativeArea.AdministrativeAreaName addNewAdministrativeAreaName();
        
        /**
         * Removes the ith "AdministrativeAreaName" element
         */
        void removeAdministrativeAreaName(int i);
        
        /**
         * Gets the "SubAdministrativeArea" element
         */
        x0.oasisNamesTcCiqXsdschemaXAL2.AdministrativeAreaDocument.AdministrativeArea.SubAdministrativeArea getSubAdministrativeArea();
        
        /**
         * True if has "SubAdministrativeArea" element
         */
        boolean isSetSubAdministrativeArea();
        
        /**
         * Sets the "SubAdministrativeArea" element
         */
        void setSubAdministrativeArea(x0.oasisNamesTcCiqXsdschemaXAL2.AdministrativeAreaDocument.AdministrativeArea.SubAdministrativeArea subAdministrativeArea);
        
        /**
         * Appends and returns a new empty "SubAdministrativeArea" element
         */
        x0.oasisNamesTcCiqXsdschemaXAL2.AdministrativeAreaDocument.AdministrativeArea.SubAdministrativeArea addNewSubAdministrativeArea();
        
        /**
         * Unsets the "SubAdministrativeArea" element
         */
        void unsetSubAdministrativeArea();
        
        /**
         * Gets the "Locality" element
         */
        x0.oasisNamesTcCiqXsdschemaXAL2.LocalityDocument.Locality getLocality();
        
        /**
         * True if has "Locality" element
         */
        boolean isSetLocality();
        
        /**
         * Sets the "Locality" element
         */
        void setLocality(x0.oasisNamesTcCiqXsdschemaXAL2.LocalityDocument.Locality locality);
        
        /**
         * Appends and returns a new empty "Locality" element
         */
        x0.oasisNamesTcCiqXsdschemaXAL2.LocalityDocument.Locality addNewLocality();
        
        /**
         * Unsets the "Locality" element
         */
        void unsetLocality();
        
        /**
         * Gets the "PostOffice" element
         */
        x0.oasisNamesTcCiqXsdschemaXAL2.PostOfficeDocument.PostOffice getPostOffice();
        
        /**
         * True if has "PostOffice" element
         */
        boolean isSetPostOffice();
        
        /**
         * Sets the "PostOffice" element
         */
        void setPostOffice(x0.oasisNamesTcCiqXsdschemaXAL2.PostOfficeDocument.PostOffice postOffice);
        
        /**
         * Appends and returns a new empty "PostOffice" element
         */
        x0.oasisNamesTcCiqXsdschemaXAL2.PostOfficeDocument.PostOffice addNewPostOffice();
        
        /**
         * Unsets the "PostOffice" element
         */
        void unsetPostOffice();
        
        /**
         * Gets the "PostalCode" element
         */
        x0.oasisNamesTcCiqXsdschemaXAL2.PostalCodeDocument.PostalCode getPostalCode();
        
        /**
         * True if has "PostalCode" element
         */
        boolean isSetPostalCode();
        
        /**
         * Sets the "PostalCode" element
         */
        void setPostalCode(x0.oasisNamesTcCiqXsdschemaXAL2.PostalCodeDocument.PostalCode postalCode);
        
        /**
         * Appends and returns a new empty "PostalCode" element
         */
        x0.oasisNamesTcCiqXsdschemaXAL2.PostalCodeDocument.PostalCode addNewPostalCode();
        
        /**
         * Unsets the "PostalCode" element
         */
        void unsetPostalCode();
        
        /**
         * Gets the "Type" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getType();
        
        /**
         * True if has "Type" attribute
         */
        boolean isSetType();
        
        /**
         * Sets the "Type" attribute
         */
        void setType(org.apache.xmlbeans.XmlAnySimpleType type);
        
        /**
         * Appends and returns a new empty "Type" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewType();
        
        /**
         * Unsets the "Type" attribute
         */
        void unsetType();
        
        /**
         * Gets the "UsageType" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getUsageType();
        
        /**
         * True if has "UsageType" attribute
         */
        boolean isSetUsageType();
        
        /**
         * Sets the "UsageType" attribute
         */
        void setUsageType(org.apache.xmlbeans.XmlAnySimpleType usageType);
        
        /**
         * Appends and returns a new empty "UsageType" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewUsageType();
        
        /**
         * Unsets the "UsageType" attribute
         */
        void unsetUsageType();
        
        /**
         * Gets the "Indicator" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getIndicator();
        
        /**
         * True if has "Indicator" attribute
         */
        boolean isSetIndicator();
        
        /**
         * Sets the "Indicator" attribute
         */
        void setIndicator(org.apache.xmlbeans.XmlAnySimpleType indicator);
        
        /**
         * Appends and returns a new empty "Indicator" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewIndicator();
        
        /**
         * Unsets the "Indicator" attribute
         */
        void unsetIndicator();
        
        /**
         * An XML AdministrativeAreaName(@urn:oasis:names:tc:ciq:xsdschema:xAL:2.0).
         *
         * This is a complex type.
         */
        public interface AdministrativeAreaName extends org.apache.xmlbeans.XmlObject
        {
            public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
                org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(AdministrativeAreaName.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s3CA567B61847770712CB2EAAB87EE0AF").resolveHandle("administrativeareaname055eelemtype");
            
            /**
             * Gets the "Type" attribute
             */
            org.apache.xmlbeans.XmlAnySimpleType getType();
            
            /**
             * True if has "Type" attribute
             */
            boolean isSetType();
            
            /**
             * Sets the "Type" attribute
             */
            void setType(org.apache.xmlbeans.XmlAnySimpleType type);
            
            /**
             * Appends and returns a new empty "Type" attribute
             */
            org.apache.xmlbeans.XmlAnySimpleType addNewType();
            
            /**
             * Unsets the "Type" attribute
             */
            void unsetType();
            
            /**
             * Gets the "Code" attribute
             */
            org.apache.xmlbeans.XmlAnySimpleType getCode();
            
            /**
             * True if has "Code" attribute
             */
            boolean isSetCode();
            
            /**
             * Sets the "Code" attribute
             */
            void setCode(org.apache.xmlbeans.XmlAnySimpleType code);
            
            /**
             * Appends and returns a new empty "Code" attribute
             */
            org.apache.xmlbeans.XmlAnySimpleType addNewCode();
            
            /**
             * Unsets the "Code" attribute
             */
            void unsetCode();
            
            /**
             * A factory class with static methods for creating instances
             * of this type.
             */
            
            public static final class Factory
            {
                public static x0.oasisNamesTcCiqXsdschemaXAL2.AdministrativeAreaDocument.AdministrativeArea.AdministrativeAreaName newInstance() {
                  return (x0.oasisNamesTcCiqXsdschemaXAL2.AdministrativeAreaDocument.AdministrativeArea.AdministrativeAreaName) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
                
                public static x0.oasisNamesTcCiqXsdschemaXAL2.AdministrativeAreaDocument.AdministrativeArea.AdministrativeAreaName newInstance(org.apache.xmlbeans.XmlOptions options) {
                  return (x0.oasisNamesTcCiqXsdschemaXAL2.AdministrativeAreaDocument.AdministrativeArea.AdministrativeAreaName) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
                
                private Factory() { } // No instance of this class allowed
            }
        }
        
        /**
         * An XML SubAdministrativeArea(@urn:oasis:names:tc:ciq:xsdschema:xAL:2.0).
         *
         * This is a complex type.
         */
        public interface SubAdministrativeArea extends org.apache.xmlbeans.XmlObject
        {
            public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
                org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(SubAdministrativeArea.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s3CA567B61847770712CB2EAAB87EE0AF").resolveHandle("subadministrativearea6079elemtype");
            
            /**
             * Gets array of all "AddressLine" elements
             */
            x0.oasisNamesTcCiqXsdschemaXAL2.AddressLineDocument.AddressLine[] getAddressLineArray();
            
            /**
             * Gets ith "AddressLine" element
             */
            x0.oasisNamesTcCiqXsdschemaXAL2.AddressLineDocument.AddressLine getAddressLineArray(int i);
            
            /**
             * Returns number of "AddressLine" element
             */
            int sizeOfAddressLineArray();
            
            /**
             * Sets array of all "AddressLine" element
             */
            void setAddressLineArray(x0.oasisNamesTcCiqXsdschemaXAL2.AddressLineDocument.AddressLine[] addressLineArray);
            
            /**
             * Sets ith "AddressLine" element
             */
            void setAddressLineArray(int i, x0.oasisNamesTcCiqXsdschemaXAL2.AddressLineDocument.AddressLine addressLine);
            
            /**
             * Inserts and returns a new empty value (as xml) as the ith "AddressLine" element
             */
            x0.oasisNamesTcCiqXsdschemaXAL2.AddressLineDocument.AddressLine insertNewAddressLine(int i);
            
            /**
             * Appends and returns a new empty value (as xml) as the last "AddressLine" element
             */
            x0.oasisNamesTcCiqXsdschemaXAL2.AddressLineDocument.AddressLine addNewAddressLine();
            
            /**
             * Removes the ith "AddressLine" element
             */
            void removeAddressLine(int i);
            
            /**
             * Gets array of all "SubAdministrativeAreaName" elements
             */
            x0.oasisNamesTcCiqXsdschemaXAL2.AdministrativeAreaDocument.AdministrativeArea.SubAdministrativeArea.SubAdministrativeAreaName[] getSubAdministrativeAreaNameArray();
            
            /**
             * Gets ith "SubAdministrativeAreaName" element
             */
            x0.oasisNamesTcCiqXsdschemaXAL2.AdministrativeAreaDocument.AdministrativeArea.SubAdministrativeArea.SubAdministrativeAreaName getSubAdministrativeAreaNameArray(int i);
            
            /**
             * Returns number of "SubAdministrativeAreaName" element
             */
            int sizeOfSubAdministrativeAreaNameArray();
            
            /**
             * Sets array of all "SubAdministrativeAreaName" element
             */
            void setSubAdministrativeAreaNameArray(x0.oasisNamesTcCiqXsdschemaXAL2.AdministrativeAreaDocument.AdministrativeArea.SubAdministrativeArea.SubAdministrativeAreaName[] subAdministrativeAreaNameArray);
            
            /**
             * Sets ith "SubAdministrativeAreaName" element
             */
            void setSubAdministrativeAreaNameArray(int i, x0.oasisNamesTcCiqXsdschemaXAL2.AdministrativeAreaDocument.AdministrativeArea.SubAdministrativeArea.SubAdministrativeAreaName subAdministrativeAreaName);
            
            /**
             * Inserts and returns a new empty value (as xml) as the ith "SubAdministrativeAreaName" element
             */
            x0.oasisNamesTcCiqXsdschemaXAL2.AdministrativeAreaDocument.AdministrativeArea.SubAdministrativeArea.SubAdministrativeAreaName insertNewSubAdministrativeAreaName(int i);
            
            /**
             * Appends and returns a new empty value (as xml) as the last "SubAdministrativeAreaName" element
             */
            x0.oasisNamesTcCiqXsdschemaXAL2.AdministrativeAreaDocument.AdministrativeArea.SubAdministrativeArea.SubAdministrativeAreaName addNewSubAdministrativeAreaName();
            
            /**
             * Removes the ith "SubAdministrativeAreaName" element
             */
            void removeSubAdministrativeAreaName(int i);
            
            /**
             * Gets the "Locality" element
             */
            x0.oasisNamesTcCiqXsdschemaXAL2.LocalityDocument.Locality getLocality();
            
            /**
             * True if has "Locality" element
             */
            boolean isSetLocality();
            
            /**
             * Sets the "Locality" element
             */
            void setLocality(x0.oasisNamesTcCiqXsdschemaXAL2.LocalityDocument.Locality locality);
            
            /**
             * Appends and returns a new empty "Locality" element
             */
            x0.oasisNamesTcCiqXsdschemaXAL2.LocalityDocument.Locality addNewLocality();
            
            /**
             * Unsets the "Locality" element
             */
            void unsetLocality();
            
            /**
             * Gets the "PostOffice" element
             */
            x0.oasisNamesTcCiqXsdschemaXAL2.PostOfficeDocument.PostOffice getPostOffice();
            
            /**
             * True if has "PostOffice" element
             */
            boolean isSetPostOffice();
            
            /**
             * Sets the "PostOffice" element
             */
            void setPostOffice(x0.oasisNamesTcCiqXsdschemaXAL2.PostOfficeDocument.PostOffice postOffice);
            
            /**
             * Appends and returns a new empty "PostOffice" element
             */
            x0.oasisNamesTcCiqXsdschemaXAL2.PostOfficeDocument.PostOffice addNewPostOffice();
            
            /**
             * Unsets the "PostOffice" element
             */
            void unsetPostOffice();
            
            /**
             * Gets the "PostalCode" element
             */
            x0.oasisNamesTcCiqXsdschemaXAL2.PostalCodeDocument.PostalCode getPostalCode();
            
            /**
             * True if has "PostalCode" element
             */
            boolean isSetPostalCode();
            
            /**
             * Sets the "PostalCode" element
             */
            void setPostalCode(x0.oasisNamesTcCiqXsdschemaXAL2.PostalCodeDocument.PostalCode postalCode);
            
            /**
             * Appends and returns a new empty "PostalCode" element
             */
            x0.oasisNamesTcCiqXsdschemaXAL2.PostalCodeDocument.PostalCode addNewPostalCode();
            
            /**
             * Unsets the "PostalCode" element
             */
            void unsetPostalCode();
            
            /**
             * Gets the "Type" attribute
             */
            org.apache.xmlbeans.XmlAnySimpleType getType();
            
            /**
             * True if has "Type" attribute
             */
            boolean isSetType();
            
            /**
             * Sets the "Type" attribute
             */
            void setType(org.apache.xmlbeans.XmlAnySimpleType type);
            
            /**
             * Appends and returns a new empty "Type" attribute
             */
            org.apache.xmlbeans.XmlAnySimpleType addNewType();
            
            /**
             * Unsets the "Type" attribute
             */
            void unsetType();
            
            /**
             * Gets the "UsageType" attribute
             */
            org.apache.xmlbeans.XmlAnySimpleType getUsageType();
            
            /**
             * True if has "UsageType" attribute
             */
            boolean isSetUsageType();
            
            /**
             * Sets the "UsageType" attribute
             */
            void setUsageType(org.apache.xmlbeans.XmlAnySimpleType usageType);
            
            /**
             * Appends and returns a new empty "UsageType" attribute
             */
            org.apache.xmlbeans.XmlAnySimpleType addNewUsageType();
            
            /**
             * Unsets the "UsageType" attribute
             */
            void unsetUsageType();
            
            /**
             * Gets the "Indicator" attribute
             */
            org.apache.xmlbeans.XmlAnySimpleType getIndicator();
            
            /**
             * True if has "Indicator" attribute
             */
            boolean isSetIndicator();
            
            /**
             * Sets the "Indicator" attribute
             */
            void setIndicator(org.apache.xmlbeans.XmlAnySimpleType indicator);
            
            /**
             * Appends and returns a new empty "Indicator" attribute
             */
            org.apache.xmlbeans.XmlAnySimpleType addNewIndicator();
            
            /**
             * Unsets the "Indicator" attribute
             */
            void unsetIndicator();
            
            /**
             * An XML SubAdministrativeAreaName(@urn:oasis:names:tc:ciq:xsdschema:xAL:2.0).
             *
             * This is a complex type.
             */
            public interface SubAdministrativeAreaName extends org.apache.xmlbeans.XmlObject
            {
                public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
                    org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(SubAdministrativeAreaName.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s3CA567B61847770712CB2EAAB87EE0AF").resolveHandle("subadministrativeareaname4087elemtype");
                
                /**
                 * Gets the "Type" attribute
                 */
                org.apache.xmlbeans.XmlAnySimpleType getType();
                
                /**
                 * True if has "Type" attribute
                 */
                boolean isSetType();
                
                /**
                 * Sets the "Type" attribute
                 */
                void setType(org.apache.xmlbeans.XmlAnySimpleType type);
                
                /**
                 * Appends and returns a new empty "Type" attribute
                 */
                org.apache.xmlbeans.XmlAnySimpleType addNewType();
                
                /**
                 * Unsets the "Type" attribute
                 */
                void unsetType();
                
                /**
                 * Gets the "Code" attribute
                 */
                org.apache.xmlbeans.XmlAnySimpleType getCode();
                
                /**
                 * True if has "Code" attribute
                 */
                boolean isSetCode();
                
                /**
                 * Sets the "Code" attribute
                 */
                void setCode(org.apache.xmlbeans.XmlAnySimpleType code);
                
                /**
                 * Appends and returns a new empty "Code" attribute
                 */
                org.apache.xmlbeans.XmlAnySimpleType addNewCode();
                
                /**
                 * Unsets the "Code" attribute
                 */
                void unsetCode();
                
                /**
                 * A factory class with static methods for creating instances
                 * of this type.
                 */
                
                public static final class Factory
                {
                    public static x0.oasisNamesTcCiqXsdschemaXAL2.AdministrativeAreaDocument.AdministrativeArea.SubAdministrativeArea.SubAdministrativeAreaName newInstance() {
                      return (x0.oasisNamesTcCiqXsdschemaXAL2.AdministrativeAreaDocument.AdministrativeArea.SubAdministrativeArea.SubAdministrativeAreaName) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
                    
                    public static x0.oasisNamesTcCiqXsdschemaXAL2.AdministrativeAreaDocument.AdministrativeArea.SubAdministrativeArea.SubAdministrativeAreaName newInstance(org.apache.xmlbeans.XmlOptions options) {
                      return (x0.oasisNamesTcCiqXsdschemaXAL2.AdministrativeAreaDocument.AdministrativeArea.SubAdministrativeArea.SubAdministrativeAreaName) 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 x0.oasisNamesTcCiqXsdschemaXAL2.AdministrativeAreaDocument.AdministrativeArea.SubAdministrativeArea newInstance() {
                  return (x0.oasisNamesTcCiqXsdschemaXAL2.AdministrativeAreaDocument.AdministrativeArea.SubAdministrativeArea) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
                
                public static x0.oasisNamesTcCiqXsdschemaXAL2.AdministrativeAreaDocument.AdministrativeArea.SubAdministrativeArea newInstance(org.apache.xmlbeans.XmlOptions options) {
                  return (x0.oasisNamesTcCiqXsdschemaXAL2.AdministrativeAreaDocument.AdministrativeArea.SubAdministrativeArea) 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 x0.oasisNamesTcCiqXsdschemaXAL2.AdministrativeAreaDocument.AdministrativeArea newInstance() {
              return (x0.oasisNamesTcCiqXsdschemaXAL2.AdministrativeAreaDocument.AdministrativeArea) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
            
            public static x0.oasisNamesTcCiqXsdschemaXAL2.AdministrativeAreaDocument.AdministrativeArea newInstance(org.apache.xmlbeans.XmlOptions options) {
              return (x0.oasisNamesTcCiqXsdschemaXAL2.AdministrativeAreaDocument.AdministrativeArea) 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 x0.oasisNamesTcCiqXsdschemaXAL2.AdministrativeAreaDocument newInstance() {
          return (x0.oasisNamesTcCiqXsdschemaXAL2.AdministrativeAreaDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
        
        public static x0.oasisNamesTcCiqXsdschemaXAL2.AdministrativeAreaDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
          return (x0.oasisNamesTcCiqXsdschemaXAL2.AdministrativeAreaDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
        
        /** @param xmlAsString the string value to parse */
        public static x0.oasisNamesTcCiqXsdschemaXAL2.AdministrativeAreaDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
          return (x0.oasisNamesTcCiqXsdschemaXAL2.AdministrativeAreaDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
        
        public static x0.oasisNamesTcCiqXsdschemaXAL2.AdministrativeAreaDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (x0.oasisNamesTcCiqXsdschemaXAL2.AdministrativeAreaDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
        
        /** @param file the file from which to load an xml document */
        public static x0.oasisNamesTcCiqXsdschemaXAL2.AdministrativeAreaDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (x0.oasisNamesTcCiqXsdschemaXAL2.AdministrativeAreaDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
        
        public static x0.oasisNamesTcCiqXsdschemaXAL2.AdministrativeAreaDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (x0.oasisNamesTcCiqXsdschemaXAL2.AdministrativeAreaDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
        
        public static x0.oasisNamesTcCiqXsdschemaXAL2.AdministrativeAreaDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (x0.oasisNamesTcCiqXsdschemaXAL2.AdministrativeAreaDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
        
        public static x0.oasisNamesTcCiqXsdschemaXAL2.AdministrativeAreaDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (x0.oasisNamesTcCiqXsdschemaXAL2.AdministrativeAreaDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
        
        public static x0.oasisNamesTcCiqXsdschemaXAL2.AdministrativeAreaDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (x0.oasisNamesTcCiqXsdschemaXAL2.AdministrativeAreaDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
        
        public static x0.oasisNamesTcCiqXsdschemaXAL2.AdministrativeAreaDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (x0.oasisNamesTcCiqXsdschemaXAL2.AdministrativeAreaDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
        
        public static x0.oasisNamesTcCiqXsdschemaXAL2.AdministrativeAreaDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (x0.oasisNamesTcCiqXsdschemaXAL2.AdministrativeAreaDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
        
        public static x0.oasisNamesTcCiqXsdschemaXAL2.AdministrativeAreaDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (x0.oasisNamesTcCiqXsdschemaXAL2.AdministrativeAreaDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
        
        public static x0.oasisNamesTcCiqXsdschemaXAL2.AdministrativeAreaDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
          return (x0.oasisNamesTcCiqXsdschemaXAL2.AdministrativeAreaDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
        
        public static x0.oasisNamesTcCiqXsdschemaXAL2.AdministrativeAreaDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (x0.oasisNamesTcCiqXsdschemaXAL2.AdministrativeAreaDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
        
        public static x0.oasisNamesTcCiqXsdschemaXAL2.AdministrativeAreaDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
          return (x0.oasisNamesTcCiqXsdschemaXAL2.AdministrativeAreaDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
        
        public static x0.oasisNamesTcCiqXsdschemaXAL2.AdministrativeAreaDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (x0.oasisNamesTcCiqXsdschemaXAL2.AdministrativeAreaDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
        public static x0.oasisNamesTcCiqXsdschemaXAL2.AdministrativeAreaDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
          return (x0.oasisNamesTcCiqXsdschemaXAL2.AdministrativeAreaDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
        public static x0.oasisNamesTcCiqXsdschemaXAL2.AdministrativeAreaDocument 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 (x0.oasisNamesTcCiqXsdschemaXAL2.AdministrativeAreaDocument) 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