Apache CXF API

Uses of Class
org.apache.cxf.ws.addressing.wsdl.AnonymousType

Packages that use AnonymousType
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
protected  AnonymousType Anonymous.value
           
 

Methods in org.apache.cxf.ws.addressing.wsdl that return AnonymousType
static AnonymousType AnonymousType.fromValue(String v)
           
 AnonymousType Anonymous.getValue()
          Gets the value of the value property.
static AnonymousType AnonymousType.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're declared.
 

Methods in org.apache.cxf.ws.addressing.wsdl with parameters of type AnonymousType
 void Anonymous.setValue(AnonymousType value)
          Sets the value of the value property.
 


Apache CXF API

Apache CXF