Uses of Class
org.nhindirect.config.model.Address

Packages that use Address
org.nhindirect.config.model Data model classes for configuration web services. 
 

Uses of Address in org.nhindirect.config.model
 

Methods in org.nhindirect.config.model that return Address
 Address Domain.getPostmasterAddress()
          Gets the email address of the domain's postmaster.
 

Methods in org.nhindirect.config.model that return types with arguments of type Address
 Collection<Address> Domain.getAddresses()
          Gets all addresses that are configured for a domain.
 

Methods in org.nhindirect.config.model with parameters of type Address
 void Domain.setPostmasterAddress(Address postmasterAddress)
          Sets the email address of the domain's postmaster.
 

Method parameters in org.nhindirect.config.model with type arguments of type Address
 void Domain.setAddresses(Collection<Address> addresses)
          Sets all addresses that are configured for a domain.
 



Copyright © 2014. All Rights Reserved.