Name
Organization
Synopsis
public interface Organization extends RegistryObject { // Property Accessor Methods (by property name) public abstract int getChildOrganizationCount( ) throws javax.xml.registry.JAXRException; //L1 public abstract Collection getChildOrganizations( ) throws javax.xml.registry.JAXRException; //L1 public abstract Collection getDescendantOrganizations( ) throws javax.xml.registry.JAXRException; //L1 public abstract Organization getParentOrganization( ) throws javax.xml.registry.JAXRException; //L1 public abstract PostalAddress getPostalAddress( ) throws javax.xml.registry.JAXRException; //L1 public abstract void setPostalAddress(PostalAddressaddress
) throws javax.xml.registry.JAXRException; //L1 public abstract User getPrimaryContact( ) throws javax.xml.registry.JAXRException; //L0 public abstract void setPrimaryContact(UserprimaryContact
) throws javax.xml.registry.JAXRException; //L0 public abstract Organization getRootOrganization( ) throws javax.xml.registry.JAXRException; //L1 public abstract Collection getServices( ) throws javax.xml.registry.JAXRException; //L0 public abstract Collection getUsers( ) throws javax.xml.registry.JAXRException; //L0 // Public Instance Methods public abstract void addChildOrganization(Organizationorganization
) throws javax.xml.registry.JAXRException; //L1 public abstract void addChildOrganizations(Collectionorganizations
) throws javax.xml.registry.JAXRException; //L1 public abstract void addService(javax.xml.registry.infomodel.Service ...
Get Java Web Services in a Nutshell now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.