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

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

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

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

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

Uses of OccuringStruct1 in org.apache.type_test.doc
 

Fields in org.apache.type_test.doc declared as OccuringStruct1
protected  OccuringStruct1 TestOccuringStruct1Response._return
           
protected  OccuringStruct1 TestOccuringStruct1.x
           
protected  OccuringStruct1 TestOccuringStruct1Response.y
           
protected  OccuringStruct1 TestOccuringStruct1.y
           
protected  OccuringStruct1 TestOccuringStruct1Response.z
           
 

Methods in org.apache.type_test.doc that return OccuringStruct1
 OccuringStruct1 TestOccuringStruct1Response.getReturn()
          Gets the value of the return property.
 OccuringStruct1 TestOccuringStruct1.getX()
          Gets the value of the x property.
 OccuringStruct1 TestOccuringStruct1Response.getY()
          Gets the value of the y property.
 OccuringStruct1 TestOccuringStruct1.getY()
          Gets the value of the y property.
 OccuringStruct1 TestOccuringStruct1Response.getZ()
          Gets the value of the z property.
 OccuringStruct1 TypeTestPortType.testOccuringStruct1(OccuringStruct1 x, javax.xml.ws.Holder<OccuringStruct1> y, javax.xml.ws.Holder<OccuringStruct1> z)
           
 

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

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

Uses of OccuringStruct1 in org.apache.type_test.rpc
 

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

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

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

Uses of OccuringStruct1 in org.apache.type_test.types3
 

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

Uses of OccuringStruct1 in org.apache.type_test.xml
 

Fields in org.apache.type_test.xml declared as OccuringStruct1
protected  OccuringStruct1 TestOccuringStruct1Response._return
           
protected  OccuringStruct1 TestOccuringStruct1.x
           
protected  OccuringStruct1 TestOccuringStruct1Response.y
           
protected  OccuringStruct1 TestOccuringStruct1.y
           
protected  OccuringStruct1 TestOccuringStruct1Response.z
           
 

Methods in org.apache.type_test.xml that return OccuringStruct1
 OccuringStruct1 TestOccuringStruct1Response.getReturn()
          Gets the value of the return property.
 OccuringStruct1 TestOccuringStruct1.getX()
          Gets the value of the x property.
 OccuringStruct1 TestOccuringStruct1Response.getY()
          Gets the value of the y property.
 OccuringStruct1 TestOccuringStruct1.getY()
          Gets the value of the y property.
 OccuringStruct1 TestOccuringStruct1Response.getZ()
          Gets the value of the z property.
 OccuringStruct1 TypeTestPortType.testOccuringStruct1(OccuringStruct1 x, javax.xml.ws.Holder<OccuringStruct1> y, javax.xml.ws.Holder<OccuringStruct1> z)
           
 

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

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



Apache CXF