Uses of Interface
javax.xml.registry.infomodel.Organization

Packages that use Organization
javax.xml.registry This package and its sub-packages describe the API classes and interfaces for the JAXR API. 
javax.xml.registry.infomodel This package describes the information model for JAXR API. 
 

Uses of Organization in javax.xml.registry
 

Methods in javax.xml.registry that return Organization
 Organization LifeCycleManager.createOrganization(java.lang.String name)
          Creates an Organization instance using the specified name, where the name is a String.
 Organization LifeCycleManager.createOrganization(InternationalString name)
          Creates an Organization instance using the specified name, where the name is an InternationalString.
 

Uses of Organization in javax.xml.registry.infomodel
 

Methods in javax.xml.registry.infomodel that return Organization
 Organization Organization.getParentOrganization()
          Get the parent (container) organization
 Organization Organization.getRootOrganization()
          Get the root organization
 Organization User.getOrganization()
          Gets the Organization that this User is affiliated with.
 Organization Service.getProvidingOrganization()
          Gets the Organization that provides this service.
 Organization RegistryObject.getSubmittingOrganization()
          Gets the Organization that submitted this RegistryObject.
 

Methods in javax.xml.registry.infomodel with parameters of type Organization
 void Organization.addChildOrganization(Organization organization)
          Add a child Organization
 void Organization.removeChildOrganization(Organization organization)
          Remove a child Organization
 void Service.setProvidingOrganization(Organization providingOrganization)
          Sets the Organization that provides this service.