no.kith.xmlstds.MO Maven / Gradle / Ivy
/*
* XML Type: MO
* Namespace: http://www.kith.no/xmlstds
* Java type: no.kith.xmlstds.MO
*
* 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 MO(@http://www.kith.no/xmlstds).
*
* This is a complex type.
*/
public interface MO extends org.apache.xmlbeans.XmlObject {
DocumentFactory Factory = new DocumentFactory<>(io.github.mjhaugsdal.system.m922.x20131015.TypeSystemHolder.typeSystem, "moda01type");
org.apache.xmlbeans.SchemaType type = Factory.getType();
/**
* Gets the "V" attribute
*/
java.math.BigDecimal getV();
/**
* Gets (as xml) the "V" attribute
*/
org.apache.xmlbeans.XmlDecimal xgetV();
/**
* True if has "V" attribute
*/
boolean isSetV();
/**
* Sets the "V" attribute
*/
void setV(java.math.BigDecimal v);
/**
* Sets (as xml) the "V" attribute
*/
void xsetV(org.apache.xmlbeans.XmlDecimal v);
/**
* Unsets the "V" attribute
*/
void unsetV();
/**
* Gets the "U" attribute
*/
java.lang.String getU();
/**
* Gets (as xml) the "U" attribute
*/
org.apache.xmlbeans.XmlToken xgetU();
/**
* True if has "U" attribute
*/
boolean isSetU();
/**
* Sets the "U" attribute
*/
void setU(java.lang.String u);
/**
* Sets (as xml) the "U" attribute
*/
void xsetU(org.apache.xmlbeans.XmlToken u);
/**
* Unsets the "U" attribute
*/
void unsetU();
}