no.kith.xmlstds.INT Maven / Gradle / Ivy
/*
* XML Type: INT
* Namespace: http://www.kith.no/xmlstds
* Java type: no.kith.xmlstds.INT
*
* 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 INT(@http://www.kith.no/xmlstds).
*
* This is an atomic type that is a restriction of no.kith.xmlstds.INT.
*/
public interface INT extends org.apache.xmlbeans.XmlInteger {
SimpleTypeFactory Factory = new SimpleTypeFactory<>(io.github.mjhaugsdal.system.m922.x20131015.TypeSystemHolder.typeSystem, "inte626type");
org.apache.xmlbeans.SchemaType type = Factory.getType();
}