Uses of Class
org.apache.type_test.types1.ColourEnum
-
Packages that use ColourEnum 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 ColourEnum in org.apache.cxf.systest.type_test
Methods in org.apache.cxf.systest.type_test that return ColourEnum Modifier and Type Method Description ColourEnumTypeTestImpl. testColourEnum(ColourEnum x, javax.xml.ws.Holder<ColourEnum> y, javax.xml.ws.Holder<ColourEnum> z)Methods in org.apache.cxf.systest.type_test with parameters of type ColourEnum Modifier and Type Method Description ColourEnumTypeTestImpl. testColourEnum(ColourEnum x, javax.xml.ws.Holder<ColourEnum> y, javax.xml.ws.Holder<ColourEnum> z)Method parameters in org.apache.cxf.systest.type_test with type arguments of type ColourEnum Modifier and Type Method Description ColourEnumTypeTestImpl. testColourEnum(ColourEnum x, javax.xml.ws.Holder<ColourEnum> y, javax.xml.ws.Holder<ColourEnum> z) -
Uses of ColourEnum in org.apache.type_test.doc
Fields in org.apache.type_test.doc declared as ColourEnum Modifier and Type Field Description protected ColourEnumTestColourEnumResponse. _returnprotected ColourEnumTestColourEnum. xprotected ColourEnumTestColourEnum. yprotected ColourEnumTestColourEnumResponse. yprotected ColourEnumTestColourEnumResponse. zMethods in org.apache.type_test.doc that return ColourEnum Modifier and Type Method Description ColourEnumTestColourEnumResponse. getReturn()Gets the value of the return property.ColourEnumTestColourEnum. getX()Gets the value of the x property.ColourEnumTestColourEnum. getY()Gets the value of the y property.ColourEnumTestColourEnumResponse. getY()Gets the value of the y property.ColourEnumTestColourEnumResponse. getZ()Gets the value of the z property.ColourEnumTypeTestPortType. testColourEnum(ColourEnum x, javax.xml.ws.Holder<ColourEnum> y, javax.xml.ws.Holder<ColourEnum> z)Methods in org.apache.type_test.doc with parameters of type ColourEnum Modifier and Type Method Description voidTestColourEnumResponse. setReturn(ColourEnum value)Sets the value of the return property.voidTestColourEnum. setX(ColourEnum value)Sets the value of the x property.voidTestColourEnum. setY(ColourEnum value)Sets the value of the y property.voidTestColourEnumResponse. setY(ColourEnum value)Sets the value of the y property.voidTestColourEnumResponse. setZ(ColourEnum value)Sets the value of the z property.ColourEnumTypeTestPortType. testColourEnum(ColourEnum x, javax.xml.ws.Holder<ColourEnum> y, javax.xml.ws.Holder<ColourEnum> z)Method parameters in org.apache.type_test.doc with type arguments of type ColourEnum Modifier and Type Method Description ColourEnumTypeTestPortType. testColourEnum(ColourEnum x, javax.xml.ws.Holder<ColourEnum> y, javax.xml.ws.Holder<ColourEnum> z) -
Uses of ColourEnum in org.apache.type_test.rpc
Methods in org.apache.type_test.rpc that return ColourEnum Modifier and Type Method Description ColourEnumTypeTestPortType. testColourEnum(ColourEnum x, javax.xml.ws.Holder<ColourEnum> y, javax.xml.ws.Holder<ColourEnum> z)Methods in org.apache.type_test.rpc with parameters of type ColourEnum Modifier and Type Method Description ColourEnumTypeTestPortType. testColourEnum(ColourEnum x, javax.xml.ws.Holder<ColourEnum> y, javax.xml.ws.Holder<ColourEnum> z)Method parameters in org.apache.type_test.rpc with type arguments of type ColourEnum Modifier and Type Method Description ColourEnumTypeTestPortType. testColourEnum(ColourEnum x, javax.xml.ws.Holder<ColourEnum> y, javax.xml.ws.Holder<ColourEnum> z) -
Uses of ColourEnum in org.apache.type_test.types1
Fields in org.apache.type_test.types1 declared as ColourEnum Modifier and Type Field Description protected ColourEnumExtColourEnum. valueMethods in org.apache.type_test.types1 that return ColourEnum Modifier and Type Method Description static ColourEnumColourEnum. fromValue(String v)ColourEnumExtColourEnum. getValue()Gets the value of the value property.static ColourEnumColourEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static ColourEnum[]ColourEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.type_test.types1 with parameters of type ColourEnum Modifier and Type Method Description voidExtColourEnum. setValue(ColourEnum value)Sets the value of the value property. -
Uses of ColourEnum in org.apache.type_test.xml
Fields in org.apache.type_test.xml declared as ColourEnum Modifier and Type Field Description protected ColourEnumTestColourEnumResponse. _returnprotected ColourEnumTestColourEnum. xprotected ColourEnumTestColourEnum. yprotected ColourEnumTestColourEnumResponse. yprotected ColourEnumTestColourEnumResponse. zMethods in org.apache.type_test.xml that return ColourEnum Modifier and Type Method Description ColourEnumTestColourEnumResponse. getReturn()Gets the value of the return property.ColourEnumTestColourEnum. getX()Gets the value of the x property.ColourEnumTestColourEnum. getY()Gets the value of the y property.ColourEnumTestColourEnumResponse. getY()Gets the value of the y property.ColourEnumTestColourEnumResponse. getZ()Gets the value of the z property.ColourEnumTypeTestPortType. testColourEnum(ColourEnum x, javax.xml.ws.Holder<ColourEnum> y, javax.xml.ws.Holder<ColourEnum> z)Methods in org.apache.type_test.xml with parameters of type ColourEnum Modifier and Type Method Description voidTestColourEnumResponse. setReturn(ColourEnum value)Sets the value of the return property.voidTestColourEnum. setX(ColourEnum value)Sets the value of the x property.voidTestColourEnum. setY(ColourEnum value)Sets the value of the y property.voidTestColourEnumResponse. setY(ColourEnum value)Sets the value of the y property.voidTestColourEnumResponse. setZ(ColourEnum value)Sets the value of the z property.ColourEnumTypeTestPortType. testColourEnum(ColourEnum x, javax.xml.ws.Holder<ColourEnum> y, javax.xml.ws.Holder<ColourEnum> z)Method parameters in org.apache.type_test.xml with type arguments of type ColourEnum Modifier and Type Method Description ColourEnumTypeTestPortType. testColourEnum(ColourEnum x, javax.xml.ws.Holder<ColourEnum> y, javax.xml.ws.Holder<ColourEnum> z)
-