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

no.kith.xmlstds.eresept.m91.x20131008.ForesporselReseptUtlevererDocument Maven / Gradle / Ivy

There is a newer version: 4.2.0
Show newest version
/*
 * An XML document type.
 * Localname: ForesporselReseptUtleverer
 * Namespace: http://www.kith.no/xmlstds/eresept/m91/2013-10-08
 * Java type: no.kith.xmlstds.eresept.m91.x20131008.ForesporselReseptUtlevererDocument
 *
 * Automatically generated - do not modify.
 */
package no.kith.xmlstds.eresept.m91.x20131008;


/**
 * A document containing one ForesporselReseptUtleverer(@http://www.kith.no/xmlstds/eresept/m91/2013-10-08) element.
 *
 * This is a complex type.
 */
public interface ForesporselReseptUtlevererDocument extends org.apache.xmlbeans.XmlObject
{
    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
        org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ForesporselReseptUtlevererDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s3EE957855570D25893AF78685920B0A7").resolveHandle("foresporselreseptutleverer3ca1doctype");
    
    /**
     * Gets the "ForesporselReseptUtleverer" element
     */
    no.kith.xmlstds.eresept.m91.x20131008.ForesporselReseptUtlevererDocument.ForesporselReseptUtleverer getForesporselReseptUtleverer();
    
    /**
     * Sets the "ForesporselReseptUtleverer" element
     */
    void setForesporselReseptUtleverer(no.kith.xmlstds.eresept.m91.x20131008.ForesporselReseptUtlevererDocument.ForesporselReseptUtleverer foresporselReseptUtleverer);
    
    /**
     * Appends and returns a new empty "ForesporselReseptUtleverer" element
     */
    no.kith.xmlstds.eresept.m91.x20131008.ForesporselReseptUtlevererDocument.ForesporselReseptUtleverer addNewForesporselReseptUtleverer();
    
    /**
     * An XML ForesporselReseptUtleverer(@http://www.kith.no/xmlstds/eresept/m91/2013-10-08).
     *
     * This is a complex type.
     */
    public interface ForesporselReseptUtleverer extends org.apache.xmlbeans.XmlObject
    {
        public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
            org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ForesporselReseptUtleverer.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s3EE957855570D25893AF78685920B0A7").resolveHandle("foresporselreseptutlevererbd94elemtype");
        
        /**
         * Gets the "Fnr" element
         */
        java.lang.String getFnr();
        
        /**
         * Gets (as xml) the "Fnr" element
         */
        org.apache.xmlbeans.XmlString xgetFnr();
        
        /**
         * True if has "Fnr" element
         */
        boolean isSetFnr();
        
        /**
         * Sets the "Fnr" element
         */
        void setFnr(java.lang.String fnr);
        
        /**
         * Sets (as xml) the "Fnr" element
         */
        void xsetFnr(org.apache.xmlbeans.XmlString fnr);
        
        /**
         * Unsets the "Fnr" element
         */
        void unsetFnr();
        
        /**
         * Gets array of all "RefNr" elements
         */
        java.lang.String[] getRefNrArray();
        
        /**
         * Gets ith "RefNr" element
         */
        java.lang.String getRefNrArray(int i);
        
        /**
         * Gets (as xml) array of all "RefNr" elements
         */
        org.apache.xmlbeans.XmlString[] xgetRefNrArray();
        
        /**
         * Gets (as xml) ith "RefNr" element
         */
        org.apache.xmlbeans.XmlString xgetRefNrArray(int i);
        
        /**
         * Returns number of "RefNr" element
         */
        int sizeOfRefNrArray();
        
        /**
         * Sets array of all "RefNr" element
         */
        void setRefNrArray(java.lang.String[] refNrArray);
        
        /**
         * Sets ith "RefNr" element
         */
        void setRefNrArray(int i, java.lang.String refNr);
        
        /**
         * Sets (as xml) array of all "RefNr" element
         */
        void xsetRefNrArray(org.apache.xmlbeans.XmlString[] refNrArray);
        
        /**
         * Sets (as xml) ith "RefNr" element
         */
        void xsetRefNrArray(int i, org.apache.xmlbeans.XmlString refNr);
        
        /**
         * Inserts the value as the ith "RefNr" element
         */
        void insertRefNr(int i, java.lang.String refNr);
        
        /**
         * Appends the value as the last "RefNr" element
         */
        void addRefNr(java.lang.String refNr);
        
        /**
         * Inserts and returns a new empty value (as xml) as the ith "RefNr" element
         */
        org.apache.xmlbeans.XmlString insertNewRefNr(int i);
        
        /**
         * Appends and returns a new empty value (as xml) as the last "RefNr" element
         */
        org.apache.xmlbeans.XmlString addNewRefNr();
        
        /**
         * Removes the ith "RefNr" element
         */
        void removeRefNr(int i);
        
        /**
         * Gets the "Fdato" element
         */
        java.util.Calendar getFdato();
        
        /**
         * Gets (as xml) the "Fdato" element
         */
        org.apache.xmlbeans.XmlDate xgetFdato();
        
        /**
         * True if has "Fdato" element
         */
        boolean isSetFdato();
        
        /**
         * Sets the "Fdato" element
         */
        void setFdato(java.util.Calendar fdato);
        
        /**
         * Sets (as xml) the "Fdato" element
         */
        void xsetFdato(org.apache.xmlbeans.XmlDate fdato);
        
        /**
         * Unsets the "Fdato" element
         */
        void unsetFdato();
        
        /**
         * Gets the "Fornavn" element
         */
        java.lang.String getFornavn();
        
        /**
         * Gets (as xml) the "Fornavn" element
         */
        org.apache.xmlbeans.XmlString xgetFornavn();
        
        /**
         * True if has "Fornavn" element
         */
        boolean isSetFornavn();
        
        /**
         * Sets the "Fornavn" element
         */
        void setFornavn(java.lang.String fornavn);
        
        /**
         * Sets (as xml) the "Fornavn" element
         */
        void xsetFornavn(org.apache.xmlbeans.XmlString fornavn);
        
        /**
         * Unsets the "Fornavn" element
         */
        void unsetFornavn();
        
        /**
         * Gets the "Etternavn" element
         */
        java.lang.String getEtternavn();
        
        /**
         * Gets (as xml) the "Etternavn" element
         */
        org.apache.xmlbeans.XmlString xgetEtternavn();
        
        /**
         * True if has "Etternavn" element
         */
        boolean isSetEtternavn();
        
        /**
         * Sets the "Etternavn" element
         */
        void setEtternavn(java.lang.String etternavn);
        
        /**
         * Sets (as xml) the "Etternavn" element
         */
        void xsetEtternavn(org.apache.xmlbeans.XmlString etternavn);
        
        /**
         * Unsets the "Etternavn" element
         */
        void unsetEtternavn();
        
        /**
         * Gets the "Arsak" element
         */
        no.kith.xmlstds.CS getArsak();
        
        /**
         * True if has "Arsak" element
         */
        boolean isSetArsak();
        
        /**
         * Sets the "Arsak" element
         */
        void setArsak(no.kith.xmlstds.CS arsak);
        
        /**
         * Appends and returns a new empty "Arsak" element
         */
        no.kith.xmlstds.CS addNewArsak();
        
        /**
         * Unsets the "Arsak" element
         */
        void unsetArsak();
        
        /**
         * Gets the "AlleResepter" element
         */
        no.kith.xmlstds.CS getAlleResepter();
        
        /**
         * Sets the "AlleResepter" element
         */
        void setAlleResepter(no.kith.xmlstds.CS alleResepter);
        
        /**
         * Appends and returns a new empty "AlleResepter" element
         */
        no.kith.xmlstds.CS addNewAlleResepter();
        
        /**
         * Gets the "FonetiskSok" element
         */
        no.kith.xmlstds.CS getFonetiskSok();
        
        /**
         * True if has "FonetiskSok" element
         */
        boolean isSetFonetiskSok();
        
        /**
         * Sets the "FonetiskSok" element
         */
        void setFonetiskSok(no.kith.xmlstds.CS fonetiskSok);
        
        /**
         * Appends and returns a new empty "FonetiskSok" element
         */
        no.kith.xmlstds.CS addNewFonetiskSok();
        
        /**
         * Unsets the "FonetiskSok" element
         */
        void unsetFonetiskSok();
        
        /**
         * Gets the "AnsattId" element
         */
        java.lang.String getAnsattId();
        
        /**
         * Gets (as xml) the "AnsattId" element
         */
        org.apache.xmlbeans.XmlString xgetAnsattId();
        
        /**
         * Sets the "AnsattId" element
         */
        void setAnsattId(java.lang.String ansattId);
        
        /**
         * Sets (as xml) the "AnsattId" element
         */
        void xsetAnsattId(org.apache.xmlbeans.XmlString ansattId);
        
        /**
         * Gets the "InkluderVergeinnsynsreservasjon" element
         */
        no.kith.xmlstds.CS getInkluderVergeinnsynsreservasjon();
        
        /**
         * Sets the "InkluderVergeinnsynsreservasjon" element
         */
        void setInkluderVergeinnsynsreservasjon(no.kith.xmlstds.CS inkluderVergeinnsynsreservasjon);
        
        /**
         * Appends and returns a new empty "InkluderVergeinnsynsreservasjon" element
         */
        no.kith.xmlstds.CS addNewInkluderVergeinnsynsreservasjon();
        
        /**
         * A factory class with static methods for creating instances
         * of this type.
         */
        
        public static final class Factory
        {
            public static no.kith.xmlstds.eresept.m91.x20131008.ForesporselReseptUtlevererDocument.ForesporselReseptUtleverer newInstance() {
              return (no.kith.xmlstds.eresept.m91.x20131008.ForesporselReseptUtlevererDocument.ForesporselReseptUtleverer) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
            
            public static no.kith.xmlstds.eresept.m91.x20131008.ForesporselReseptUtlevererDocument.ForesporselReseptUtleverer newInstance(org.apache.xmlbeans.XmlOptions options) {
              return (no.kith.xmlstds.eresept.m91.x20131008.ForesporselReseptUtlevererDocument.ForesporselReseptUtleverer) 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.m91.x20131008.ForesporselReseptUtlevererDocument newInstance() {
          return (no.kith.xmlstds.eresept.m91.x20131008.ForesporselReseptUtlevererDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
        
        public static no.kith.xmlstds.eresept.m91.x20131008.ForesporselReseptUtlevererDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
          return (no.kith.xmlstds.eresept.m91.x20131008.ForesporselReseptUtlevererDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
        
        /** @param xmlAsString the string value to parse */
        public static no.kith.xmlstds.eresept.m91.x20131008.ForesporselReseptUtlevererDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
          return (no.kith.xmlstds.eresept.m91.x20131008.ForesporselReseptUtlevererDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
        
        public static no.kith.xmlstds.eresept.m91.x20131008.ForesporselReseptUtlevererDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (no.kith.xmlstds.eresept.m91.x20131008.ForesporselReseptUtlevererDocument) 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.m91.x20131008.ForesporselReseptUtlevererDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (no.kith.xmlstds.eresept.m91.x20131008.ForesporselReseptUtlevererDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
        
        public static no.kith.xmlstds.eresept.m91.x20131008.ForesporselReseptUtlevererDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (no.kith.xmlstds.eresept.m91.x20131008.ForesporselReseptUtlevererDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
        
        public static no.kith.xmlstds.eresept.m91.x20131008.ForesporselReseptUtlevererDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (no.kith.xmlstds.eresept.m91.x20131008.ForesporselReseptUtlevererDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
        
        public static no.kith.xmlstds.eresept.m91.x20131008.ForesporselReseptUtlevererDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (no.kith.xmlstds.eresept.m91.x20131008.ForesporselReseptUtlevererDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
        
        public static no.kith.xmlstds.eresept.m91.x20131008.ForesporselReseptUtlevererDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (no.kith.xmlstds.eresept.m91.x20131008.ForesporselReseptUtlevererDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
        
        public static no.kith.xmlstds.eresept.m91.x20131008.ForesporselReseptUtlevererDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (no.kith.xmlstds.eresept.m91.x20131008.ForesporselReseptUtlevererDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
        
        public static no.kith.xmlstds.eresept.m91.x20131008.ForesporselReseptUtlevererDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (no.kith.xmlstds.eresept.m91.x20131008.ForesporselReseptUtlevererDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
        
        public static no.kith.xmlstds.eresept.m91.x20131008.ForesporselReseptUtlevererDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (no.kith.xmlstds.eresept.m91.x20131008.ForesporselReseptUtlevererDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
        
        public static no.kith.xmlstds.eresept.m91.x20131008.ForesporselReseptUtlevererDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
          return (no.kith.xmlstds.eresept.m91.x20131008.ForesporselReseptUtlevererDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
        
        public static no.kith.xmlstds.eresept.m91.x20131008.ForesporselReseptUtlevererDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (no.kith.xmlstds.eresept.m91.x20131008.ForesporselReseptUtlevererDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
        
        public static no.kith.xmlstds.eresept.m91.x20131008.ForesporselReseptUtlevererDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
          return (no.kith.xmlstds.eresept.m91.x20131008.ForesporselReseptUtlevererDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
        
        public static no.kith.xmlstds.eresept.m91.x20131008.ForesporselReseptUtlevererDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (no.kith.xmlstds.eresept.m91.x20131008.ForesporselReseptUtlevererDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
        public static no.kith.xmlstds.eresept.m91.x20131008.ForesporselReseptUtlevererDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
          return (no.kith.xmlstds.eresept.m91.x20131008.ForesporselReseptUtlevererDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
        public static no.kith.xmlstds.eresept.m91.x20131008.ForesporselReseptUtlevererDocument 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.m91.x20131008.ForesporselReseptUtlevererDocument) 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