Uses of Class
org.apache.type_test.types2.SequenceWithOccuringGroup

Packages that use SequenceWithOccuringGroup
org.apache.cxf.systest.type_test   
org.apache.type_test.doc   
org.apache.type_test.rpc   
org.apache.type_test.types2   
org.apache.type_test.xml   
 

Uses of SequenceWithOccuringGroup in org.apache.cxf.systest.type_test
 

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

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

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

Uses of SequenceWithOccuringGroup in org.apache.type_test.doc
 

Fields in org.apache.type_test.doc declared as SequenceWithOccuringGroup
protected  SequenceWithOccuringGroup TestSequenceWithOccuringGroupResponse._return
           
protected  SequenceWithOccuringGroup TestSequenceWithOccuringGroup.x
           
protected  SequenceWithOccuringGroup TestSequenceWithOccuringGroup.y
           
protected  SequenceWithOccuringGroup TestSequenceWithOccuringGroupResponse.y
           
protected  SequenceWithOccuringGroup TestSequenceWithOccuringGroupResponse.z
           
 

Methods in org.apache.type_test.doc that return SequenceWithOccuringGroup
 SequenceWithOccuringGroup TestSequenceWithOccuringGroupResponse.getReturn()
          Gets the value of the return property.
 SequenceWithOccuringGroup TestSequenceWithOccuringGroup.getX()
          Gets the value of the x property.
 SequenceWithOccuringGroup TestSequenceWithOccuringGroup.getY()
          Gets the value of the y property.
 SequenceWithOccuringGroup TestSequenceWithOccuringGroupResponse.getY()
          Gets the value of the y property.
 SequenceWithOccuringGroup TestSequenceWithOccuringGroupResponse.getZ()
          Gets the value of the z property.
 SequenceWithOccuringGroup TypeTestPortType.testSequenceWithOccuringGroup(SequenceWithOccuringGroup x, javax.xml.ws.Holder<SequenceWithOccuringGroup> y, javax.xml.ws.Holder<SequenceWithOccuringGroup> z)
           
 

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

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

Uses of SequenceWithOccuringGroup in org.apache.type_test.rpc
 

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

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

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

Uses of SequenceWithOccuringGroup in org.apache.type_test.types2
 

Methods in org.apache.type_test.types2 that return SequenceWithOccuringGroup
 SequenceWithOccuringGroup ObjectFactory.createSequenceWithOccuringGroup()
          Create an instance of SequenceWithOccuringGroup
 

Uses of SequenceWithOccuringGroup in org.apache.type_test.xml
 

Fields in org.apache.type_test.xml declared as SequenceWithOccuringGroup
protected  SequenceWithOccuringGroup TestSequenceWithOccuringGroupResponse._return
           
protected  SequenceWithOccuringGroup TestSequenceWithOccuringGroup.x
           
protected  SequenceWithOccuringGroup TestSequenceWithOccuringGroup.y
           
protected  SequenceWithOccuringGroup TestSequenceWithOccuringGroupResponse.y
           
protected  SequenceWithOccuringGroup TestSequenceWithOccuringGroupResponse.z
           
 

Methods in org.apache.type_test.xml that return SequenceWithOccuringGroup
 SequenceWithOccuringGroup TestSequenceWithOccuringGroupResponse.getReturn()
          Gets the value of the return property.
 SequenceWithOccuringGroup TestSequenceWithOccuringGroup.getX()
          Gets the value of the x property.
 SequenceWithOccuringGroup TestSequenceWithOccuringGroup.getY()
          Gets the value of the y property.
 SequenceWithOccuringGroup TestSequenceWithOccuringGroupResponse.getY()
          Gets the value of the y property.
 SequenceWithOccuringGroup TestSequenceWithOccuringGroupResponse.getZ()
          Gets the value of the z property.
 SequenceWithOccuringGroup TypeTestPortType.testSequenceWithOccuringGroup(SequenceWithOccuringGroup x, javax.xml.ws.Holder<SequenceWithOccuringGroup> y, javax.xml.ws.Holder<SequenceWithOccuringGroup> z)
           
 

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

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



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