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

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

Methods in org.apache.cxf.systest.type_test that return MixedArray
 MixedArray TypeTestImpl.testMixedArray(MixedArray x, Holder<MixedArray> y, Holder<MixedArray> z)
           
 

Methods in org.apache.cxf.systest.type_test with parameters of type MixedArray
 MixedArray TypeTestImpl.testMixedArray(MixedArray x, Holder<MixedArray> y, Holder<MixedArray> z)
           
 

Method parameters in org.apache.cxf.systest.type_test with type arguments of type MixedArray
 MixedArray TypeTestImpl.testMixedArray(MixedArray x, Holder<MixedArray> y, Holder<MixedArray> z)
           
 MixedArray TypeTestImpl.testMixedArray(MixedArray x, Holder<MixedArray> y, Holder<MixedArray> z)
           
 

Uses of MixedArray in org.apache.type_test.doc
 

Fields in org.apache.type_test.doc declared as MixedArray
protected  MixedArray TestMixedArrayResponse._return
           
protected  MixedArray TestMixedArray.x
           
protected  MixedArray TestMixedArrayResponse.y
           
protected  MixedArray TestMixedArray.y
           
protected  MixedArray TestMixedArrayResponse.z
           
 

Methods in org.apache.type_test.doc that return MixedArray
 MixedArray TestMixedArrayResponse.getReturn()
          Gets the value of the return property.
 MixedArray TestMixedArray.getX()
          Gets the value of the x property.
 MixedArray TestMixedArrayResponse.getY()
          Gets the value of the y property.
 MixedArray TestMixedArray.getY()
          Gets the value of the y property.
 MixedArray TestMixedArrayResponse.getZ()
          Gets the value of the z property.
 MixedArray TypeTestPortType.testMixedArray(MixedArray x, Holder<MixedArray> y, Holder<MixedArray> z)
           
 

Methods in org.apache.type_test.doc with parameters of type MixedArray
 void TestMixedArrayResponse.setReturn(MixedArray value)
          Sets the value of the return property.
 void TestMixedArray.setX(MixedArray value)
          Sets the value of the x property.
 void TestMixedArrayResponse.setY(MixedArray value)
          Sets the value of the y property.
 void TestMixedArray.setY(MixedArray value)
          Sets the value of the y property.
 void TestMixedArrayResponse.setZ(MixedArray value)
          Sets the value of the z property.
 MixedArray TypeTestPortType.testMixedArray(MixedArray x, Holder<MixedArray> y, Holder<MixedArray> z)
           
 

Method parameters in org.apache.type_test.doc with type arguments of type MixedArray
 MixedArray TypeTestPortType.testMixedArray(MixedArray x, Holder<MixedArray> y, Holder<MixedArray> z)
           
 MixedArray TypeTestPortType.testMixedArray(MixedArray x, Holder<MixedArray> y, Holder<MixedArray> z)
           
 

Uses of MixedArray in org.apache.type_test.rpc
 

Methods in org.apache.type_test.rpc that return MixedArray
 MixedArray TypeTestPortType.testMixedArray(MixedArray x, Holder<MixedArray> y, Holder<MixedArray> z)
           
 

Methods in org.apache.type_test.rpc with parameters of type MixedArray
 MixedArray TypeTestPortType.testMixedArray(MixedArray x, Holder<MixedArray> y, Holder<MixedArray> z)
           
 

Method parameters in org.apache.type_test.rpc with type arguments of type MixedArray
 MixedArray TypeTestPortType.testMixedArray(MixedArray x, Holder<MixedArray> y, Holder<MixedArray> z)
           
 MixedArray TypeTestPortType.testMixedArray(MixedArray x, Holder<MixedArray> y, Holder<MixedArray> z)
           
 

Uses of MixedArray in org.apache.type_test.types1
 

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

Uses of MixedArray in org.apache.type_test.xml
 

Fields in org.apache.type_test.xml declared as MixedArray
protected  MixedArray TestMixedArrayResponse._return
           
protected  MixedArray TestMixedArray.x
           
protected  MixedArray TestMixedArrayResponse.y
           
protected  MixedArray TestMixedArray.y
           
protected  MixedArray TestMixedArrayResponse.z
           
 

Methods in org.apache.type_test.xml that return MixedArray
 MixedArray TestMixedArrayResponse.getReturn()
          Gets the value of the return property.
 MixedArray TestMixedArray.getX()
          Gets the value of the x property.
 MixedArray TestMixedArrayResponse.getY()
          Gets the value of the y property.
 MixedArray TestMixedArray.getY()
          Gets the value of the y property.
 MixedArray TestMixedArrayResponse.getZ()
          Gets the value of the z property.
 MixedArray TypeTestPortType.testMixedArray(MixedArray x, Holder<MixedArray> y, Holder<MixedArray> z)
           
 

Methods in org.apache.type_test.xml with parameters of type MixedArray
 void TestMixedArrayResponse.setReturn(MixedArray value)
          Sets the value of the return property.
 void TestMixedArray.setX(MixedArray value)
          Sets the value of the x property.
 void TestMixedArrayResponse.setY(MixedArray value)
          Sets the value of the y property.
 void TestMixedArray.setY(MixedArray value)
          Sets the value of the y property.
 void TestMixedArrayResponse.setZ(MixedArray value)
          Sets the value of the z property.
 MixedArray TypeTestPortType.testMixedArray(MixedArray x, Holder<MixedArray> y, Holder<MixedArray> z)
           
 

Method parameters in org.apache.type_test.xml with type arguments of type MixedArray
 MixedArray TypeTestPortType.testMixedArray(MixedArray x, Holder<MixedArray> y, Holder<MixedArray> z)
           
 MixedArray TypeTestPortType.testMixedArray(MixedArray x, Holder<MixedArray> y, Holder<MixedArray> z)
           
 



Apache CXF