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

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

There is a newer version: 4.2.0
Show newest version
/*
 * XML Type:  REAL
 * Namespace: http://www.kith.no/xmlstds
 * Java type: no.kith.xmlstds.REAL
 *
 * 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 REAL(@http://www.kith.no/xmlstds).
 *
 * This is a complex type.
 */
public interface REAL extends org.apache.xmlbeans.XmlObject {
    DocumentFactory Factory = new DocumentFactory<>(io.github.mjhaugsdal.system.m96.x20180701.TypeSystemHolder.typeSystem, "realc2c5type");
    org.apache.xmlbeans.SchemaType type = Factory.getType();


    /**
     * Gets the "V" attribute
     */
    double getV();

    /**
     * Gets (as xml) the "V" attribute
     */
    org.apache.xmlbeans.XmlDouble xgetV();

    /**
     * True if has "V" attribute
     */
    boolean isSetV();

    /**
     * Sets the "V" attribute
     */
    void setV(double v);

    /**
     * Sets (as xml) the "V" attribute
     */
    void xsetV(org.apache.xmlbeans.XmlDouble v);

    /**
     * Unsets the "V" attribute
     */
    void unsetV();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy