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

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

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

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

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

Uses of StructWithOccuringChoice in org.apache.type_test.doc
 

Fields in org.apache.type_test.doc declared as StructWithOccuringChoice
protected  StructWithOccuringChoice TestStructWithOccuringChoiceResponse._return
           
protected  StructWithOccuringChoice TestStructWithOccuringChoice.x
           
protected  StructWithOccuringChoice TestStructWithOccuringChoice.y
           
protected  StructWithOccuringChoice TestStructWithOccuringChoiceResponse.y
           
protected  StructWithOccuringChoice TestStructWithOccuringChoiceResponse.z
           
 

Methods in org.apache.type_test.doc that return StructWithOccuringChoice
 StructWithOccuringChoice TestStructWithOccuringChoiceResponse.getReturn()
          Gets the value of the return property.
 StructWithOccuringChoice TestStructWithOccuringChoice.getX()
          Gets the value of the x property.
 StructWithOccuringChoice TestStructWithOccuringChoice.getY()
          Gets the value of the y property.
 StructWithOccuringChoice TestStructWithOccuringChoiceResponse.getY()
          Gets the value of the y property.
 StructWithOccuringChoice TestStructWithOccuringChoiceResponse.getZ()
          Gets the value of the z property.
 StructWithOccuringChoice TypeTestPortType.testStructWithOccuringChoice(StructWithOccuringChoice x, javax.xml.ws.Holder<StructWithOccuringChoice> y, javax.xml.ws.Holder<StructWithOccuringChoice> z)
           
 

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

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

Uses of StructWithOccuringChoice in org.apache.type_test.rpc
 

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

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

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

Uses of StructWithOccuringChoice in org.apache.type_test.types3
 

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

Uses of StructWithOccuringChoice in org.apache.type_test.xml
 

Fields in org.apache.type_test.xml declared as StructWithOccuringChoice
protected  StructWithOccuringChoice TestStructWithOccuringChoiceResponse._return
           
protected  StructWithOccuringChoice TestStructWithOccuringChoice.x
           
protected  StructWithOccuringChoice TestStructWithOccuringChoice.y
           
protected  StructWithOccuringChoice TestStructWithOccuringChoiceResponse.y
           
protected  StructWithOccuringChoice TestStructWithOccuringChoiceResponse.z
           
 

Methods in org.apache.type_test.xml that return StructWithOccuringChoice
 StructWithOccuringChoice TestStructWithOccuringChoiceResponse.getReturn()
          Gets the value of the return property.
 StructWithOccuringChoice TestStructWithOccuringChoice.getX()
          Gets the value of the x property.
 StructWithOccuringChoice TestStructWithOccuringChoice.getY()
          Gets the value of the y property.
 StructWithOccuringChoice TestStructWithOccuringChoiceResponse.getY()
          Gets the value of the y property.
 StructWithOccuringChoice TestStructWithOccuringChoiceResponse.getZ()
          Gets the value of the z property.
 StructWithOccuringChoice TypeTestPortType.testStructWithOccuringChoice(StructWithOccuringChoice x, javax.xml.ws.Holder<StructWithOccuringChoice> y, javax.xml.ws.Holder<StructWithOccuringChoice> z)
           
 

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

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



Apache CXF is an effort undergoing incubation at the Apache Software Foundation(ASF) and sponsored by the Apache Incubator PMC.