no.kith.xmlstds.impl.STImpl Maven / Gradle / Ivy
/*
* XML Type: ST
* Namespace: http://www.kith.no/xmlstds
* Java type: no.kith.xmlstds.ST
*
* 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 ST(@http://www.kith.no/xmlstds).
*
* This is an atomic type that is a restriction of no.kith.xmlstds.ST.
*/
public class STImpl extends org.apache.xmlbeans.impl.values.JavaStringHolderEx implements no.kith.xmlstds.ST {
private static final long serialVersionUID = 1L;
public STImpl(org.apache.xmlbeans.SchemaType sType) {
super(sType, false);
}
protected STImpl(org.apache.xmlbeans.SchemaType sType, boolean b) {
super(sType, b);
}
}