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

Packages that use SimpleChoice
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 SimpleChoice in org.apache.cxf.systest.type_test
 

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

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

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

Uses of SimpleChoice in org.apache.type_test.doc
 

Fields in org.apache.type_test.doc declared as SimpleChoice
protected  SimpleChoice TestSimpleChoiceResponse._return
           
protected  SimpleChoice TestSimpleChoice.x
           
protected  SimpleChoice TestSimpleChoiceResponse.y
           
protected  SimpleChoice TestSimpleChoice.y
           
protected  SimpleChoice TestSimpleChoiceResponse.z
           
 

Methods in org.apache.type_test.doc that return SimpleChoice
 SimpleChoice TestSimpleChoiceResponse.getReturn()
          Gets the value of the return property.
 SimpleChoice TestSimpleChoice.getX()
          Gets the value of the x property.
 SimpleChoice TestSimpleChoiceResponse.getY()
          Gets the value of the y property.
 SimpleChoice TestSimpleChoice.getY()
          Gets the value of the y property.
 SimpleChoice TestSimpleChoiceResponse.getZ()
          Gets the value of the z property.
 SimpleChoice TypeTestPortType.testSimpleChoice(SimpleChoice x, javax.xml.ws.Holder<SimpleChoice> y, javax.xml.ws.Holder<SimpleChoice> z)
           
 

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

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

Uses of SimpleChoice in org.apache.type_test.rpc
 

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

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

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

Uses of SimpleChoice in org.apache.type_test.types1
 

Subclasses of SimpleChoice in org.apache.type_test.types1
 class DerivedChoiceBaseChoice
          Java class for DerivedChoiceBaseChoice complex type.
 class DerivedStructBaseChoice
          Java class for DerivedStructBaseChoice complex type.
 class RestrictedChoiceBaseChoice
          Java class for RestrictedChoiceBaseChoice complex type.
 

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

Uses of SimpleChoice in org.apache.type_test.xml
 

Fields in org.apache.type_test.xml declared as SimpleChoice
protected  SimpleChoice TestSimpleChoiceResponse._return
           
protected  SimpleChoice TestSimpleChoice.x
           
protected  SimpleChoice TestSimpleChoiceResponse.y
           
protected  SimpleChoice TestSimpleChoice.y
           
protected  SimpleChoice TestSimpleChoiceResponse.z
           
 

Methods in org.apache.type_test.xml that return SimpleChoice
 SimpleChoice TestSimpleChoiceResponse.getReturn()
          Gets the value of the return property.
 SimpleChoice TestSimpleChoice.getX()
          Gets the value of the x property.
 SimpleChoice TestSimpleChoiceResponse.getY()
          Gets the value of the y property.
 SimpleChoice TestSimpleChoice.getY()
          Gets the value of the y property.
 SimpleChoice TestSimpleChoiceResponse.getZ()
          Gets the value of the z property.
 SimpleChoice TypeTestPortType.testSimpleChoice(SimpleChoice x, javax.xml.ws.Holder<SimpleChoice> y, javax.xml.ws.Holder<SimpleChoice> z)
           
 

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

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



Apache CXF