Uses of Class
org.apache.type_test.types3.ChoiceWithSubstitutionGroup

Packages that use ChoiceWithSubstitutionGroup
org.apache.cxf.systest.type_test   
org.apache.type_test.doc   
org.apache.type_test.rpc   
org.apache.type_test.types3   
org.apache.type_test.xml   
 

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

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

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

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

Uses of ChoiceWithSubstitutionGroup in org.apache.type_test.doc
 

Fields in org.apache.type_test.doc declared as ChoiceWithSubstitutionGroup
protected  ChoiceWithSubstitutionGroup TestChoiceWithSubstitutionGroupResponse._return
           
protected  ChoiceWithSubstitutionGroup TestChoiceWithSubstitutionGroup.x
           
protected  ChoiceWithSubstitutionGroup TestChoiceWithSubstitutionGroup.y
           
protected  ChoiceWithSubstitutionGroup TestChoiceWithSubstitutionGroupResponse.y
           
protected  ChoiceWithSubstitutionGroup TestChoiceWithSubstitutionGroupResponse.z
           
 

Methods in org.apache.type_test.doc that return ChoiceWithSubstitutionGroup
 ChoiceWithSubstitutionGroup TestChoiceWithSubstitutionGroupResponse.getReturn()
          Gets the value of the return property.
 ChoiceWithSubstitutionGroup TestChoiceWithSubstitutionGroup.getX()
          Gets the value of the x property.
 ChoiceWithSubstitutionGroup TestChoiceWithSubstitutionGroup.getY()
          Gets the value of the y property.
 ChoiceWithSubstitutionGroup TestChoiceWithSubstitutionGroupResponse.getY()
          Gets the value of the y property.
 ChoiceWithSubstitutionGroup TestChoiceWithSubstitutionGroupResponse.getZ()
          Gets the value of the z property.
 ChoiceWithSubstitutionGroup TypeTestPortType.testChoiceWithSubstitutionGroup(ChoiceWithSubstitutionGroup x, javax.xml.ws.Holder<ChoiceWithSubstitutionGroup> y, javax.xml.ws.Holder<ChoiceWithSubstitutionGroup> z)
           
 

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

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

Uses of ChoiceWithSubstitutionGroup in org.apache.type_test.rpc
 

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

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

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

Uses of ChoiceWithSubstitutionGroup in org.apache.type_test.types3
 

Methods in org.apache.type_test.types3 that return ChoiceWithSubstitutionGroup
 ChoiceWithSubstitutionGroup ObjectFactory.createChoiceWithSubstitutionGroup()
          Create an instance of ChoiceWithSubstitutionGroup
 

Uses of ChoiceWithSubstitutionGroup in org.apache.type_test.xml
 

Fields in org.apache.type_test.xml declared as ChoiceWithSubstitutionGroup
protected  ChoiceWithSubstitutionGroup TestChoiceWithSubstitutionGroupResponse._return
           
protected  ChoiceWithSubstitutionGroup TestChoiceWithSubstitutionGroup.x
           
protected  ChoiceWithSubstitutionGroup TestChoiceWithSubstitutionGroup.y
           
protected  ChoiceWithSubstitutionGroup TestChoiceWithSubstitutionGroupResponse.y
           
protected  ChoiceWithSubstitutionGroup TestChoiceWithSubstitutionGroupResponse.z
           
 

Methods in org.apache.type_test.xml that return ChoiceWithSubstitutionGroup
 ChoiceWithSubstitutionGroup TestChoiceWithSubstitutionGroupResponse.getReturn()
          Gets the value of the return property.
 ChoiceWithSubstitutionGroup TestChoiceWithSubstitutionGroup.getX()
          Gets the value of the x property.
 ChoiceWithSubstitutionGroup TestChoiceWithSubstitutionGroup.getY()
          Gets the value of the y property.
 ChoiceWithSubstitutionGroup TestChoiceWithSubstitutionGroupResponse.getY()
          Gets the value of the y property.
 ChoiceWithSubstitutionGroup TestChoiceWithSubstitutionGroupResponse.getZ()
          Gets the value of the z property.
 ChoiceWithSubstitutionGroup TypeTestPortType.testChoiceWithSubstitutionGroup(ChoiceWithSubstitutionGroup x, javax.xml.ws.Holder<ChoiceWithSubstitutionGroup> y, javax.xml.ws.Holder<ChoiceWithSubstitutionGroup> z)
           
 

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

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



Apache CXF