javax.xml.registry.infomodel
Interface Organization
- All Superinterfaces:
- ExtensibleObject, RegistryObject
- public interface Organization
- extends RegistryObject
- Version:
- $Revision$ $Date$
Methods inherited from interface javax.xml.registry.infomodel.RegistryObject |
addAssociation, addAssociations, addClassification, addClassifications, addExternalIdentifier, addExternalIdentifiers, addExternalLink, addExternalLinks, getAssociatedObjects, getAssociations, getAuditTrail, getClassifications, getDescription, getExternalIdentifiers, getExternalLinks, getKey, getLifeCycleManager, getName, getObjectType, getRegistryPackages, getSubmittingOrganization, removeAssociation, removeAssociations, removeClassification, removeClassifications, removeExternalIdentifier, removeExternalIdentifiers, removeExternalLink, removeExternalLinks, setAssociations, setClassifications, setDescription, setExternalIdentifiers, setExternalLinks, setKey, setName, toXML |
addChildOrganization
public void addChildOrganization(Organization organization)
throws JAXRException
- Throws:
JAXRException
addChildOrganizations
public void addChildOrganizations(java.util.Collection organizations)
throws JAXRException
- Throws:
JAXRException
addService
public void addService(Service service)
throws JAXRException
- Throws:
JAXRException
addServices
public void addServices(java.util.Collection services)
throws JAXRException
- Throws:
JAXRException
addUser
public void addUser(User user)
throws JAXRException
- Throws:
JAXRException
addUsers
public void addUsers(java.util.Collection users)
throws JAXRException
- Throws:
JAXRException
getChildOrganizationCount
public int getChildOrganizationCount()
throws JAXRException
- Throws:
JAXRException
getChildOrganizations
public java.util.Collection getChildOrganizations()
throws JAXRException
- Throws:
JAXRException
getDescendantOrganizations
public java.util.Collection getDescendantOrganizations()
throws JAXRException
- Throws:
JAXRException
getParentOrganization
public Organization getParentOrganization()
throws JAXRException
- Throws:
JAXRException
getPostalAddress
public PostalAddress getPostalAddress()
throws JAXRException
- Throws:
JAXRException
getPrimaryContact
public User getPrimaryContact()
throws JAXRException
- Throws:
JAXRException
getRootOrganization
public Organization getRootOrganization()
throws JAXRException
- Throws:
JAXRException
getServices
public java.util.Collection getServices()
throws JAXRException
- Throws:
JAXRException
getTelephoneNumbers
public java.util.Collection getTelephoneNumbers(java.lang.String phoneType)
throws JAXRException
- Throws:
JAXRException
getUsers
public java.util.Collection getUsers()
throws JAXRException
- Throws:
JAXRException
removeChildOrganization
public void removeChildOrganization(Organization organization)
throws JAXRException
- Throws:
JAXRException
removeChildOrganizations
public void removeChildOrganizations(java.util.Collection organizations)
throws JAXRException
- Throws:
JAXRException
removeService
public void removeService(Service service)
throws JAXRException
- Throws:
JAXRException
removeServices
public void removeServices(java.util.Collection services)
throws JAXRException
- Throws:
JAXRException
removeUser
public void removeUser(User user)
throws JAXRException
- Throws:
JAXRException
removeUsers
public void removeUsers(java.util.Collection users)
throws JAXRException
- Throws:
JAXRException
setPostalAddress
public void setPostalAddress(PostalAddress address)
throws JAXRException
- Throws:
JAXRException
setPrimaryContact
public void setPrimaryContact(User primaryContact)
throws JAXRException
- Throws:
JAXRException
setTelephoneNumbers
public void setTelephoneNumbers(java.util.Collection phoneNumbers)
throws JAXRException
- Throws:
JAXRException
Copyright © 2004-2005 Apache Web Services. All Rights Reserved.