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

no.kith.xmlstds.eresept.m922.x20131015.M922Document Maven / Gradle / Ivy

/*
 * An XML document type.
 * Localname: M922
 * Namespace: http://www.kith.no/xmlstds/eresept/m922/2013-10-15
 * Java type: no.kith.xmlstds.eresept.m922.x20131015.M922Document
 *
 * Automatically generated - do not modify.
 */
package no.kith.xmlstds.eresept.m922.x20131015;

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 M922(@http://www.kith.no/xmlstds/eresept/m922/2013-10-15) element.
 *
 * This is a complex type.
 */
public interface M922Document extends org.apache.xmlbeans.XmlObject {
    DocumentFactory Factory = new DocumentFactory<>(io.github.mjhaugsdal.system.m922.x20131015.TypeSystemHolder.typeSystem, "m922747fdoctype");
    org.apache.xmlbeans.SchemaType type = Factory.getType();


    /**
     * Gets the "M922" element
     */
    no.kith.xmlstds.eresept.m922.x20131015.M922Document.M922 getM922();

    /**
     * Sets the "M922" element
     */
    void setM922(no.kith.xmlstds.eresept.m922.x20131015.M922Document.M922 m922);

    /**
     * Appends and returns a new empty "M922" element
     */
    no.kith.xmlstds.eresept.m922.x20131015.M922Document.M922 addNewM922();

    /**
     * An XML M922(@http://www.kith.no/xmlstds/eresept/m922/2013-10-15).
     *
     * This is a complex type.
     */
    public interface M922 extends org.apache.xmlbeans.XmlObject {
        ElementFactory Factory = new ElementFactory<>(io.github.mjhaugsdal.system.m922.x20131015.TypeSystemHolder.typeSystem, "m9223be7elemtype");
        org.apache.xmlbeans.SchemaType type = Factory.getType();


        /**
         * Gets a List of "Fnr" elements
         */
        java.util.List getFnrList();

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

        /**
         * Gets ith "Fnr" element
         */
        java.lang.String getFnrArray(int i);

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

        /**
         * Gets (as xml) array of all "Fnr" elements
         */
        org.apache.xmlbeans.XmlString[] xgetFnrArray();

        /**
         * Gets (as xml) ith "Fnr" element
         */
        org.apache.xmlbeans.XmlString xgetFnrArray(int i);

        /**
         * Returns number of "Fnr" element
         */
        int sizeOfFnrArray();

        /**
         * Sets array of all "Fnr" element
         */
        void setFnrArray(java.lang.String[] fnrArray);

        /**
         * Sets ith "Fnr" element
         */
        void setFnrArray(int i, java.lang.String fnr);

        /**
         * Sets (as xml) array of all "Fnr" element
         */
        void xsetFnrArray(org.apache.xmlbeans.XmlString[] fnrArray);

        /**
         * Sets (as xml) ith "Fnr" element
         */
        void xsetFnrArray(int i, org.apache.xmlbeans.XmlString fnr);

        /**
         * Inserts the value as the ith "Fnr" element
         */
        void insertFnr(int i, java.lang.String fnr);

        /**
         * Appends the value as the last "Fnr" element
         */
        void addFnr(java.lang.String fnr);

        /**
         * Inserts and returns a new empty value (as xml) as the ith "Fnr" element
         */
        org.apache.xmlbeans.XmlString insertNewFnr(int i);

        /**
         * Appends and returns a new empty value (as xml) as the last "Fnr" element
         */
        org.apache.xmlbeans.XmlString addNewFnr();

        /**
         * Removes the ith "Fnr" element
         */
        void removeFnr(int i);

        /**
         * Gets the "IngenEndring" element
         */
        boolean getIngenEndring();

        /**
         * Gets (as xml) the "IngenEndring" element
         */
        org.apache.xmlbeans.XmlBoolean xgetIngenEndring();

        /**
         * True if has "IngenEndring" element
         */
        boolean isSetIngenEndring();

        /**
         * Sets the "IngenEndring" element
         */
        void setIngenEndring(boolean ingenEndring);

        /**
         * Sets (as xml) the "IngenEndring" element
         */
        void xsetIngenEndring(org.apache.xmlbeans.XmlBoolean ingenEndring);

        /**
         * Unsets the "IngenEndring" element
         */
        void unsetIngenEndring();
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy