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;

import org.apache.xmlbeans.impl.schema.ElementFactory;
import org.apache.xmlbeans.impl.schema.AbstractDocumentFactory;
import org.apache.xmlbeans.impl.schema.DocumentFactory;
import org.apache.xmlbeans.impl.schema.SimpleTypeFactory;


/**
 * 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 {
    DocumentFactory Factory = new DocumentFactory<>(io.github.mjhaugsdal.system.m96.x20180701.TypeSystemHolder.typeSystem, "m961323doctype");
    org.apache.xmlbeans.SchemaType type = Factory.getType();


    /**
     * 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 {
        ElementFactory Factory = new ElementFactory<>(io.github.mjhaugsdal.system.m96.x20180701.TypeSystemHolder.typeSystem, "m964439elemtype");
        org.apache.xmlbeans.SchemaType type = Factory.getType();


        /**
         * 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 a List of "Listeelement" elements
         */
        java.util.List getListeelementList();

        /**
         * 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 {
            ElementFactory Factory = new ElementFactory<>(io.github.mjhaugsdal.system.m96.x20180701.TypeSystemHolder.typeSystem, "pasientinfo6ed7elemtype");
            org.apache.xmlbeans.SchemaType type = Factory.getType();


            /**
             * 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 a List of "AndreFnr" elements
             */
            java.util.List getAndreFnrList();

            /**
             * Gets array of all "AndreFnr" elements
             */
            java.lang.String[] getAndreFnrArray();

            /**
             * Gets ith "AndreFnr" element
             */
            java.lang.String getAndreFnrArray(int i);

            /**
             * Gets (as xml) a List of "AndreFnr" elements
             */
            java.util.List xgetAndreFnrList();

            /**
             * 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);
        }

        /**
         * 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 {
            ElementFactory Factory = new ElementFactory<>(io.github.mjhaugsdal.system.m96.x20180701.TypeSystemHolder.typeSystem, "listeelement7a8aelemtype");
            org.apache.xmlbeans.SchemaType type = Factory.getType();


            /**
             * 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 a List of "Utlevering" elements
             */
            java.util.List getUtleveringList();

            /**
             * 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 {
                ElementFactory Factory = new ElementFactory<>(io.github.mjhaugsdal.system.m96.x20180701.TypeSystemHolder.typeSystem, "utlevering9fb7elemtype");
                org.apache.xmlbeans.SchemaType type = Factory.getType();


                /**
                 * 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);
            }
        }
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy