no.kith.xmlstds.PQ Maven / Gradle / Ivy
/*
* XML Type: PQ
* Namespace: http://www.kith.no/xmlstds
* Java type: no.kith.xmlstds.PQ
*
* 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 PQ(@http://www.kith.no/xmlstds).
*
* This is a complex type.
*/
public interface PQ extends org.apache.xmlbeans.XmlObject {
DocumentFactory Factory = new DocumentFactory<>(io.github.mjhaugsdal.system.m96.x20180701.TypeSystemHolder.typeSystem, "pq9642type");
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();
/**
* 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();
}