Uses of Class
org.apache.type_test.types1.StringEnum
-
Packages that use StringEnum Package Description 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 Modifier and Type Method Description StringEnumTypeTestImpl. 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 Modifier and Type Method Description StringEnumTypeTestImpl. 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 Modifier and Type Method Description StringEnumTypeTestImpl. 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 Modifier and Type Field Description protected StringEnumTestStringEnumResponse. _returnprotected StringEnumTestStringEnum. xprotected StringEnumTestStringEnum. yprotected StringEnumTestStringEnumResponse. yprotected StringEnumTestStringEnumResponse. zMethods in org.apache.type_test.doc that return StringEnum Modifier and Type Method Description StringEnumTestStringEnumResponse. getReturn()Gets the value of the return property.StringEnumTestStringEnum. getX()Gets the value of the x property.StringEnumTestStringEnum. getY()Gets the value of the y property.StringEnumTestStringEnumResponse. getY()Gets the value of the y property.StringEnumTestStringEnumResponse. getZ()Gets the value of the z property.StringEnumTypeTestPortType. 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 Modifier and Type Method Description voidTestStringEnumResponse. setReturn(StringEnum value)Sets the value of the return property.voidTestStringEnum. setX(StringEnum value)Sets the value of the x property.voidTestStringEnum. setY(StringEnum value)Sets the value of the y property.voidTestStringEnumResponse. setY(StringEnum value)Sets the value of the y property.voidTestStringEnumResponse. setZ(StringEnum value)Sets the value of the z property.StringEnumTypeTestPortType. 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 Modifier and Type Method Description StringEnumTypeTestPortType. 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 Modifier and Type Method Description StringEnumTypeTestPortType. 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 Modifier and Type Method Description StringEnumTypeTestPortType. 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 Modifier and Type Method Description StringEnumTypeTestPortType. 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 Modifier and Type Method Description static StringEnumStringEnum. fromValue(String v)static StringEnumStringEnum. 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 Modifier and Type Field Description protected StringEnumTestStringEnumResponse. _returnprotected StringEnumTestStringEnum. xprotected StringEnumTestStringEnum. yprotected StringEnumTestStringEnumResponse. yprotected StringEnumTestStringEnumResponse. zMethods in org.apache.type_test.xml that return StringEnum Modifier and Type Method Description StringEnumTestStringEnumResponse. getReturn()Gets the value of the return property.StringEnumTestStringEnum. getX()Gets the value of the x property.StringEnumTestStringEnum. getY()Gets the value of the y property.StringEnumTestStringEnumResponse. getY()Gets the value of the y property.StringEnumTestStringEnumResponse. getZ()Gets the value of the z property.StringEnumTypeTestPortType. 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 Modifier and Type Method Description voidTestStringEnumResponse. setReturn(StringEnum value)Sets the value of the return property.voidTestStringEnum. setX(StringEnum value)Sets the value of the x property.voidTestStringEnum. setY(StringEnum value)Sets the value of the y property.voidTestStringEnumResponse. setY(StringEnum value)Sets the value of the y property.voidTestStringEnumResponse. setZ(StringEnum value)Sets the value of the z property.StringEnumTypeTestPortType. 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 Modifier and Type Method Description StringEnumTypeTestPortType. testStringEnum(StringEnum x, javax.xml.ws.Holder<StringEnum> y, javax.xml.ws.Holder<StringEnum> z)
-