9 package org.apache.helloWorldSoapHttp.types;
19 public static final org.
apache.xmlbeans.SchemaType type = (
org.
apache.xmlbeans.SchemaType)
20 org.
apache.xmlbeans.XmlBeans.typeSystemForClassLoader(
SayHiDocument.class.getClassLoader(),
"schemaorg_apache_xmlbeans.system.sFC3B1976DA4653A878A3259394BB6467").resolveHandle(
"sayhi8246doctype");
42 public interface SayHi extends org.apache.xmlbeans.XmlObject
44 public static final org.
apache.xmlbeans.SchemaType type = (
org.
apache.xmlbeans.SchemaType)
45 org.
apache.xmlbeans.XmlBeans.typeSystemForClassLoader(
SayHi.class.getClassLoader(),
"schemaorg_apache_xmlbeans.system.sFC3B1976DA4653A878A3259394BB6467").resolveHandle(
"sayhid4feelemtype");
52 public static final class Factory
69 public static final class Factory
133 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 {
134 return org.
apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
138 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 {
139 return org.
apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
141 private Factory() { }
org.apache.helloWorldSoapHttp.types.SayHiDocument.SayHi getSayHi()
void setSayHi(org.apache.helloWorldSoapHttp.types.SayHiDocument.SayHi sayHi)
org.apache.helloWorldSoapHttp.types.SayHiDocument.SayHi addNewSayHi()