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