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

no.ehelse.xmlstds.eresept.m912.x20211001.M912Document Maven / Gradle / Ivy

There is a newer version: 4.2.0
Show newest version
/*
 * An XML document type.
 * Localname: M912
 * Namespace: http://www.ehelse.no/xmlstds/eresept/m912/2021-10-01
 * Java type: no.ehelse.xmlstds.eresept.m912.x20211001.M912Document
 *
 * Automatically generated - do not modify.
 */
package no.ehelse.xmlstds.eresept.m912.x20211001;


/**
 * A document containing one M912(@http://www.ehelse.no/xmlstds/eresept/m912/2021-10-01) element.
 *
 * This is a complex type.
 */
public interface M912Document extends org.apache.xmlbeans.XmlObject
{
    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
        org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(M912Document.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sBA43CC6B9DC6D394A7EBD683381E5679").resolveHandle("m912ca2ddoctype");
    
    /**
     * Gets the "M912" element
     */
    no.ehelse.xmlstds.eresept.m912.x20211001.M912Document.M912 getM912();
    
    /**
     * Sets the "M912" element
     */
    void setM912(no.ehelse.xmlstds.eresept.m912.x20211001.M912Document.M912 m912);
    
    /**
     * Appends and returns a new empty "M912" element
     */
    no.ehelse.xmlstds.eresept.m912.x20211001.M912Document.M912 addNewM912();
    
    /**
     * An XML M912(@http://www.ehelse.no/xmlstds/eresept/m912/2021-10-01).
     *
     * This is a complex type.
     */
    public interface M912 extends org.apache.xmlbeans.XmlObject
    {
        public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
            org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(M912.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sBA43CC6B9DC6D394A7EBD683381E5679").resolveHandle("m912e7f6elemtype");
        
        /**
         * Gets the "Pasient" element
         */
        no.ehelse.xmlstds.eresept.m912.x20211001.M912Document.M912.Pasient getPasient();
        
        /**
         * Sets the "Pasient" element
         */
        void setPasient(no.ehelse.xmlstds.eresept.m912.x20211001.M912Document.M912.Pasient pasient);
        
        /**
         * Appends and returns a new empty "Pasient" element
         */
        no.ehelse.xmlstds.eresept.m912.x20211001.M912Document.M912.Pasient addNewPasient();
        
        /**
         * An XML Pasient(@http://www.ehelse.no/xmlstds/eresept/m912/2021-10-01).
         *
         * This is a complex type.
         */
        public interface Pasient extends org.apache.xmlbeans.XmlObject
        {
            public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
                org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Pasient.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sBA43CC6B9DC6D394A7EBD683381E5679").resolveHandle("pasient8e26elemtype");
            
            /**
             * 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);
            
            /**
             * Gets the "RefMsgId" element
             */
            java.lang.String getRefMsgId();
            
            /**
             * Gets (as xml) the "RefMsgId" element
             */
            org.apache.xmlbeans.XmlString xgetRefMsgId();
            
            /**
             * True if has "RefMsgId" element
             */
            boolean isSetRefMsgId();
            
            /**
             * Sets the "RefMsgId" element
             */
            void setRefMsgId(java.lang.String refMsgId);
            
            /**
             * Sets (as xml) the "RefMsgId" element
             */
            void xsetRefMsgId(org.apache.xmlbeans.XmlString refMsgId);
            
            /**
             * Unsets the "RefMsgId" element
             */
            void unsetRefMsgId();
            
            /**
             * Gets the "Multidoselege" element
             */
            no.ehelse.xmlstds.eresept.m912.x20211001.MultidoselegeDocument.Multidoselege getMultidoselege();
            
            /**
             * True if has "Multidoselege" element
             */
            boolean isSetMultidoselege();
            
            /**
             * Sets the "Multidoselege" element
             */
            void setMultidoselege(no.ehelse.xmlstds.eresept.m912.x20211001.MultidoselegeDocument.Multidoselege multidoselege);
            
            /**
             * Appends and returns a new empty "Multidoselege" element
             */
            no.ehelse.xmlstds.eresept.m912.x20211001.MultidoselegeDocument.Multidoselege addNewMultidoselege();
            
            /**
             * Unsets the "Multidoselege" element
             */
            void unsetMultidoselege();
            
            /**
             * Gets the "Multidoseapotek" element
             */
            no.ehelse.xmlstds.eresept.m912.x20211001.MultidoseapotekDocument.Multidoseapotek getMultidoseapotek();
            
            /**
             * True if has "Multidoseapotek" element
             */
            boolean isSetMultidoseapotek();
            
            /**
             * Sets the "Multidoseapotek" element
             */
            void setMultidoseapotek(no.ehelse.xmlstds.eresept.m912.x20211001.MultidoseapotekDocument.Multidoseapotek multidoseapotek);
            
            /**
             * Appends and returns a new empty "Multidoseapotek" element
             */
            no.ehelse.xmlstds.eresept.m912.x20211001.MultidoseapotekDocument.Multidoseapotek addNewMultidoseapotek();
            
            /**
             * Unsets the "Multidoseapotek" element
             */
            void unsetMultidoseapotek();
            
            /**
             * Gets array of all "VarerIBrukB64" elements
             */
            byte[][] getVarerIBrukB64Array();
            
            /**
             * Gets ith "VarerIBrukB64" element
             */
            byte[] getVarerIBrukB64Array(int i);
            
            /**
             * Gets (as xml) array of all "VarerIBrukB64" elements
             */
            org.apache.xmlbeans.XmlBase64Binary[] xgetVarerIBrukB64Array();
            
            /**
             * Gets (as xml) ith "VarerIBrukB64" element
             */
            org.apache.xmlbeans.XmlBase64Binary xgetVarerIBrukB64Array(int i);
            
            /**
             * Returns number of "VarerIBrukB64" element
             */
            int sizeOfVarerIBrukB64Array();
            
            /**
             * Sets array of all "VarerIBrukB64" element
             */
            void setVarerIBrukB64Array(byte[][] varerIBrukB64Array);
            
            /**
             * Sets ith "VarerIBrukB64" element
             */
            void setVarerIBrukB64Array(int i, byte[] varerIBrukB64);
            
            /**
             * Sets (as xml) array of all "VarerIBrukB64" element
             */
            void xsetVarerIBrukB64Array(org.apache.xmlbeans.XmlBase64Binary[] varerIBrukB64Array);
            
            /**
             * Sets (as xml) ith "VarerIBrukB64" element
             */
            void xsetVarerIBrukB64Array(int i, org.apache.xmlbeans.XmlBase64Binary varerIBrukB64);
            
            /**
             * Inserts the value as the ith "VarerIBrukB64" element
             */
            void insertVarerIBrukB64(int i, byte[] varerIBrukB64);
            
            /**
             * Appends the value as the last "VarerIBrukB64" element
             */
            void addVarerIBrukB64(byte[] varerIBrukB64);
            
            /**
             * Inserts and returns a new empty value (as xml) as the ith "VarerIBrukB64" element
             */
            org.apache.xmlbeans.XmlBase64Binary insertNewVarerIBrukB64(int i);
            
            /**
             * Appends and returns a new empty value (as xml) as the last "VarerIBrukB64" element
             */
            org.apache.xmlbeans.XmlBase64Binary addNewVarerIBrukB64();
            
            /**
             * Removes the ith "VarerIBrukB64" element
             */
            void removeVarerIBrukB64(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.m912.x20211001.M912Document.M912.Pasient newInstance() {
                  return (no.ehelse.xmlstds.eresept.m912.x20211001.M912Document.M912.Pasient) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
                
                public static no.ehelse.xmlstds.eresept.m912.x20211001.M912Document.M912.Pasient newInstance(org.apache.xmlbeans.XmlOptions options) {
                  return (no.ehelse.xmlstds.eresept.m912.x20211001.M912Document.M912.Pasient) 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.m912.x20211001.M912Document.M912 newInstance() {
              return (no.ehelse.xmlstds.eresept.m912.x20211001.M912Document.M912) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
            
            public static no.ehelse.xmlstds.eresept.m912.x20211001.M912Document.M912 newInstance(org.apache.xmlbeans.XmlOptions options) {
              return (no.ehelse.xmlstds.eresept.m912.x20211001.M912Document.M912) 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.m912.x20211001.M912Document newInstance() {
          return (no.ehelse.xmlstds.eresept.m912.x20211001.M912Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
        
        public static no.ehelse.xmlstds.eresept.m912.x20211001.M912Document newInstance(org.apache.xmlbeans.XmlOptions options) {
          return (no.ehelse.xmlstds.eresept.m912.x20211001.M912Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
        
        /** @param xmlAsString the string value to parse */
        public static no.ehelse.xmlstds.eresept.m912.x20211001.M912Document parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
          return (no.ehelse.xmlstds.eresept.m912.x20211001.M912Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
        
        public static no.ehelse.xmlstds.eresept.m912.x20211001.M912Document parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (no.ehelse.xmlstds.eresept.m912.x20211001.M912Document) 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.m912.x20211001.M912Document parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (no.ehelse.xmlstds.eresept.m912.x20211001.M912Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
        
        public static no.ehelse.xmlstds.eresept.m912.x20211001.M912Document parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (no.ehelse.xmlstds.eresept.m912.x20211001.M912Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
        
        public static no.ehelse.xmlstds.eresept.m912.x20211001.M912Document parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (no.ehelse.xmlstds.eresept.m912.x20211001.M912Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
        
        public static no.ehelse.xmlstds.eresept.m912.x20211001.M912Document parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (no.ehelse.xmlstds.eresept.m912.x20211001.M912Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
        
        public static no.ehelse.xmlstds.eresept.m912.x20211001.M912Document parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (no.ehelse.xmlstds.eresept.m912.x20211001.M912Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
        
        public static no.ehelse.xmlstds.eresept.m912.x20211001.M912Document parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (no.ehelse.xmlstds.eresept.m912.x20211001.M912Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
        
        public static no.ehelse.xmlstds.eresept.m912.x20211001.M912Document parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (no.ehelse.xmlstds.eresept.m912.x20211001.M912Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
        
        public static no.ehelse.xmlstds.eresept.m912.x20211001.M912Document parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (no.ehelse.xmlstds.eresept.m912.x20211001.M912Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
        
        public static no.ehelse.xmlstds.eresept.m912.x20211001.M912Document parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
          return (no.ehelse.xmlstds.eresept.m912.x20211001.M912Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
        
        public static no.ehelse.xmlstds.eresept.m912.x20211001.M912Document parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (no.ehelse.xmlstds.eresept.m912.x20211001.M912Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
        
        public static no.ehelse.xmlstds.eresept.m912.x20211001.M912Document parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
          return (no.ehelse.xmlstds.eresept.m912.x20211001.M912Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
        
        public static no.ehelse.xmlstds.eresept.m912.x20211001.M912Document parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (no.ehelse.xmlstds.eresept.m912.x20211001.M912Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
        public static no.ehelse.xmlstds.eresept.m912.x20211001.M912Document parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
          return (no.ehelse.xmlstds.eresept.m912.x20211001.M912Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
        public static no.ehelse.xmlstds.eresept.m912.x20211001.M912Document 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.m912.x20211001.M912Document) 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