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

no.ehelse.xmlstds.eresept.m96.x20180701.M96Document Maven / Gradle / Ivy

There is a newer version: 4.2.0
Show newest version
/*
 * An XML document type.
 * Localname: M96
 * Namespace: http://www.ehelse.no/xmlstds/eresept/m96/2018-07-01
 * Java type: no.ehelse.xmlstds.eresept.m96.x20180701.M96Document
 *
 * Automatically generated - do not modify.
 */
package no.ehelse.xmlstds.eresept.m96.x20180701;


/**
 * A document containing one M96(@http://www.ehelse.no/xmlstds/eresept/m96/2018-07-01) element.
 *
 * This is a complex type.
 */
public interface M96Document extends org.apache.xmlbeans.XmlObject
{
    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
        org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(M96Document.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sF552D7D75F4FD79969C3723E3F65FF8F").resolveHandle("m961323doctype");
    
    /**
     * Gets the "M96" element
     */
    no.ehelse.xmlstds.eresept.m96.x20180701.M96Document.M96 getM96();
    
    /**
     * Sets the "M96" element
     */
    void setM96(no.ehelse.xmlstds.eresept.m96.x20180701.M96Document.M96 m96);
    
    /**
     * Appends and returns a new empty "M96" element
     */
    no.ehelse.xmlstds.eresept.m96.x20180701.M96Document.M96 addNewM96();
    
    /**
     * An XML M96(@http://www.ehelse.no/xmlstds/eresept/m96/2018-07-01).
     *
     * This is a complex type.
     */
    public interface M96 extends org.apache.xmlbeans.XmlObject
    {
        public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
            org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(M96.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sF552D7D75F4FD79969C3723E3F65FF8F").resolveHandle("m964439elemtype");
        
        /**
         * Gets the "PasientInfo" element
         */
        no.ehelse.xmlstds.eresept.m96.x20180701.M96Document.M96.PasientInfo getPasientInfo();
        
        /**
         * True if has "PasientInfo" element
         */
        boolean isSetPasientInfo();
        
        /**
         * Sets the "PasientInfo" element
         */
        void setPasientInfo(no.ehelse.xmlstds.eresept.m96.x20180701.M96Document.M96.PasientInfo pasientInfo);
        
        /**
         * Appends and returns a new empty "PasientInfo" element
         */
        no.ehelse.xmlstds.eresept.m96.x20180701.M96Document.M96.PasientInfo addNewPasientInfo();
        
        /**
         * Unsets the "PasientInfo" element
         */
        void unsetPasientInfo();
        
        /**
         * Gets the "LastResept" element
         */
        boolean getLastResept();
        
        /**
         * Gets (as xml) the "LastResept" element
         */
        org.apache.xmlbeans.XmlBoolean xgetLastResept();
        
        /**
         * True if has "LastResept" element
         */
        boolean isSetLastResept();
        
        /**
         * Sets the "LastResept" element
         */
        void setLastResept(boolean lastResept);
        
        /**
         * Sets (as xml) the "LastResept" element
         */
        void xsetLastResept(org.apache.xmlbeans.XmlBoolean lastResept);
        
        /**
         * Unsets the "LastResept" element
         */
        void unsetLastResept();
        
        /**
         * Gets the "Pasientreservasjon" element
         */
        boolean getPasientreservasjon();
        
        /**
         * Gets (as xml) the "Pasientreservasjon" element
         */
        org.apache.xmlbeans.XmlBoolean xgetPasientreservasjon();
        
        /**
         * True if has "Pasientreservasjon" element
         */
        boolean isSetPasientreservasjon();
        
        /**
         * Sets the "Pasientreservasjon" element
         */
        void setPasientreservasjon(boolean pasientreservasjon);
        
        /**
         * Sets (as xml) the "Pasientreservasjon" element
         */
        void xsetPasientreservasjon(org.apache.xmlbeans.XmlBoolean pasientreservasjon);
        
        /**
         * Unsets the "Pasientreservasjon" element
         */
        void unsetPasientreservasjon();
        
        /**
         * Gets the "StatusSok" element
         */
        no.kith.xmlstds.CS getStatusSok();
        
        /**
         * True if has "StatusSok" element
         */
        boolean isSetStatusSok();
        
        /**
         * Sets the "StatusSok" element
         */
        void setStatusSok(no.kith.xmlstds.CS statusSok);
        
        /**
         * Appends and returns a new empty "StatusSok" element
         */
        no.kith.xmlstds.CS addNewStatusSok();
        
        /**
         * Unsets the "StatusSok" element
         */
        void unsetStatusSok();
        
        /**
         * Gets array of all "Listeelement" elements
         */
        no.ehelse.xmlstds.eresept.m96.x20180701.M96Document.M96.Listeelement[] getListeelementArray();
        
        /**
         * Gets ith "Listeelement" element
         */
        no.ehelse.xmlstds.eresept.m96.x20180701.M96Document.M96.Listeelement getListeelementArray(int i);
        
        /**
         * Returns number of "Listeelement" element
         */
        int sizeOfListeelementArray();
        
        /**
         * Sets array of all "Listeelement" element
         */
        void setListeelementArray(no.ehelse.xmlstds.eresept.m96.x20180701.M96Document.M96.Listeelement[] listeelementArray);
        
        /**
         * Sets ith "Listeelement" element
         */
        void setListeelementArray(int i, no.ehelse.xmlstds.eresept.m96.x20180701.M96Document.M96.Listeelement listeelement);
        
        /**
         * Inserts and returns a new empty value (as xml) as the ith "Listeelement" element
         */
        no.ehelse.xmlstds.eresept.m96.x20180701.M96Document.M96.Listeelement insertNewListeelement(int i);
        
        /**
         * Appends and returns a new empty value (as xml) as the last "Listeelement" element
         */
        no.ehelse.xmlstds.eresept.m96.x20180701.M96Document.M96.Listeelement addNewListeelement();
        
        /**
         * Removes the ith "Listeelement" element
         */
        void removeListeelement(int i);
        
        /**
         * An XML PasientInfo(@http://www.ehelse.no/xmlstds/eresept/m96/2018-07-01).
         *
         * This is a complex type.
         */
        public interface PasientInfo extends org.apache.xmlbeans.XmlObject
        {
            public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
                org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(PasientInfo.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sF552D7D75F4FD79969C3723E3F65FF8F").resolveHandle("pasientinfo6ed7elemtype");
            
            /**
             * Gets the "Fnr" element
             */
            java.lang.String getFnr();
            
            /**
             * Gets (as xml) the "Fnr" element
             */
            org.apache.xmlbeans.XmlString xgetFnr();
            
            /**
             * Sets the "Fnr" element
             */
            void setFnr(java.lang.String fnr);
            
            /**
             * Sets (as xml) the "Fnr" element
             */
            void xsetFnr(org.apache.xmlbeans.XmlString fnr);
            
            /**
             * Gets array of all "AndreFnr" elements
             */
            java.lang.String[] getAndreFnrArray();
            
            /**
             * Gets ith "AndreFnr" element
             */
            java.lang.String getAndreFnrArray(int i);
            
            /**
             * Gets (as xml) array of all "AndreFnr" elements
             */
            org.apache.xmlbeans.XmlString[] xgetAndreFnrArray();
            
            /**
             * Gets (as xml) ith "AndreFnr" element
             */
            org.apache.xmlbeans.XmlString xgetAndreFnrArray(int i);
            
            /**
             * Returns number of "AndreFnr" element
             */
            int sizeOfAndreFnrArray();
            
            /**
             * Sets array of all "AndreFnr" element
             */
            void setAndreFnrArray(java.lang.String[] andreFnrArray);
            
            /**
             * Sets ith "AndreFnr" element
             */
            void setAndreFnrArray(int i, java.lang.String andreFnr);
            
            /**
             * Sets (as xml) array of all "AndreFnr" element
             */
            void xsetAndreFnrArray(org.apache.xmlbeans.XmlString[] andreFnrArray);
            
            /**
             * Sets (as xml) ith "AndreFnr" element
             */
            void xsetAndreFnrArray(int i, org.apache.xmlbeans.XmlString andreFnr);
            
            /**
             * Inserts the value as the ith "AndreFnr" element
             */
            void insertAndreFnr(int i, java.lang.String andreFnr);
            
            /**
             * Appends the value as the last "AndreFnr" element
             */
            void addAndreFnr(java.lang.String andreFnr);
            
            /**
             * Inserts and returns a new empty value (as xml) as the ith "AndreFnr" element
             */
            org.apache.xmlbeans.XmlString insertNewAndreFnr(int i);
            
            /**
             * Appends and returns a new empty value (as xml) as the last "AndreFnr" element
             */
            org.apache.xmlbeans.XmlString addNewAndreFnr();
            
            /**
             * Removes the ith "AndreFnr" element
             */
            void removeAndreFnr(int i);
            
            /**
             * A factory class with static methods for creating instances
             * of this type.
             */
            
            public static final class Factory
            {
                public static no.ehelse.xmlstds.eresept.m96.x20180701.M96Document.M96.PasientInfo newInstance() {
                  return (no.ehelse.xmlstds.eresept.m96.x20180701.M96Document.M96.PasientInfo) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
                
                public static no.ehelse.xmlstds.eresept.m96.x20180701.M96Document.M96.PasientInfo newInstance(org.apache.xmlbeans.XmlOptions options) {
                  return (no.ehelse.xmlstds.eresept.m96.x20180701.M96Document.M96.PasientInfo) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
                
                private Factory() { } // No instance of this class allowed
            }
        }
        
        /**
         * An XML Listeelement(@http://www.ehelse.no/xmlstds/eresept/m96/2018-07-01).
         *
         * This is a complex type.
         */
        public interface Listeelement extends org.apache.xmlbeans.XmlObject
        {
            public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
                org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Listeelement.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sF552D7D75F4FD79969C3723E3F65FF8F").resolveHandle("listeelement7a8aelemtype");
            
            /**
             * Gets the "ReseptId" element
             */
            java.lang.String getReseptId();
            
            /**
             * Gets (as xml) the "ReseptId" element
             */
            org.apache.xmlbeans.XmlString xgetReseptId();
            
            /**
             * Sets the "ReseptId" element
             */
            void setReseptId(java.lang.String reseptId);
            
            /**
             * Sets (as xml) the "ReseptId" element
             */
            void xsetReseptId(org.apache.xmlbeans.XmlString reseptId);
            
            /**
             * Gets the "NavnUtleverer" element
             */
            java.lang.String getNavnUtleverer();
            
            /**
             * Gets (as xml) the "NavnUtleverer" element
             */
            org.apache.xmlbeans.XmlString xgetNavnUtleverer();
            
            /**
             * True if has "NavnUtleverer" element
             */
            boolean isSetNavnUtleverer();
            
            /**
             * Sets the "NavnUtleverer" element
             */
            void setNavnUtleverer(java.lang.String navnUtleverer);
            
            /**
             * Sets (as xml) the "NavnUtleverer" element
             */
            void xsetNavnUtleverer(org.apache.xmlbeans.XmlString navnUtleverer);
            
            /**
             * Unsets the "NavnUtleverer" element
             */
            void unsetNavnUtleverer();
            
            /**
             * Gets the "SendtSLVDato" element
             */
            java.util.Calendar getSendtSLVDato();
            
            /**
             * Gets (as xml) the "SendtSLVDato" element
             */
            org.apache.xmlbeans.XmlDate xgetSendtSLVDato();
            
            /**
             * True if has "SendtSLVDato" element
             */
            boolean isSetSendtSLVDato();
            
            /**
             * Sets the "SendtSLVDato" element
             */
            void setSendtSLVDato(java.util.Calendar sendtSLVDato);
            
            /**
             * Sets (as xml) the "SendtSLVDato" element
             */
            void xsetSendtSLVDato(org.apache.xmlbeans.XmlDate sendtSLVDato);
            
            /**
             * Unsets the "SendtSLVDato" element
             */
            void unsetSendtSLVDato();
            
            /**
             * Gets the "Status" element
             */
            no.kith.xmlstds.CS getStatus();
            
            /**
             * Sets the "Status" element
             */
            void setStatus(no.kith.xmlstds.CS status);
            
            /**
             * Appends and returns a new empty "Status" element
             */
            no.kith.xmlstds.CS addNewStatus();
            
            /**
             * Gets the "StatusSoknadSlv" element
             */
            no.kith.xmlstds.CS getStatusSoknadSlv();
            
            /**
             * True if has "StatusSoknadSlv" element
             */
            boolean isSetStatusSoknadSlv();
            
            /**
             * Sets the "StatusSoknadSlv" element
             */
            void setStatusSoknadSlv(no.kith.xmlstds.CS statusSoknadSlv);
            
            /**
             * Appends and returns a new empty "StatusSoknadSlv" element
             */
            no.kith.xmlstds.CS addNewStatusSoknadSlv();
            
            /**
             * Unsets the "StatusSoknadSlv" element
             */
            void unsetStatusSoknadSlv();
            
            /**
             * Gets the "TilbakekallingStatus" element
             */
            boolean getTilbakekallingStatus();
            
            /**
             * Gets (as xml) the "TilbakekallingStatus" element
             */
            org.apache.xmlbeans.XmlBoolean xgetTilbakekallingStatus();
            
            /**
             * True if has "TilbakekallingStatus" element
             */
            boolean isSetTilbakekallingStatus();
            
            /**
             * Sets the "TilbakekallingStatus" element
             */
            void setTilbakekallingStatus(boolean tilbakekallingStatus);
            
            /**
             * Sets (as xml) the "TilbakekallingStatus" element
             */
            void xsetTilbakekallingStatus(org.apache.xmlbeans.XmlBoolean tilbakekallingStatus);
            
            /**
             * Unsets the "TilbakekallingStatus" element
             */
            void unsetTilbakekallingStatus();
            
            /**
             * Gets the "Arsak" element
             */
            no.kith.xmlstds.CV getArsak();
            
            /**
             * True if has "Arsak" element
             */
            boolean isSetArsak();
            
            /**
             * Sets the "Arsak" element
             */
            void setArsak(no.kith.xmlstds.CV arsak);
            
            /**
             * Appends and returns a new empty "Arsak" element
             */
            no.kith.xmlstds.CV addNewArsak();
            
            /**
             * Unsets the "Arsak" element
             */
            void unsetArsak();
            
            /**
             * Gets array of all "Utlevering" elements
             */
            no.ehelse.xmlstds.eresept.m96.x20180701.M96Document.M96.Listeelement.Utlevering[] getUtleveringArray();
            
            /**
             * Gets ith "Utlevering" element
             */
            no.ehelse.xmlstds.eresept.m96.x20180701.M96Document.M96.Listeelement.Utlevering getUtleveringArray(int i);
            
            /**
             * Returns number of "Utlevering" element
             */
            int sizeOfUtleveringArray();
            
            /**
             * Sets array of all "Utlevering" element
             */
            void setUtleveringArray(no.ehelse.xmlstds.eresept.m96.x20180701.M96Document.M96.Listeelement.Utlevering[] utleveringArray);
            
            /**
             * Sets ith "Utlevering" element
             */
            void setUtleveringArray(int i, no.ehelse.xmlstds.eresept.m96.x20180701.M96Document.M96.Listeelement.Utlevering utlevering);
            
            /**
             * Inserts and returns a new empty value (as xml) as the ith "Utlevering" element
             */
            no.ehelse.xmlstds.eresept.m96.x20180701.M96Document.M96.Listeelement.Utlevering insertNewUtlevering(int i);
            
            /**
             * Appends and returns a new empty value (as xml) as the last "Utlevering" element
             */
            no.ehelse.xmlstds.eresept.m96.x20180701.M96Document.M96.Listeelement.Utlevering addNewUtlevering();
            
            /**
             * Removes the ith "Utlevering" element
             */
            void removeUtlevering(int i);
            
            /**
             * An XML Utlevering(@http://www.ehelse.no/xmlstds/eresept/m96/2018-07-01).
             *
             * This is a complex type.
             */
            public interface Utlevering extends org.apache.xmlbeans.XmlObject
            {
                public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
                    org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Utlevering.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sF552D7D75F4FD79969C3723E3F65FF8F").resolveHandle("utlevering9fb7elemtype");
                
                /**
                 * Gets the "Varenr" element
                 */
                java.lang.String getVarenr();
                
                /**
                 * Gets (as xml) the "Varenr" element
                 */
                org.apache.xmlbeans.XmlString xgetVarenr();
                
                /**
                 * True if has "Varenr" element
                 */
                boolean isSetVarenr();
                
                /**
                 * Sets the "Varenr" element
                 */
                void setVarenr(java.lang.String varenr);
                
                /**
                 * Sets (as xml) the "Varenr" element
                 */
                void xsetVarenr(org.apache.xmlbeans.XmlString varenr);
                
                /**
                 * Unsets the "Varenr" element
                 */
                void unsetVarenr();
                
                /**
                 * Gets the "NavnFormStyrke" element
                 */
                java.lang.String getNavnFormStyrke();
                
                /**
                 * Gets (as xml) the "NavnFormStyrke" element
                 */
                org.apache.xmlbeans.XmlString xgetNavnFormStyrke();
                
                /**
                 * Sets the "NavnFormStyrke" element
                 */
                void setNavnFormStyrke(java.lang.String navnFormStyrke);
                
                /**
                 * Sets (as xml) the "NavnFormStyrke" element
                 */
                void xsetNavnFormStyrke(org.apache.xmlbeans.XmlString navnFormStyrke);
                
                /**
                 * Gets the "Pakningsstr" element
                 */
                no.kith.xmlstds.PQ getPakningsstr();
                
                /**
                 * True if has "Pakningsstr" element
                 */
                boolean isSetPakningsstr();
                
                /**
                 * Sets the "Pakningsstr" element
                 */
                void setPakningsstr(no.kith.xmlstds.PQ pakningsstr);
                
                /**
                 * Appends and returns a new empty "Pakningsstr" element
                 */
                no.kith.xmlstds.PQ addNewPakningsstr();
                
                /**
                 * Unsets the "Pakningsstr" element
                 */
                void unsetPakningsstr();
                
                /**
                 * Gets the "AntallPakningerUtlevertTotalt" element
                 */
                java.math.BigDecimal getAntallPakningerUtlevertTotalt();
                
                /**
                 * Gets (as xml) the "AntallPakningerUtlevertTotalt" element
                 */
                org.apache.xmlbeans.XmlDecimal xgetAntallPakningerUtlevertTotalt();
                
                /**
                 * Sets the "AntallPakningerUtlevertTotalt" element
                 */
                void setAntallPakningerUtlevertTotalt(java.math.BigDecimal antallPakningerUtlevertTotalt);
                
                /**
                 * Sets (as xml) the "AntallPakningerUtlevertTotalt" element
                 */
                void xsetAntallPakningerUtlevertTotalt(org.apache.xmlbeans.XmlDecimal antallPakningerUtlevertTotalt);
                
                /**
                 * Gets the "AntallPakningerUtlevertSiste" element
                 */
                java.math.BigDecimal getAntallPakningerUtlevertSiste();
                
                /**
                 * Gets (as xml) the "AntallPakningerUtlevertSiste" element
                 */
                org.apache.xmlbeans.XmlDecimal xgetAntallPakningerUtlevertSiste();
                
                /**
                 * Sets the "AntallPakningerUtlevertSiste" element
                 */
                void setAntallPakningerUtlevertSiste(java.math.BigDecimal antallPakningerUtlevertSiste);
                
                /**
                 * Sets (as xml) the "AntallPakningerUtlevertSiste" element
                 */
                void xsetAntallPakningerUtlevertSiste(org.apache.xmlbeans.XmlDecimal antallPakningerUtlevertSiste);
                
                /**
                 * Gets the "TidspunktSisteUtlevering" element
                 */
                java.util.Calendar getTidspunktSisteUtlevering();
                
                /**
                 * Gets (as xml) the "TidspunktSisteUtlevering" element
                 */
                org.apache.xmlbeans.XmlDateTime xgetTidspunktSisteUtlevering();
                
                /**
                 * Sets the "TidspunktSisteUtlevering" element
                 */
                void setTidspunktSisteUtlevering(java.util.Calendar tidspunktSisteUtlevering);
                
                /**
                 * Sets (as xml) the "TidspunktSisteUtlevering" element
                 */
                void xsetTidspunktSisteUtlevering(org.apache.xmlbeans.XmlDateTime tidspunktSisteUtlevering);
                
                /**
                 * A factory class with static methods for creating instances
                 * of this type.
                 */
                
                public static final class Factory
                {
                    public static no.ehelse.xmlstds.eresept.m96.x20180701.M96Document.M96.Listeelement.Utlevering newInstance() {
                      return (no.ehelse.xmlstds.eresept.m96.x20180701.M96Document.M96.Listeelement.Utlevering) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
                    
                    public static no.ehelse.xmlstds.eresept.m96.x20180701.M96Document.M96.Listeelement.Utlevering newInstance(org.apache.xmlbeans.XmlOptions options) {
                      return (no.ehelse.xmlstds.eresept.m96.x20180701.M96Document.M96.Listeelement.Utlevering) 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 no.ehelse.xmlstds.eresept.m96.x20180701.M96Document.M96.Listeelement newInstance() {
                  return (no.ehelse.xmlstds.eresept.m96.x20180701.M96Document.M96.Listeelement) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
                
                public static no.ehelse.xmlstds.eresept.m96.x20180701.M96Document.M96.Listeelement newInstance(org.apache.xmlbeans.XmlOptions options) {
                  return (no.ehelse.xmlstds.eresept.m96.x20180701.M96Document.M96.Listeelement) 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 no.ehelse.xmlstds.eresept.m96.x20180701.M96Document.M96 newInstance() {
              return (no.ehelse.xmlstds.eresept.m96.x20180701.M96Document.M96) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
            
            public static no.ehelse.xmlstds.eresept.m96.x20180701.M96Document.M96 newInstance(org.apache.xmlbeans.XmlOptions options) {
              return (no.ehelse.xmlstds.eresept.m96.x20180701.M96Document.M96) 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 no.ehelse.xmlstds.eresept.m96.x20180701.M96Document newInstance() {
          return (no.ehelse.xmlstds.eresept.m96.x20180701.M96Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
        
        public static no.ehelse.xmlstds.eresept.m96.x20180701.M96Document newInstance(org.apache.xmlbeans.XmlOptions options) {
          return (no.ehelse.xmlstds.eresept.m96.x20180701.M96Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
        
        /** @param xmlAsString the string value to parse */
        public static no.ehelse.xmlstds.eresept.m96.x20180701.M96Document parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
          return (no.ehelse.xmlstds.eresept.m96.x20180701.M96Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
        
        public static no.ehelse.xmlstds.eresept.m96.x20180701.M96Document parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (no.ehelse.xmlstds.eresept.m96.x20180701.M96Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
        
        /** @param file the file from which to load an xml document */
        public static no.ehelse.xmlstds.eresept.m96.x20180701.M96Document parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (no.ehelse.xmlstds.eresept.m96.x20180701.M96Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
        
        public static no.ehelse.xmlstds.eresept.m96.x20180701.M96Document parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (no.ehelse.xmlstds.eresept.m96.x20180701.M96Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
        
        public static no.ehelse.xmlstds.eresept.m96.x20180701.M96Document parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (no.ehelse.xmlstds.eresept.m96.x20180701.M96Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
        
        public static no.ehelse.xmlstds.eresept.m96.x20180701.M96Document parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (no.ehelse.xmlstds.eresept.m96.x20180701.M96Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
        
        public static no.ehelse.xmlstds.eresept.m96.x20180701.M96Document parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (no.ehelse.xmlstds.eresept.m96.x20180701.M96Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
        
        public static no.ehelse.xmlstds.eresept.m96.x20180701.M96Document parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (no.ehelse.xmlstds.eresept.m96.x20180701.M96Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
        
        public static no.ehelse.xmlstds.eresept.m96.x20180701.M96Document parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (no.ehelse.xmlstds.eresept.m96.x20180701.M96Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
        
        public static no.ehelse.xmlstds.eresept.m96.x20180701.M96Document parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (no.ehelse.xmlstds.eresept.m96.x20180701.M96Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
        
        public static no.ehelse.xmlstds.eresept.m96.x20180701.M96Document parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
          return (no.ehelse.xmlstds.eresept.m96.x20180701.M96Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
        
        public static no.ehelse.xmlstds.eresept.m96.x20180701.M96Document parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (no.ehelse.xmlstds.eresept.m96.x20180701.M96Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
        
        public static no.ehelse.xmlstds.eresept.m96.x20180701.M96Document parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
          return (no.ehelse.xmlstds.eresept.m96.x20180701.M96Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
        
        public static no.ehelse.xmlstds.eresept.m96.x20180701.M96Document parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (no.ehelse.xmlstds.eresept.m96.x20180701.M96Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
        public static no.ehelse.xmlstds.eresept.m96.x20180701.M96Document parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
          return (no.ehelse.xmlstds.eresept.m96.x20180701.M96Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
        public static no.ehelse.xmlstds.eresept.m96.x20180701.M96Document 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 (no.ehelse.xmlstds.eresept.m96.x20180701.M96Document) 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