Service
public void addChildOrganization(Organization organization) throws JAXRException
public void addChildOrganizations(Collection organizations) throws JAXRException
public void addService(Service service) throws JAXRException
public void addServices(Collection services) throws JAXRException
public void addUser(User user) throws JAXRException
public void addUsers(Collection users) throws JAXRException
public int getChildOrganizationCount() throws JAXRException
public Collection getChildOrganizations() throws JAXRException
Organization
public Collection getDescendantOrganizations() throws JAXRException
public Organization getParentOrganization() throws JAXRException
public PostalAddress getPostalAddress() throws JAXRException
public User getPrimaryContact() throws JAXRException
public Organization getRootOrganization() throws JAXRException
public Collection getServices() throws JAXRException
public Collection getTelephoneNumbers(String phoneType) throws JAXRException
TelephoneNumber
public Collection getUsers() throws JAXRException
User
public void removeChildOrganization(Organization organization) throws JAXRException
public void removeChildOrganizations(Collection organizations) throws JAXRException
public void removeService(Service service) throws JAXRException
public void removeServices(Collection services) throws JAXRException
public void removeUser(User user) throws JAXRException
public void removeUsers(Collection users) throws JAXRException
public void setPostalAddress(PostalAddress address) throws JAXRException
public void setPrimaryContact(User primaryContact) throws JAXRException
public void setTelephoneNumbers(Collection phoneNumbers) throws JAXRException