8 package com.freemindcafe.purchase3;
16 public interface SKU extends org.apache.xmlbeans.XmlString
18 public static final org.
apache.xmlbeans.SchemaType type = (
org.
apache.xmlbeans.SchemaType)
19 org.
apache.xmlbeans.XmlBeans.typeSystemForClassLoader(
SKU.class.getClassLoader(),
"schemaorg_apache_xmlbeans.system.s3415DA2FD2301C0CF5A1A9BAB0E726C4").resolveHandle(
"skuf2eetype");
26 public static final class Factory
93 public static org.
apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(
org.
apache.xmlbeans.xml.stream.XMLInputStream xis)
throws org.
apache.xmlbeans.XmlException,
org.
apache.xmlbeans.xml.stream.XMLStreamException {
94 return org.
apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
98 public static org.
apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(
org.
apache.xmlbeans.xml.stream.XMLInputStream xis,
org.
apache.xmlbeans.XmlOptions options)
throws org.
apache.xmlbeans.XmlException,
org.
apache.xmlbeans.xml.stream.XMLStreamException {
99 return org.
apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
101 private Factory() { }