Uses of Class
org.apache.cxf.configuration.foo.Foo.Address

Uses of Foo.Address in org.apache.cxf.configuration.foo
 

Fields in org.apache.cxf.configuration.foo declared as Foo.Address
protected  Foo.Address Foo.address
           
 

Methods in org.apache.cxf.configuration.foo that return Foo.Address
 Foo.Address ObjectFactory.createFooAddress()
          Create an instance of Foo.Address
 Foo.Address Foo.getAddress()
          Gets the value of the address property.
 

Methods in org.apache.cxf.configuration.foo with parameters of type Foo.Address
 void Foo.setAddress(Foo.Address value)
          Sets the value of the address property.
 



Apache CXF