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

no.kith.xmlstds.ED Maven / Gradle / Ivy

/*
 * XML Type:  ED
 * Namespace: http://www.kith.no/xmlstds
 * Java type: no.kith.xmlstds.ED
 *
 * Automatically generated - do not modify.
 */
package no.kith.xmlstds;

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;


/**
 * An XML ED(@http://www.kith.no/xmlstds).
 *
 * This is a complex type.
 */
public interface ED extends no.kith.xmlstds.Base {
    DocumentFactory Factory = new DocumentFactory<>(io.github.mjhaugsdal.system.m922.x20131015.TypeSystemHolder.typeSystem, "ed64e4type");
    org.apache.xmlbeans.SchemaType type = Factory.getType();


    /**
     * Gets the "MT" attribute
     */
    no.kith.xmlstds.MTAttribute.MT.Enum getMT();

    /**
     * Gets (as xml) the "MT" attribute
     */
    no.kith.xmlstds.MTAttribute.MT xgetMT();

    /**
     * True if has "MT" attribute
     */
    boolean isSetMT();

    /**
     * Sets the "MT" attribute
     */
    void setMT(no.kith.xmlstds.MTAttribute.MT.Enum mt);

    /**
     * Sets (as xml) the "MT" attribute
     */
    void xsetMT(no.kith.xmlstds.MTAttribute.MT mt);

    /**
     * Unsets the "MT" attribute
     */
    void unsetMT();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy