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

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

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


/**
 * A document containing one Multidoseapotek(@http://www.ehelse.no/xmlstds/eresept/m912/2021-10-01) element.
 *
 * This is a complex type.
 */
public interface MultidoseapotekDocument extends org.apache.xmlbeans.XmlObject
{
    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
        org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(MultidoseapotekDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sBA43CC6B9DC6D394A7EBD683381E5679").resolveHandle("multidoseapotek82dcdoctype");
    
    /**
     * Gets the "Multidoseapotek" element
     */
    no.ehelse.xmlstds.eresept.m912.x20211001.MultidoseapotekDocument.Multidoseapotek getMultidoseapotek();
    
    /**
     * 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();
    
    /**
     * An XML Multidoseapotek(@http://www.ehelse.no/xmlstds/eresept/m912/2021-10-01).
     *
     * This is a complex type.
     */
    public interface Multidoseapotek extends org.apache.xmlbeans.XmlObject
    {
        public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
            org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Multidoseapotek.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sBA43CC6B9DC6D394A7EBD683381E5679").resolveHandle("multidoseapotek40c0elemtype");
        
        /**
         * Gets the "Navn" element
         */
        java.lang.String getNavn();
        
        /**
         * Gets (as xml) the "Navn" element
         */
        org.apache.xmlbeans.XmlString xgetNavn();
        
        /**
         * Sets the "Navn" element
         */
        void setNavn(java.lang.String navn);
        
        /**
         * Sets (as xml) the "Navn" element
         */
        void xsetNavn(org.apache.xmlbeans.XmlString navn);
        
        /**
         * Gets the "Herid" element
         */
        java.lang.String getHerid();
        
        /**
         * Gets (as xml) the "Herid" element
         */
        org.apache.xmlbeans.XmlString xgetHerid();
        
        /**
         * Sets the "Herid" element
         */
        void setHerid(java.lang.String herid);
        
        /**
         * Sets (as xml) the "Herid" element
         */
        void xsetHerid(org.apache.xmlbeans.XmlString herid);
        
        /**
         * Gets the "Konsesjonsnummer" element
         */
        java.lang.String getKonsesjonsnummer();
        
        /**
         * Gets (as xml) the "Konsesjonsnummer" element
         */
        org.apache.xmlbeans.XmlString xgetKonsesjonsnummer();
        
        /**
         * True if has "Konsesjonsnummer" element
         */
        boolean isSetKonsesjonsnummer();
        
        /**
         * Sets the "Konsesjonsnummer" element
         */
        void setKonsesjonsnummer(java.lang.String konsesjonsnummer);
        
        /**
         * Sets (as xml) the "Konsesjonsnummer" element
         */
        void xsetKonsesjonsnummer(org.apache.xmlbeans.XmlString konsesjonsnummer);
        
        /**
         * Unsets the "Konsesjonsnummer" element
         */
        void unsetKonsesjonsnummer();
        
        /**
         * Gets the "AktivTil" element
         */
        java.util.Calendar getAktivTil();
        
        /**
         * Gets (as xml) the "AktivTil" element
         */
        org.apache.xmlbeans.XmlDate xgetAktivTil();
        
        /**
         * True if has "AktivTil" element
         */
        boolean isSetAktivTil();
        
        /**
         * Sets the "AktivTil" element
         */
        void setAktivTil(java.util.Calendar aktivTil);
        
        /**
         * Sets (as xml) the "AktivTil" element
         */
        void xsetAktivTil(org.apache.xmlbeans.XmlDate aktivTil);
        
        /**
         * Unsets the "AktivTil" element
         */
        void unsetAktivTil();
        
        /**
         * Gets the "Telefon" element
         */
        java.lang.String getTelefon();
        
        /**
         * Gets (as xml) the "Telefon" element
         */
        org.apache.xmlbeans.XmlString xgetTelefon();
        
        /**
         * True if has "Telefon" element
         */
        boolean isSetTelefon();
        
        /**
         * Sets the "Telefon" element
         */
        void setTelefon(java.lang.String telefon);
        
        /**
         * Sets (as xml) the "Telefon" element
         */
        void xsetTelefon(org.apache.xmlbeans.XmlString telefon);
        
        /**
         * Unsets the "Telefon" element
         */
        void unsetTelefon();
        
        /**
         * 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.MultidoseapotekDocument.Multidoseapotek newInstance() {
              return (no.ehelse.xmlstds.eresept.m912.x20211001.MultidoseapotekDocument.Multidoseapotek) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
            
            public static no.ehelse.xmlstds.eresept.m912.x20211001.MultidoseapotekDocument.Multidoseapotek newInstance(org.apache.xmlbeans.XmlOptions options) {
              return (no.ehelse.xmlstds.eresept.m912.x20211001.MultidoseapotekDocument.Multidoseapotek) 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.MultidoseapotekDocument newInstance() {
          return (no.ehelse.xmlstds.eresept.m912.x20211001.MultidoseapotekDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
        
        public static no.ehelse.xmlstds.eresept.m912.x20211001.MultidoseapotekDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
          return (no.ehelse.xmlstds.eresept.m912.x20211001.MultidoseapotekDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
        
        /** @param xmlAsString the string value to parse */
        public static no.ehelse.xmlstds.eresept.m912.x20211001.MultidoseapotekDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
          return (no.ehelse.xmlstds.eresept.m912.x20211001.MultidoseapotekDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
        
        public static no.ehelse.xmlstds.eresept.m912.x20211001.MultidoseapotekDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (no.ehelse.xmlstds.eresept.m912.x20211001.MultidoseapotekDocument) 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.MultidoseapotekDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (no.ehelse.xmlstds.eresept.m912.x20211001.MultidoseapotekDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
        
        public static no.ehelse.xmlstds.eresept.m912.x20211001.MultidoseapotekDocument 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.MultidoseapotekDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
        
        public static no.ehelse.xmlstds.eresept.m912.x20211001.MultidoseapotekDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (no.ehelse.xmlstds.eresept.m912.x20211001.MultidoseapotekDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
        
        public static no.ehelse.xmlstds.eresept.m912.x20211001.MultidoseapotekDocument 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.MultidoseapotekDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
        
        public static no.ehelse.xmlstds.eresept.m912.x20211001.MultidoseapotekDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (no.ehelse.xmlstds.eresept.m912.x20211001.MultidoseapotekDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
        
        public static no.ehelse.xmlstds.eresept.m912.x20211001.MultidoseapotekDocument 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.MultidoseapotekDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
        
        public static no.ehelse.xmlstds.eresept.m912.x20211001.MultidoseapotekDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (no.ehelse.xmlstds.eresept.m912.x20211001.MultidoseapotekDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
        
        public static no.ehelse.xmlstds.eresept.m912.x20211001.MultidoseapotekDocument 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.MultidoseapotekDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
        
        public static no.ehelse.xmlstds.eresept.m912.x20211001.MultidoseapotekDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
          return (no.ehelse.xmlstds.eresept.m912.x20211001.MultidoseapotekDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
        
        public static no.ehelse.xmlstds.eresept.m912.x20211001.MultidoseapotekDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (no.ehelse.xmlstds.eresept.m912.x20211001.MultidoseapotekDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
        
        public static no.ehelse.xmlstds.eresept.m912.x20211001.MultidoseapotekDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
          return (no.ehelse.xmlstds.eresept.m912.x20211001.MultidoseapotekDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
        
        public static no.ehelse.xmlstds.eresept.m912.x20211001.MultidoseapotekDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (no.ehelse.xmlstds.eresept.m912.x20211001.MultidoseapotekDocument) 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.MultidoseapotekDocument 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.MultidoseapotekDocument) 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.MultidoseapotekDocument 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.MultidoseapotekDocument) 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