| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Organization
Organization instances provide information on organizations such as a Submitting Organization. Each Organization instance may have a reference to a parent Organization. In addition it may have a contact attribute defining the primary contact within the organization. An Organization also has an address attribute.
Service| Method Summary | |
|---|---|
 void | 
addChildOrganization(Organization organization)
Adds a child Organization.  | 
 void | 
addChildOrganizations(java.util.Collection organizations)
Adds a Collection of Organization children.  | 
 void | 
addService(Service service)
Adds a child Service.  | 
 void | 
addServices(java.util.Collection services)
Adds a Collection of Service children.  | 
 void | 
addUser(User user)
Adds a User.  | 
 void | 
addUsers(java.util.Collection users)
Adds a Collection of Users.  | 
 int | 
getChildOrganizationCount()
Gets number of children.  | 
 java.util.Collection | 
getChildOrganizations()
Gets all immediate children Organizations.  | 
 java.util.Collection | 
getDescendantOrganizations()
Gets all descendant Organizations.  | 
 Organization | 
getParentOrganization()
Gets the parent (container) organization.  | 
 PostalAddress | 
getPostalAddress()
Gets the Address for this Organization.  | 
 User | 
getPrimaryContact()
Gets the primary Contact for this Organization.  | 
 Organization | 
getRootOrganization()
Gets the root organization.  | 
 java.util.Collection | 
getServices()
Gets all children Services.  | 
 java.util.Collection | 
getTelephoneNumbers(java.lang.String phoneType)
Gets the telephone numbers for this User that match the specified telephone number type.  | 
 java.util.Collection | 
getUsers()
Gets the Collection of Users affiliated with this Organization.  | 
 void | 
removeChildOrganization(Organization organization)
Removes a child Organization.  | 
 void | 
removeChildOrganizations(java.util.Collection organizations)
Removes a Collection of children Organizations.  | 
 void | 
removeService(Service service)
Removes a Service from this object.  | 
 void | 
removeServices(java.util.Collection services)
Removes a Collection of children Services from this object.  | 
 void | 
removeUser(User user)
Removes a User.  | 
 void | 
removeUsers(java.util.Collection users)
Removes a Collection of Users.  | 
 void | 
setPostalAddress(PostalAddress address)
Sets the address for this Organization.  | 
 void | 
setPrimaryContact(User primaryContact)
Sets the primary contact for this Organization.  | 
 void | 
setTelephoneNumbers(java.util.Collection phoneNumbers)
Sets the various telephone numbers for this user.  | 
| Methods inherited from interface javax.xml.registry.infomodel.ExtensibleObject | 
|---|
addSlot, addSlots, getSlot, getSlots, removeSlot, removeSlots | 
| Method Detail | 
|---|
PostalAddress getPostalAddress()
                               throws JAXRException
JAXRException - If the JAXR provider encounters an internal error
void setPostalAddress(PostalAddress address)
                      throws JAXRException
address - the PostalAddress for this Organization
JAXRException - If the JAXR provider encounters an internal error
User getPrimaryContact()
                       throws JAXRException
JAXRException - If the JAXR provider encounters an internal error
void setPrimaryContact(User primaryContact)
                       throws JAXRException
primaryContact - the User that is the primary Contact for this Organization
JAXRException - If the JAXR provider encounters an internal error
void addUser(User user)
             throws JAXRException
user - the User being added to this object
JAXRException - If the JAXR provider encounters an internal error
void addUsers(java.util.Collection users)
              throws JAXRException
users - the Collection of Users being added to this object
JAXRException - If the JAXR provider encounters an internal error
void removeUser(User user)
                throws JAXRException
user - the User being removed from this object
JAXRException - If the JAXR provider encounters an internal error
void removeUsers(java.util.Collection users)
                 throws JAXRException
users - the Collection of Users being removed from this object
JAXRException - If the JAXR provider encounters an internal error
java.util.Collection getUsers()
                              throws JAXRException
JAXRException - If the JAXR provider encounters an internal errorUser
java.util.Collection getTelephoneNumbers(java.lang.String phoneType)
                                         throws JAXRException
phoneType - a String that specifies the type of phone numbers desired
JAXRException - If the JAXR provider encounters an internal errorTelephoneNumber
void setTelephoneNumbers(java.util.Collection phoneNumbers)
                         throws JAXRException
phoneNumbers - the TelephoneNumbers being set for this object
JAXRException - If the JAXR provider encounters an internal error
void addService(Service service)
                throws JAXRException
service - the Service being added to this object
JAXRException - If the JAXR provider encounters an internal error
void addServices(java.util.Collection services)
                 throws JAXRException
services - the Collection of Services being added to this object
JAXRException - If the JAXR provider encounters an internal error
void removeService(Service service)
                   throws JAXRException
service - the Service being removed from this object
JAXRException - If the JAXR provider encounters an internal error
void removeServices(java.util.Collection services)
                    throws JAXRException
services - the Collection of Services being removed from this object
JAXRException - If the JAXR provider encounters an internal error
java.util.Collection getServices()
                                 throws JAXRException
JAXRException - If the JAXR provider encounters an internal errorService
void addChildOrganization(Organization organization)
                          throws JAXRException
organization - the child Organization being added
JAXRException - If the JAXR provider encounters an internal error
void addChildOrganizations(java.util.Collection organizations)
                           throws JAXRException
organizations - the Collection of child Organizations being added
JAXRException - If the JAXR provider encounters an internal error
void removeChildOrganization(Organization organization)
                             throws JAXRException
organization - the child Organization being removed
JAXRException - If the JAXR provider encounters an internal error
void removeChildOrganizations(java.util.Collection organizations)
                              throws JAXRException
organizations - the Collection of child Organizations being removed
JAXRException - If the JAXR provider encounters an internal error
int getChildOrganizationCount()
                              throws JAXRException
JAXRException - If the JAXR provider encounters an internal error
java.util.Collection getChildOrganizations()
                                           throws JAXRException
JAXRException - If the JAXR provider encounters an internal errorOrganization
java.util.Collection getDescendantOrganizations()
                                                throws JAXRException
JAXRException - If the JAXR provider encounters an internal errorOrganization
Organization getParentOrganization()
                                   throws JAXRException
JAXRException - If the JAXR provider encounters an internal error
Organization getRootOrganization()
                                 throws JAXRException
JAXRException - If the JAXR provider encounters an internal error
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright © 2009-2011, Oracle Corporation and/or its affiliates. All Rights Reserved. Use is subject to license terms.
Generated on 10-February-2011 12:41