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

no.kith.xmlstds.eresept.m9Na4.x20160606.M9NA4Document Maven / Gradle / Ivy

There is a newer version: 4.2.0
Show newest version
/*
 * An XML document type.
 * Localname: M9NA4
 * Namespace: http://www.kith.no/xmlstds/eresept/m9na4/2016-06-06
 * Java type: no.kith.xmlstds.eresept.m9Na4.x20160606.M9NA4Document
 *
 * Automatically generated - do not modify.
 */
package no.kith.xmlstds.eresept.m9Na4.x20160606;


/**
 * A document containing one M9NA4(@http://www.kith.no/xmlstds/eresept/m9na4/2016-06-06) element.
 *
 * This is a complex type.
 */
public interface M9NA4Document extends org.apache.xmlbeans.XmlObject
{
    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
        org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(M9NA4Document.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s201246EE6066E5E8B288D0FA2991B0A9").resolveHandle("m9na429dddoctype");
    
    /**
     * Gets the "M9NA4" element
     */
    no.kith.xmlstds.eresept.m9Na4.x20160606.M9NA4Document.M9NA4 getM9NA4();
    
    /**
     * Sets the "M9NA4" element
     */
    void setM9NA4(no.kith.xmlstds.eresept.m9Na4.x20160606.M9NA4Document.M9NA4 m9NA4);
    
    /**
     * Appends and returns a new empty "M9NA4" element
     */
    no.kith.xmlstds.eresept.m9Na4.x20160606.M9NA4Document.M9NA4 addNewM9NA4();
    
    /**
     * An XML M9NA4(@http://www.kith.no/xmlstds/eresept/m9na4/2016-06-06).
     *
     * This is a complex type.
     */
    public interface M9NA4 extends org.apache.xmlbeans.XmlObject
    {
        public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
            org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(M9NA4.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s201246EE6066E5E8B288D0FA2991B0A9").resolveHandle("m9na4a89eelemtype");
        
        /**
         * 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 "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 "RefKode" element
         */
        no.kith.xmlstds.CV getRefKode();
        
        /**
         * True if has "RefKode" element
         */
        boolean isSetRefKode();
        
        /**
         * Sets the "RefKode" element
         */
        void setRefKode(no.kith.xmlstds.CV refKode);
        
        /**
         * Appends and returns a new empty "RefKode" element
         */
        no.kith.xmlstds.CV addNewRefKode();
        
        /**
         * Unsets the "RefKode" element
         */
        void unsetRefKode();
        
        /**
         * Gets the "InstitusjonsID" element
         */
        no.kith.xmlstds.felleskomponent1.Ident getInstitusjonsID();
        
        /**
         * True if has "InstitusjonsID" element
         */
        boolean isSetInstitusjonsID();
        
        /**
         * Sets the "InstitusjonsID" element
         */
        void setInstitusjonsID(no.kith.xmlstds.felleskomponent1.Ident institusjonsID);
        
        /**
         * Appends and returns a new empty "InstitusjonsID" element
         */
        no.kith.xmlstds.felleskomponent1.Ident addNewInstitusjonsID();
        
        /**
         * Unsets the "InstitusjonsID" element
         */
        void unsetInstitusjonsID();
        
        /**
         * Gets the "BytteresRekvirent" element
         */
        no.kith.xmlstds.CS getBytteresRekvirent();
        
        /**
         * True if has "BytteresRekvirent" element
         */
        boolean isSetBytteresRekvirent();
        
        /**
         * Sets the "BytteresRekvirent" element
         */
        void setBytteresRekvirent(no.kith.xmlstds.CS bytteresRekvirent);
        
        /**
         * Appends and returns a new empty "BytteresRekvirent" element
         */
        no.kith.xmlstds.CS addNewBytteresRekvirent();
        
        /**
         * Unsets the "BytteresRekvirent" element
         */
        void unsetBytteresRekvirent();
        
        /**
         * Gets the "Kortdose" element
         */
        no.kith.xmlstds.CV getKortdose();
        
        /**
         * True if has "Kortdose" element
         */
        boolean isSetKortdose();
        
        /**
         * Sets the "Kortdose" element
         */
        void setKortdose(no.kith.xmlstds.CV kortdose);
        
        /**
         * Appends and returns a new empty "Kortdose" element
         */
        no.kith.xmlstds.CV addNewKortdose();
        
        /**
         * Unsets the "Kortdose" element
         */
        void unsetKortdose();
        
        /**
         * Gets array of all "Egenandel" elements
         */
        no.kith.xmlstds.eresept.m9Na4.x20160606.EgenandelDocument.Egenandel[] getEgenandelArray();
        
        /**
         * Gets ith "Egenandel" element
         */
        no.kith.xmlstds.eresept.m9Na4.x20160606.EgenandelDocument.Egenandel getEgenandelArray(int i);
        
        /**
         * Returns number of "Egenandel" element
         */
        int sizeOfEgenandelArray();
        
        /**
         * Sets array of all "Egenandel" element
         */
        void setEgenandelArray(no.kith.xmlstds.eresept.m9Na4.x20160606.EgenandelDocument.Egenandel[] egenandelArray);
        
        /**
         * Sets ith "Egenandel" element
         */
        void setEgenandelArray(int i, no.kith.xmlstds.eresept.m9Na4.x20160606.EgenandelDocument.Egenandel egenandel);
        
        /**
         * Inserts and returns a new empty value (as xml) as the ith "Egenandel" element
         */
        no.kith.xmlstds.eresept.m9Na4.x20160606.EgenandelDocument.Egenandel insertNewEgenandel(int i);
        
        /**
         * Appends and returns a new empty value (as xml) as the last "Egenandel" element
         */
        no.kith.xmlstds.eresept.m9Na4.x20160606.EgenandelDocument.Egenandel addNewEgenandel();
        
        /**
         * Removes the ith "Egenandel" element
         */
        void removeEgenandel(int i);
        
        /**
         * Gets array of all "Utlevering" elements
         */
        no.kith.xmlstds.eresept.m9Na4.x20160606.UtleveringDocument.Utlevering[] getUtleveringArray();
        
        /**
         * Gets ith "Utlevering" element
         */
        no.kith.xmlstds.eresept.m9Na4.x20160606.UtleveringDocument.Utlevering getUtleveringArray(int i);
        
        /**
         * Returns number of "Utlevering" element
         */
        int sizeOfUtleveringArray();
        
        /**
         * Sets array of all "Utlevering" element
         */
        void setUtleveringArray(no.kith.xmlstds.eresept.m9Na4.x20160606.UtleveringDocument.Utlevering[] utleveringArray);
        
        /**
         * Sets ith "Utlevering" element
         */
        void setUtleveringArray(int i, no.kith.xmlstds.eresept.m9Na4.x20160606.UtleveringDocument.Utlevering utlevering);
        
        /**
         * Inserts and returns a new empty value (as xml) as the ith "Utlevering" element
         */
        no.kith.xmlstds.eresept.m9Na4.x20160606.UtleveringDocument.Utlevering insertNewUtlevering(int i);
        
        /**
         * Appends and returns a new empty value (as xml) as the last "Utlevering" element
         */
        no.kith.xmlstds.eresept.m9Na4.x20160606.UtleveringDocument.Utlevering addNewUtlevering();
        
        /**
         * Removes the ith "Utlevering" element
         */
        void removeUtlevering(int i);
        
        /**
         * A factory class with static methods for creating instances
         * of this type.
         */
        
        public static final class Factory
        {
            public static no.kith.xmlstds.eresept.m9Na4.x20160606.M9NA4Document.M9NA4 newInstance() {
              return (no.kith.xmlstds.eresept.m9Na4.x20160606.M9NA4Document.M9NA4) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
            
            public static no.kith.xmlstds.eresept.m9Na4.x20160606.M9NA4Document.M9NA4 newInstance(org.apache.xmlbeans.XmlOptions options) {
              return (no.kith.xmlstds.eresept.m9Na4.x20160606.M9NA4Document.M9NA4) 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.kith.xmlstds.eresept.m9Na4.x20160606.M9NA4Document newInstance() {
          return (no.kith.xmlstds.eresept.m9Na4.x20160606.M9NA4Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
        
        public static no.kith.xmlstds.eresept.m9Na4.x20160606.M9NA4Document newInstance(org.apache.xmlbeans.XmlOptions options) {
          return (no.kith.xmlstds.eresept.m9Na4.x20160606.M9NA4Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
        
        /** @param xmlAsString the string value to parse */
        public static no.kith.xmlstds.eresept.m9Na4.x20160606.M9NA4Document parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
          return (no.kith.xmlstds.eresept.m9Na4.x20160606.M9NA4Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
        
        public static no.kith.xmlstds.eresept.m9Na4.x20160606.M9NA4Document parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (no.kith.xmlstds.eresept.m9Na4.x20160606.M9NA4Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
        
        /** @param file the file from which to load an xml document */
        public static no.kith.xmlstds.eresept.m9Na4.x20160606.M9NA4Document parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (no.kith.xmlstds.eresept.m9Na4.x20160606.M9NA4Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
        
        public static no.kith.xmlstds.eresept.m9Na4.x20160606.M9NA4Document parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (no.kith.xmlstds.eresept.m9Na4.x20160606.M9NA4Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
        
        public static no.kith.xmlstds.eresept.m9Na4.x20160606.M9NA4Document parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (no.kith.xmlstds.eresept.m9Na4.x20160606.M9NA4Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
        
        public static no.kith.xmlstds.eresept.m9Na4.x20160606.M9NA4Document parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (no.kith.xmlstds.eresept.m9Na4.x20160606.M9NA4Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
        
        public static no.kith.xmlstds.eresept.m9Na4.x20160606.M9NA4Document parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (no.kith.xmlstds.eresept.m9Na4.x20160606.M9NA4Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
        
        public static no.kith.xmlstds.eresept.m9Na4.x20160606.M9NA4Document parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (no.kith.xmlstds.eresept.m9Na4.x20160606.M9NA4Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
        
        public static no.kith.xmlstds.eresept.m9Na4.x20160606.M9NA4Document parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (no.kith.xmlstds.eresept.m9Na4.x20160606.M9NA4Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
        
        public static no.kith.xmlstds.eresept.m9Na4.x20160606.M9NA4Document parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (no.kith.xmlstds.eresept.m9Na4.x20160606.M9NA4Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
        
        public static no.kith.xmlstds.eresept.m9Na4.x20160606.M9NA4Document parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
          return (no.kith.xmlstds.eresept.m9Na4.x20160606.M9NA4Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
        
        public static no.kith.xmlstds.eresept.m9Na4.x20160606.M9NA4Document parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (no.kith.xmlstds.eresept.m9Na4.x20160606.M9NA4Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
        
        public static no.kith.xmlstds.eresept.m9Na4.x20160606.M9NA4Document parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
          return (no.kith.xmlstds.eresept.m9Na4.x20160606.M9NA4Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
        
        public static no.kith.xmlstds.eresept.m9Na4.x20160606.M9NA4Document parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (no.kith.xmlstds.eresept.m9Na4.x20160606.M9NA4Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
        public static no.kith.xmlstds.eresept.m9Na4.x20160606.M9NA4Document parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
          return (no.kith.xmlstds.eresept.m9Na4.x20160606.M9NA4Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
        public static no.kith.xmlstds.eresept.m9Na4.x20160606.M9NA4Document 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.kith.xmlstds.eresept.m9Na4.x20160606.M9NA4Document) 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