9 package org.apache.helloWorldSoapHttp.types.impl;
17 private static final long serialVersionUID = 1L;
24 private static final javax.xml.namespace.QName GREETMEONEWAY$0 =
25 new javax.xml.namespace.QName(
"http://apache.org/hello_world_soap_http/types",
"greetMeOneWay");
33 synchronized (monitor())
51 generatedSetterHelperImpl(greetMeOneWay, GREETMEONEWAY$0, 0,
org.
apache.xmlbeans.impl.values.XmlObjectBase.KIND_SETTERHELPER_SINGLETON);
59 synchronized (monitor())
72 public static class GreetMeOneWayImpl
extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements
org.apache.helloWorldSoapHttp.types.
GreetMeOneWayDocument.GreetMeOneWay
74 private static final long serialVersionUID = 1L;
76 public GreetMeOneWayImpl(
org.
apache.xmlbeans.SchemaType sType)
81 private static final javax.xml.namespace.QName REQUESTTYPE$0 =
82 new javax.xml.namespace.QName(
"http://apache.org/hello_world_soap_http/types",
"requestType");
88 public java.lang.String getRequestType()
90 synchronized (monitor())
93 org.
apache.xmlbeans.SimpleValue target = null;
94 target = (
org.
apache.xmlbeans.SimpleValue)get_store().find_element_user(REQUESTTYPE$0, 0);
99 return target.getStringValue();
106 public org.
apache.xmlbeans.XmlString xgetRequestType()
108 synchronized (monitor())
111 org.
apache.xmlbeans.XmlString target = null;
112 target = (
org.
apache.xmlbeans.XmlString)get_store().find_element_user(REQUESTTYPE$0, 0);
120 public void setRequestType(java.lang.String requestType)
122 synchronized (monitor())
125 org.
apache.xmlbeans.SimpleValue target = null;
126 target = (
org.
apache.xmlbeans.SimpleValue)get_store().find_element_user(REQUESTTYPE$0, 0);
129 target = (
org.
apache.xmlbeans.SimpleValue)get_store().add_element_user(REQUESTTYPE$0);
131 target.setStringValue(requestType);
138 public void xsetRequestType(
org.
apache.xmlbeans.XmlString requestType)
140 synchronized (monitor())
143 org.
apache.xmlbeans.XmlString target = null;
144 target = (
org.
apache.xmlbeans.XmlString)get_store().find_element_user(REQUESTTYPE$0, 0);
147 target = (
org.
apache.xmlbeans.XmlString)get_store().add_element_user(REQUESTTYPE$0);
149 target.set(requestType);
org.apache.helloWorldSoapHttp.types.GreetMeOneWayDocument.GreetMeOneWay getGreetMeOneWay()
void setGreetMeOneWay(org.apache.helloWorldSoapHttp.types.GreetMeOneWayDocument.GreetMeOneWay greetMeOneWay)
org.apache.helloWorldSoapHttp.types.GreetMeOneWayDocument.GreetMeOneWay addNewGreetMeOneWay()