no.kith.xmlstds.impl.BaseImpl Maven / Gradle / Ivy
/*
* XML Type: base
* Namespace: http://www.kith.no/xmlstds
* Java type: no.kith.xmlstds.Base
*
* 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 base(@http://www.kith.no/xmlstds).
*
* This is a complex type.
*/
public class BaseImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements no.kith.xmlstds.Base {
private static final long serialVersionUID = 1L;
public BaseImpl(org.apache.xmlbeans.SchemaType sType) {
super(sType);
}
}