Uses of Class
org.apache.type_test.types1.AnonymousType.Foo

Packages that use AnonymousType.Foo
org.apache.type_test.types1   
 

Uses of AnonymousType.Foo in org.apache.type_test.types1
 

Fields in org.apache.type_test.types1 declared as AnonymousType.Foo
protected  AnonymousType.Foo AnonymousType.foo
           
 

Methods in org.apache.type_test.types1 that return AnonymousType.Foo
 AnonymousType.Foo ObjectFactory.createAnonymousTypeFoo()
          Create an instance of AnonymousType.Foo
 AnonymousType.Foo AnonymousType.getFoo()
          Gets the value of the foo property.
 

Methods in org.apache.type_test.types1 with parameters of type AnonymousType.Foo
 void AnonymousType.setFoo(AnonymousType.Foo value)
          Sets the value of the foo property.
 



Apache CXF