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

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

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

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

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

Uses of CompoundArray in org.apache.type_test.doc
 

Fields in org.apache.type_test.doc declared as CompoundArray
protected  CompoundArray TestCompoundArrayResponse._return
           
protected  CompoundArray TestCompoundArray.x
           
protected  CompoundArray TestCompoundArray.y
           
protected  CompoundArray TestCompoundArrayResponse.y
           
protected  CompoundArray TestCompoundArrayResponse.z
           
 

Methods in org.apache.type_test.doc that return CompoundArray
 CompoundArray TestCompoundArrayResponse.getReturn()
          Gets the value of the return property.
 CompoundArray TestCompoundArray.getX()
          Gets the value of the x property.
 CompoundArray TestCompoundArray.getY()
          Gets the value of the y property.
 CompoundArray TestCompoundArrayResponse.getY()
          Gets the value of the y property.
 CompoundArray TestCompoundArrayResponse.getZ()
          Gets the value of the z property.
 CompoundArray TypeTestPortType.testCompoundArray(CompoundArray x, javax.xml.ws.Holder<CompoundArray> y, javax.xml.ws.Holder<CompoundArray> z)
           
 

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

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

Uses of CompoundArray in org.apache.type_test.rpc
 

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

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

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

Uses of CompoundArray in org.apache.type_test.types1
 

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

Uses of CompoundArray in org.apache.type_test.xml
 

Fields in org.apache.type_test.xml declared as CompoundArray
protected  CompoundArray TestCompoundArrayResponse._return
           
protected  CompoundArray TestCompoundArray.x
           
protected  CompoundArray TestCompoundArray.y
           
protected  CompoundArray TestCompoundArrayResponse.y
           
protected  CompoundArray TestCompoundArrayResponse.z
           
 

Methods in org.apache.type_test.xml that return CompoundArray
 CompoundArray TestCompoundArrayResponse.getReturn()
          Gets the value of the return property.
 CompoundArray TestCompoundArray.getX()
          Gets the value of the x property.
 CompoundArray TestCompoundArray.getY()
          Gets the value of the y property.
 CompoundArray TestCompoundArrayResponse.getY()
          Gets the value of the y property.
 CompoundArray TestCompoundArrayResponse.getZ()
          Gets the value of the z property.
 CompoundArray TypeTestPortType.testCompoundArray(CompoundArray x, javax.xml.ws.Holder<CompoundArray> y, javax.xml.ws.Holder<CompoundArray> z)
           
 

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

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



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