no.kith.xmlstds.BL Maven / Gradle / Ivy
/*
* XML Type: BL
* Namespace: http://www.kith.no/xmlstds
* Java type: no.kith.xmlstds.BL
*
* 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 BL(@http://www.kith.no/xmlstds).
*
* This is a complex type.
*/
public interface BL extends org.apache.xmlbeans.XmlObject {
DocumentFactory Factory = new DocumentFactory<>(io.github.mjhaugsdal.system.m922.x20131015.TypeSystemHolder.typeSystem, "blf259type");
org.apache.xmlbeans.SchemaType type = Factory.getType();
/**
* Gets the "V" attribute
*/
boolean getV();
/**
* Gets (as xml) the "V" attribute
*/
no.kith.xmlstds.BL.V xgetV();
/**
* True if has "V" attribute
*/
boolean isSetV();
/**
* Sets the "V" attribute
*/
void setV(boolean v);
/**
* Sets (as xml) the "V" attribute
*/
void xsetV(no.kith.xmlstds.BL.V v);
/**
* Unsets the "V" attribute
*/
void unsetV();
/**
* An XML V(@).
*
* This is an atomic type that is a restriction of no.kith.xmlstds.BL$V.
*/
public interface V extends org.apache.xmlbeans.XmlBoolean {
ElementFactory Factory = new ElementFactory<>(io.github.mjhaugsdal.system.m922.x20131015.TypeSystemHolder.typeSystem, "v7617attrtype");
org.apache.xmlbeans.SchemaType type = Factory.getType();
}
}