Uses of Class
org.apache.cxf.ws.addressing.wsdl.AnonymousType
-
Packages that use AnonymousType Package Description org.apache.cxf.ws.addressing.wsdl -
-
Uses of AnonymousType in org.apache.cxf.ws.addressing.wsdl
Fields in org.apache.cxf.ws.addressing.wsdl declared as AnonymousType Modifier and Type Field Description protected AnonymousTypeAnonymous. valueMethods in org.apache.cxf.ws.addressing.wsdl that return AnonymousType Modifier and Type Method Description static AnonymousTypeAnonymousType. fromValue(String v)AnonymousTypeAnonymous. getValue()Gets the value of the value property.static AnonymousTypeAnonymousType. valueOf(String name)Returns the enum constant of this type with the specified name.static AnonymousType[]AnonymousType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.cxf.ws.addressing.wsdl with parameters of type AnonymousType Modifier and Type Method Description voidAnonymous. setValue(AnonymousType value)Sets the value of the value property.
-