Uses of Class
org.oasis.ebxml.registry.bindings.rim.Address

Packages that use Address
org.oasis.ebxml.registry.bindings.rim   
 

Uses of Address in org.oasis.ebxml.registry.bindings.rim
 

Methods in org.oasis.ebxml.registry.bindings.rim that return Address
 Address OrganizationType.getAddress()
          Returns the value of field 'address'.
static Address Address.unmarshal(java.io.Reader reader)
           
 Address UserType.getAddress()
          Returns the value of field 'address'.
 

Methods in org.oasis.ebxml.registry.bindings.rim with parameters of type Address
 void OrganizationType.setAddress(Address address)
          Sets the value of field 'address'.
 void UserType.setAddress(Address address)
          Sets the value of field 'address'.