Uses of Class
org.apache.type_test.types1.SimpleAll

Packages that use SimpleAll
org.apache.cxf.systest.type_test   
org.apache.type_test.doc   
org.apache.type_test.rpc   
org.apache.type_test.types1   
org.apache.type_test.xml   
 

Uses of SimpleAll in org.apache.cxf.systest.type_test
 

Methods in org.apache.cxf.systest.type_test that return SimpleAll
 SimpleAll TypeTestImpl.testSimpleAll(SimpleAll x, javax.xml.ws.Holder<SimpleAll> y, javax.xml.ws.Holder<SimpleAll> z)
           
 

Methods in org.apache.cxf.systest.type_test with parameters of type SimpleAll
 SimpleAll TypeTestImpl.testSimpleAll(SimpleAll x, javax.xml.ws.Holder<SimpleAll> y, javax.xml.ws.Holder<SimpleAll> z)
           
 

Method parameters in org.apache.cxf.systest.type_test with type arguments of type SimpleAll
 SimpleAll TypeTestImpl.testSimpleAll(SimpleAll x, javax.xml.ws.Holder<SimpleAll> y, javax.xml.ws.Holder<SimpleAll> z)
           
 SimpleAll TypeTestImpl.testSimpleAll(SimpleAll x, javax.xml.ws.Holder<SimpleAll> y, javax.xml.ws.Holder<SimpleAll> z)
           
 

Uses of SimpleAll in org.apache.type_test.doc
 

Fields in org.apache.type_test.doc declared as SimpleAll
protected  SimpleAll TestSimpleAllResponse._return
           
protected  SimpleAll TestSimpleAll.x
           
protected  SimpleAll TestSimpleAllResponse.y
           
protected  SimpleAll TestSimpleAll.y
           
protected  SimpleAll TestSimpleAllResponse.z
           
 

Methods in org.apache.type_test.doc that return SimpleAll
 SimpleAll TestSimpleAllResponse.getReturn()
          Gets the value of the return property.
 SimpleAll TestSimpleAll.getX()
          Gets the value of the x property.
 SimpleAll TestSimpleAllResponse.getY()
          Gets the value of the y property.
 SimpleAll TestSimpleAll.getY()
          Gets the value of the y property.
 SimpleAll TestSimpleAllResponse.getZ()
          Gets the value of the z property.
 SimpleAll TypeTestPortType.testSimpleAll(SimpleAll x, javax.xml.ws.Holder<SimpleAll> y, javax.xml.ws.Holder<SimpleAll> z)
           
 

Methods in org.apache.type_test.doc with parameters of type SimpleAll
 void TestSimpleAllResponse.setReturn(SimpleAll value)
          Sets the value of the return property.
 void TestSimpleAll.setX(SimpleAll value)
          Sets the value of the x property.
 void TestSimpleAllResponse.setY(SimpleAll value)
          Sets the value of the y property.
 void TestSimpleAll.setY(SimpleAll value)
          Sets the value of the y property.
 void TestSimpleAllResponse.setZ(SimpleAll value)
          Sets the value of the z property.
 SimpleAll TypeTestPortType.testSimpleAll(SimpleAll x, javax.xml.ws.Holder<SimpleAll> y, javax.xml.ws.Holder<SimpleAll> z)
           
 

Method parameters in org.apache.type_test.doc with type arguments of type SimpleAll
 SimpleAll TypeTestPortType.testSimpleAll(SimpleAll x, javax.xml.ws.Holder<SimpleAll> y, javax.xml.ws.Holder<SimpleAll> z)
           
 SimpleAll TypeTestPortType.testSimpleAll(SimpleAll x, javax.xml.ws.Holder<SimpleAll> y, javax.xml.ws.Holder<SimpleAll> z)
           
 

Uses of SimpleAll in org.apache.type_test.rpc
 

Methods in org.apache.type_test.rpc that return SimpleAll
 SimpleAll TypeTestPortType.testSimpleAll(SimpleAll x, javax.xml.ws.Holder<SimpleAll> y, javax.xml.ws.Holder<SimpleAll> z)
           
 

Methods in org.apache.type_test.rpc with parameters of type SimpleAll
 SimpleAll TypeTestPortType.testSimpleAll(SimpleAll x, javax.xml.ws.Holder<SimpleAll> y, javax.xml.ws.Holder<SimpleAll> z)
           
 

Method parameters in org.apache.type_test.rpc with type arguments of type SimpleAll
 SimpleAll TypeTestPortType.testSimpleAll(SimpleAll x, javax.xml.ws.Holder<SimpleAll> y, javax.xml.ws.Holder<SimpleAll> z)
           
 SimpleAll TypeTestPortType.testSimpleAll(SimpleAll x, javax.xml.ws.Holder<SimpleAll> y, javax.xml.ws.Holder<SimpleAll> z)
           
 

Uses of SimpleAll in org.apache.type_test.types1
 

Subclasses of SimpleAll in org.apache.type_test.types1
 class RestrictedAllBaseAll
          Java class for RestrictedAllBaseAll complex type.
 

Methods in org.apache.type_test.types1 that return SimpleAll
 SimpleAll ObjectFactory.createSimpleAll()
          Create an instance of SimpleAll
 

Uses of SimpleAll in org.apache.type_test.xml
 

Fields in org.apache.type_test.xml declared as SimpleAll
protected  SimpleAll TestSimpleAllResponse._return
           
protected  SimpleAll TestSimpleAll.x
           
protected  SimpleAll TestSimpleAllResponse.y
           
protected  SimpleAll TestSimpleAll.y
           
protected  SimpleAll TestSimpleAllResponse.z
           
 

Methods in org.apache.type_test.xml that return SimpleAll
 SimpleAll TestSimpleAllResponse.getReturn()
          Gets the value of the return property.
 SimpleAll TestSimpleAll.getX()
          Gets the value of the x property.
 SimpleAll TestSimpleAllResponse.getY()
          Gets the value of the y property.
 SimpleAll TestSimpleAll.getY()
          Gets the value of the y property.
 SimpleAll TestSimpleAllResponse.getZ()
          Gets the value of the z property.
 SimpleAll TypeTestPortType.testSimpleAll(SimpleAll x, javax.xml.ws.Holder<SimpleAll> y, javax.xml.ws.Holder<SimpleAll> z)
           
 

Methods in org.apache.type_test.xml with parameters of type SimpleAll
 void TestSimpleAllResponse.setReturn(SimpleAll value)
          Sets the value of the return property.
 void TestSimpleAll.setX(SimpleAll value)
          Sets the value of the x property.
 void TestSimpleAllResponse.setY(SimpleAll value)
          Sets the value of the y property.
 void TestSimpleAll.setY(SimpleAll value)
          Sets the value of the y property.
 void TestSimpleAllResponse.setZ(SimpleAll value)
          Sets the value of the z property.
 SimpleAll TypeTestPortType.testSimpleAll(SimpleAll x, javax.xml.ws.Holder<SimpleAll> y, javax.xml.ws.Holder<SimpleAll> z)
           
 

Method parameters in org.apache.type_test.xml with type arguments of type SimpleAll
 SimpleAll TypeTestPortType.testSimpleAll(SimpleAll x, javax.xml.ws.Holder<SimpleAll> y, javax.xml.ws.Holder<SimpleAll> z)
           
 SimpleAll TypeTestPortType.testSimpleAll(SimpleAll x, javax.xml.ws.Holder<SimpleAll> y, javax.xml.ws.Holder<SimpleAll> z)
           
 



Apache CXF