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

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

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

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

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

Uses of RecursiveUnionData in org.apache.type_test.doc
 

Fields in org.apache.type_test.doc declared as RecursiveUnionData
protected  RecursiveUnionData TestRecursiveUnionDataResponse._return
           
protected  RecursiveUnionData TestRecursiveUnionData.x
           
protected  RecursiveUnionData TestRecursiveUnionData.y
           
protected  RecursiveUnionData TestRecursiveUnionDataResponse.y
           
protected  RecursiveUnionData TestRecursiveUnionDataResponse.z
           
 

Methods in org.apache.type_test.doc that return RecursiveUnionData
 RecursiveUnionData TestRecursiveUnionDataResponse.getReturn()
          Gets the value of the return property.
 RecursiveUnionData TestRecursiveUnionData.getX()
          Gets the value of the x property.
 RecursiveUnionData TestRecursiveUnionData.getY()
          Gets the value of the y property.
 RecursiveUnionData TestRecursiveUnionDataResponse.getY()
          Gets the value of the y property.
 RecursiveUnionData TestRecursiveUnionDataResponse.getZ()
          Gets the value of the z property.
 RecursiveUnionData TypeTestPortType.testRecursiveUnionData(RecursiveUnionData x, javax.xml.ws.Holder<RecursiveUnionData> y, javax.xml.ws.Holder<RecursiveUnionData> z)
           
 

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

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

Uses of RecursiveUnionData in org.apache.type_test.rpc
 

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

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

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

Uses of RecursiveUnionData in org.apache.type_test.types1
 

Fields in org.apache.type_test.types1 declared as RecursiveUnionData
protected  RecursiveUnionData RecursiveUnion.varChoice
           
 

Methods in org.apache.type_test.types1 that return RecursiveUnionData
 RecursiveUnionData ObjectFactory.createRecursiveUnionData()
          Create an instance of RecursiveUnionData
 RecursiveUnionData RecursiveUnion.getVarChoice()
          Gets the value of the varChoice property.
 

Methods in org.apache.type_test.types1 with parameters of type RecursiveUnionData
 void RecursiveUnion.setVarChoice(RecursiveUnionData value)
          Sets the value of the varChoice property.
 

Uses of RecursiveUnionData in org.apache.type_test.xml
 

Fields in org.apache.type_test.xml declared as RecursiveUnionData
protected  RecursiveUnionData TestRecursiveUnionDataResponse._return
           
protected  RecursiveUnionData TestRecursiveUnionData.x
           
protected  RecursiveUnionData TestRecursiveUnionData.y
           
protected  RecursiveUnionData TestRecursiveUnionDataResponse.y
           
protected  RecursiveUnionData TestRecursiveUnionDataResponse.z
           
 

Methods in org.apache.type_test.xml that return RecursiveUnionData
 RecursiveUnionData TestRecursiveUnionDataResponse.getReturn()
          Gets the value of the return property.
 RecursiveUnionData TestRecursiveUnionData.getX()
          Gets the value of the x property.
 RecursiveUnionData TestRecursiveUnionData.getY()
          Gets the value of the y property.
 RecursiveUnionData TestRecursiveUnionDataResponse.getY()
          Gets the value of the y property.
 RecursiveUnionData TestRecursiveUnionDataResponse.getZ()
          Gets the value of the z property.
 RecursiveUnionData TypeTestPortType.testRecursiveUnionData(RecursiveUnionData x, javax.xml.ws.Holder<RecursiveUnionData> y, javax.xml.ws.Holder<RecursiveUnionData> z)
           
 

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

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



Apache CXF