no.kith.xmlstds.impl.INTImpl 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.impl;
import javax.xml.namespace.QName;
import org.apache.xmlbeans.QNameSet;
import org.apache.xmlbeans.XmlObject;
/**
* An XML INT(@http://www.kith.no/xmlstds).
*
* This is an atomic type that is a restriction of no.kith.xmlstds.INT.
*/
public class INTImpl extends org.apache.xmlbeans.impl.values.JavaIntegerHolderEx implements no.kith.xmlstds.INT {
private static final long serialVersionUID = 1L;
public INTImpl(org.apache.xmlbeans.SchemaType sType) {
super(sType, false);
}
protected INTImpl(org.apache.xmlbeans.SchemaType sType, boolean b) {
super(sType, b);
}
}