9 package org.apache.helloWorldSoapHttp.types.impl;
17 private static final long serialVersionUID = 1L;
24 private static final javax.xml.namespace.QName SAYHIRESPONSE$0 =
25 new javax.xml.namespace.QName(
"http://apache.org/hello_world_soap_http/types",
"sayHiResponse");
33 synchronized (monitor())
51 generatedSetterHelperImpl(sayHiResponse, SAYHIRESPONSE$0, 0,
org.
apache.xmlbeans.impl.values.XmlObjectBase.KIND_SETTERHELPER_SINGLETON);
59 synchronized (monitor())
72 public static class SayHiResponseImpl
extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements
org.apache.helloWorldSoapHttp.types.
SayHiResponseDocument.SayHiResponse
74 private static final long serialVersionUID = 1L;
76 public SayHiResponseImpl(
org.
apache.xmlbeans.SchemaType sType)
81 private static final javax.xml.namespace.QName RESPONSETYPE$0 =
82 new javax.xml.namespace.QName(
"http://apache.org/hello_world_soap_http/types",
"responseType");
88 public java.lang.String getResponseType()
90 synchronized (monitor())
93 org.
apache.xmlbeans.SimpleValue target = null;
94 target = (
org.
apache.xmlbeans.SimpleValue)get_store().find_element_user(RESPONSETYPE$0, 0);
99 return target.getStringValue();
106 public org.
apache.xmlbeans.XmlString xgetResponseType()
108 synchronized (monitor())
111 org.
apache.xmlbeans.XmlString target = null;
112 target = (
org.
apache.xmlbeans.XmlString)get_store().find_element_user(RESPONSETYPE$0, 0);
120 public void setResponseType(java.lang.String responseType)
122 synchronized (monitor())
125 org.
apache.xmlbeans.SimpleValue target = null;
126 target = (
org.
apache.xmlbeans.SimpleValue)get_store().find_element_user(RESPONSETYPE$0, 0);
129 target = (
org.
apache.xmlbeans.SimpleValue)get_store().add_element_user(RESPONSETYPE$0);
131 target.setStringValue(responseType);
138 public void xsetResponseType(
org.
apache.xmlbeans.XmlString responseType)
140 synchronized (monitor())
143 org.
apache.xmlbeans.XmlString target = null;
144 target = (
org.
apache.xmlbeans.XmlString)get_store().find_element_user(RESPONSETYPE$0, 0);
147 target = (
org.
apache.xmlbeans.XmlString)get_store().add_element_user(RESPONSETYPE$0);
149 target.set(responseType);
org.apache.helloWorldSoapHttp.types.SayHiResponseDocument.SayHiResponse getSayHiResponse()
void setSayHiResponse(org.apache.helloWorldSoapHttp.types.SayHiResponseDocument.SayHiResponse sayHiResponse)
org.apache.helloWorldSoapHttp.types.SayHiResponseDocument.SayHiResponse addNewSayHiResponse()