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

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

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

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

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

Uses of ComplexRestriction in org.apache.type_test.doc
 

Fields in org.apache.type_test.doc declared as ComplexRestriction
protected  ComplexRestriction TestComplexRestrictionResponse._return
           
protected  ComplexRestriction TestComplexRestriction.x
           
protected  ComplexRestriction TestComplexRestriction.y
           
protected  ComplexRestriction TestComplexRestrictionResponse.y
           
protected  ComplexRestriction TestComplexRestrictionResponse.z
           
 

Methods in org.apache.type_test.doc that return ComplexRestriction
 ComplexRestriction TestComplexRestrictionResponse.getReturn()
          Gets the value of the return property.
 ComplexRestriction TestComplexRestriction.getX()
          Gets the value of the x property.
 ComplexRestriction TestComplexRestriction.getY()
          Gets the value of the y property.
 ComplexRestriction TestComplexRestrictionResponse.getY()
          Gets the value of the y property.
 ComplexRestriction TestComplexRestrictionResponse.getZ()
          Gets the value of the z property.
 ComplexRestriction TypeTestPortType.testComplexRestriction(ComplexRestriction x, javax.xml.ws.Holder<ComplexRestriction> y, javax.xml.ws.Holder<ComplexRestriction> z)
           
 

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

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

Uses of ComplexRestriction in org.apache.type_test.rpc
 

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

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

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

Uses of ComplexRestriction in org.apache.type_test.types1
 

Subclasses of ComplexRestriction in org.apache.type_test.types1
 class ComplexRestriction3
          Java class for ComplexRestriction3 complex type.
 class ComplexRestriction4
          Java class for ComplexRestriction4 complex type.
 

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

Uses of ComplexRestriction in org.apache.type_test.xml
 

Fields in org.apache.type_test.xml declared as ComplexRestriction
protected  ComplexRestriction TestComplexRestrictionResponse._return
           
protected  ComplexRestriction TestComplexRestriction.x
           
protected  ComplexRestriction TestComplexRestriction.y
           
protected  ComplexRestriction TestComplexRestrictionResponse.y
           
protected  ComplexRestriction TestComplexRestrictionResponse.z
           
 

Methods in org.apache.type_test.xml that return ComplexRestriction
 ComplexRestriction TestComplexRestrictionResponse.getReturn()
          Gets the value of the return property.
 ComplexRestriction TestComplexRestriction.getX()
          Gets the value of the x property.
 ComplexRestriction TestComplexRestriction.getY()
          Gets the value of the y property.
 ComplexRestriction TestComplexRestrictionResponse.getY()
          Gets the value of the y property.
 ComplexRestriction TestComplexRestrictionResponse.getZ()
          Gets the value of the z property.
 ComplexRestriction TypeTestPortType.testComplexRestriction(ComplexRestriction x, javax.xml.ws.Holder<ComplexRestriction> y, javax.xml.ws.Holder<ComplexRestriction> z)
           
 

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

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



Apache CXF