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

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

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

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

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

Uses of StringEnum in org.apache.type_test.doc
 

Fields in org.apache.type_test.doc declared as StringEnum
protected  StringEnum TestStringEnumResponse._return
           
protected  StringEnum TestStringEnum.x
           
protected  StringEnum TestStringEnum.y
           
protected  StringEnum TestStringEnumResponse.y
           
protected  StringEnum TestStringEnumResponse.z
           
 

Methods in org.apache.type_test.doc that return StringEnum
 StringEnum TestStringEnumResponse.getReturn()
          Gets the value of the return property.
 StringEnum TestStringEnum.getX()
          Gets the value of the x property.
 StringEnum TestStringEnum.getY()
          Gets the value of the y property.
 StringEnum TestStringEnumResponse.getY()
          Gets the value of the y property.
 StringEnum TestStringEnumResponse.getZ()
          Gets the value of the z property.
 StringEnum TypeTestPortType.testStringEnum(StringEnum x, javax.xml.ws.Holder<StringEnum> y, javax.xml.ws.Holder<StringEnum> z)
           
 

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

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

Uses of StringEnum in org.apache.type_test.rpc
 

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

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

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

Uses of StringEnum in org.apache.type_test.types1
 

Methods in org.apache.type_test.types1 that return StringEnum
static StringEnum StringEnum.fromValue(String v)
           
static StringEnum StringEnum.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static StringEnum[] StringEnum.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of StringEnum in org.apache.type_test.xml
 

Fields in org.apache.type_test.xml declared as StringEnum
protected  StringEnum TestStringEnumResponse._return
           
protected  StringEnum TestStringEnum.x
           
protected  StringEnum TestStringEnum.y
           
protected  StringEnum TestStringEnumResponse.y
           
protected  StringEnum TestStringEnumResponse.z
           
 

Methods in org.apache.type_test.xml that return StringEnum
 StringEnum TestStringEnumResponse.getReturn()
          Gets the value of the return property.
 StringEnum TestStringEnum.getX()
          Gets the value of the x property.
 StringEnum TestStringEnum.getY()
          Gets the value of the y property.
 StringEnum TestStringEnumResponse.getY()
          Gets the value of the y property.
 StringEnum TestStringEnumResponse.getZ()
          Gets the value of the z property.
 StringEnum TypeTestPortType.testStringEnum(StringEnum x, javax.xml.ws.Holder<StringEnum> y, javax.xml.ws.Holder<StringEnum> z)
           
 

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

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



Apache CXF