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

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

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

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

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

Uses of StructWithOccuringStruct in org.apache.type_test.doc
 

Fields in org.apache.type_test.doc declared as StructWithOccuringStruct
protected  StructWithOccuringStruct TestStructWithOccuringStructResponse._return
           
protected  StructWithOccuringStruct TestStructWithOccuringStruct.x
           
protected  StructWithOccuringStruct TestStructWithOccuringStruct.y
           
protected  StructWithOccuringStruct TestStructWithOccuringStructResponse.y
           
protected  StructWithOccuringStruct TestStructWithOccuringStructResponse.z
           
 

Methods in org.apache.type_test.doc that return StructWithOccuringStruct
 StructWithOccuringStruct TestStructWithOccuringStructResponse.getReturn()
          Gets the value of the return property.
 StructWithOccuringStruct TestStructWithOccuringStruct.getX()
          Gets the value of the x property.
 StructWithOccuringStruct TestStructWithOccuringStruct.getY()
          Gets the value of the y property.
 StructWithOccuringStruct TestStructWithOccuringStructResponse.getY()
          Gets the value of the y property.
 StructWithOccuringStruct TestStructWithOccuringStructResponse.getZ()
          Gets the value of the z property.
 StructWithOccuringStruct TypeTestPortType.testStructWithOccuringStruct(StructWithOccuringStruct x, javax.xml.ws.Holder<StructWithOccuringStruct> y, javax.xml.ws.Holder<StructWithOccuringStruct> z)
           
 

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

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

Uses of StructWithOccuringStruct in org.apache.type_test.rpc
 

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

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

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

Uses of StructWithOccuringStruct in org.apache.type_test.types3
 

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

Uses of StructWithOccuringStruct in org.apache.type_test.xml
 

Fields in org.apache.type_test.xml declared as StructWithOccuringStruct
protected  StructWithOccuringStruct TestStructWithOccuringStructResponse._return
           
protected  StructWithOccuringStruct TestStructWithOccuringStruct.x
           
protected  StructWithOccuringStruct TestStructWithOccuringStruct.y
           
protected  StructWithOccuringStruct TestStructWithOccuringStructResponse.y
           
protected  StructWithOccuringStruct TestStructWithOccuringStructResponse.z
           
 

Methods in org.apache.type_test.xml that return StructWithOccuringStruct
 StructWithOccuringStruct TestStructWithOccuringStructResponse.getReturn()
          Gets the value of the return property.
 StructWithOccuringStruct TestStructWithOccuringStruct.getX()
          Gets the value of the x property.
 StructWithOccuringStruct TestStructWithOccuringStruct.getY()
          Gets the value of the y property.
 StructWithOccuringStruct TestStructWithOccuringStructResponse.getY()
          Gets the value of the y property.
 StructWithOccuringStruct TestStructWithOccuringStructResponse.getZ()
          Gets the value of the z property.
 StructWithOccuringStruct TypeTestPortType.testStructWithOccuringStruct(StructWithOccuringStruct x, javax.xml.ws.Holder<StructWithOccuringStruct> y, javax.xml.ws.Holder<StructWithOccuringStruct> z)
           
 

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

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



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