Uses of Class
javax.xml.registry.JAXRException
Packages that use JAXRException
Package
Description
This package and its sub-packages describe the API classes and interfaces
for the Jakarta XML Registries API.
This package describes the information model for the Jakarta XML Registries
API.
-
Uses of JAXRException in javax.xml.registry
Subclasses of JAXRException in javax.xml.registryModifier and TypeClassDescriptionclassA RegistryException that occurs during a delete action.classA RegistryException that occurs during a find action.classThis exception is thrown when a Jakarta XML Registries client attempts to invoke an API method that is not valid for some reason.classThis is the common base class for all Exceptions that are detected on the registry provider side rather than the Jakarta XML Registries client side.classA RegistryException that occurs during a save action.classThis exception is thrown when the Jakarta XML Registries provider finds a Object that is out-of-place or of the wrong type within the context of a user request.classThis exception must be thrown when a Jakarta XML Registries client attempts to invoke an API method that is not supported by the capability profile that is supported by the Jakarta XML Registries provider.Methods in javax.xml.registry that throw JAXRExceptionModifier and TypeMethodDescriptionvoidConnection.close()Closes a Connection when it is no longer needed.voidBusinessLifeCycleManager.confirmAssociation(Association assoc) Confirms this Association by the User associated with the caller.LifeCycleManager.createAssociation(RegistryObject targetObject, Concept associationType) Creates an Association instance using the specified parameters.LifeCycleManager.createClassification(ClassificationScheme scheme, String name, String value) Creates a Classification instance for an external Classification using the specified String name and String value that identify a taxonomy element within the specified ClassificationScheme.LifeCycleManager.createClassification(ClassificationScheme scheme, InternationalString name, String value) Creates a Classification instance for an external Classification using the specified InternationalString name and String value that identify a taxonomy element within the specified ClassificationScheme.LifeCycleManager.createClassification(Concept concept) Creates a Classification instance for an internal Classification using the specified Concept that identifies a taxonomy element within an internal ClassificationScheme.LifeCycleManager.createClassificationScheme(String name, String description) Creates a ClassificationScheme given the specified String parameters.LifeCycleManager.createClassificationScheme(Concept concept) Creates a ClassificationScheme from a Concept that has no ClassificationScheme or parent Concept.LifeCycleManager.createClassificationScheme(InternationalString name, InternationalString description) Creates a ClassificationScheme given the specified InternationalString parameters.LifeCycleManager.createConcept(RegistryObject parent, String name, String value) Creates a Concept instance using the specified parameters, where the name is a String.LifeCycleManager.createConcept(RegistryObject parent, InternationalString name, String value) Creates a Concept instance using the specified parameters, where the name is an InternationalString.abstract ConnectionConnectionFactory.createConnection()Create a named connection.LifeCycleManager.createEmailAddress(String address) Creates an EmailAddress instance using an address as the parameter.LifeCycleManager.createEmailAddress(String address, String type) Creates an EmailAddress instance using both an address and a type as parameters.LifeCycleManager.createExternalIdentifier(ClassificationScheme identificationScheme, String name, String value) Creates an ExternalIdentifier instance using the specified parameters, where the name is a String.LifeCycleManager.createExternalIdentifier(ClassificationScheme identificationScheme, InternationalString name, String value) Creates an ExternalIdentifier instance using the specified parameters, where the name is an InternationalString.LifeCycleManager.createExternalLink(String externalURI, String description) Creates an ExternalLink instance using the specified parameters, where the description is a String.LifeCycleManager.createExternalLink(String externalURI, InternationalString description) Creates an ExternalLink instance using the specified parameters, where the description is an InternationalString.LifeCycleManager.createExtrinsicObject(javax.activation.DataHandler repositoryItem) Creates an ExtrinsicObject instance using the specified parameters.abstract FederatedConnectionConnectionFactory.createFederatedConnection(Collection connections) Create a FederatedConnection.LifeCycleManager.createInternationalString()Creates an empty InternationalString instance.LifeCycleManager.createInternationalString(String s) Creates an InternationalString instance using a String parameter and the default Locale.LifeCycleManager.createInternationalString(Locale l, String s) Creates an InternationalString instance using the specified Locale and String parameters.Creates a Key instance from an ID.LifeCycleManager.createLocalizedString(Locale l, String s) Creates a LocalizedString instance using the specified Locale and String parameters.LifeCycleManager.createLocalizedString(Locale l, String s, String charSetName) Creates a LocalizedString instance using the specified Locale, String, and character set parameters.LifeCycleManager.createObject(String interfaceName) Creates instances of information model interfaces (factory method).LifeCycleManager.createOrganization(String name) Creates an Organization instance using the specified name, where the name is a String.LifeCycleManager.createOrganization(InternationalString name) Creates an Organization instance using the specified name, where the name is an InternationalString.LifeCycleManager.createPersonName(String fullName) Creates a PersonName instance using the specified full name.LifeCycleManager.createPersonName(String firstName, String middleName, String lastName) Creates a PersonName instance using the specified first, middle, and last names.LifeCycleManager.createPostalAddress(String streetNumber, String street, String city, String stateOrProvince, String country, String postalCode, String type) Creates a PostalAddress instance using the specified parameters.DeclarativeQueryManager.createQuery(int queryType, String queryString) Creates a Query object given a queryType (for example, QUERY_TYPE_SQL) and a String that represents a query in the syntax appropriate for queryType.LifeCycleManager.createRegistryPackage(String name) Creates a RegistryPackage instance using the specified name, where the name is a String.LifeCycleManager.createRegistryPackage(InternationalString name) Creates a RegistryPackage instance using the specified name, where the name is an InternationalString.LifeCycleManager.createService(String name) Creates a Service instance using the specified name, where the name is a String.LifeCycleManager.createService(InternationalString name) Creates a Service instance using the specified name, where the name is an InternationalString.LifeCycleManager.createServiceBinding()Creates an empty ServiceBinding instance.LifeCycleManager.createSlot(String name, String value, String slotType) Creates a Slot instance using the specified parameters, where the value is a String.LifeCycleManager.createSlot(String name, Collection values, String slotType) Creates a Slot instance using the specified parameters, where the value is a Collection of Strings.LifeCycleManager.createSpecificationLink()Creates an empty SpecificationLink instance.LifeCycleManager.createTelephoneNumber()Creates an empty TelephoneNumber instance.LifeCycleManager.createUser()Creates an empty User instance.BusinessLifeCycleManager.deleteAssociations(Collection associationKeys) Deletes the Associations corresponding to the specified Keys.BusinessLifeCycleManager.deleteClassificationSchemes(Collection schemeKeys) Deletes the ClassificationSchemes corresponding to the specified Keys.BusinessLifeCycleManager.deleteConcepts(Collection conceptKeys) Deletes the Concepts corresponding to the specified Keys.LifeCycleManager.deleteObjects(Collection keys) Deletes one or more previously submitted objects from the registry using the object keys.LifeCycleManager.deleteObjects(Collection keys, String objectType) Deletes one or more previously submitted objects from the registry using the object keys and a specified objectType attribute.BusinessLifeCycleManager.deleteOrganizations(Collection organizationKeys) Deletes the organizations corresponding to the specified Keys.BusinessLifeCycleManager.deleteServiceBindings(Collection bindingKeys) Deletes the ServiceBindings corresponding to the specified Keys.BusinessLifeCycleManager.deleteServices(Collection serviceKeys) Deletes the services corresponding to the specified Keys.LifeCycleManager.deprecateObjects(Collection keys) Deprecates one or more previously submitted objects.DeclarativeQueryManager.executeQuery(Query query) Executes a query as specified by query parameter.BusinessQueryManager.findAssociations(Collection findQualifiers, String sourceObjectId, String targetObjectId, Collection associationTypes) Finds all Association objects that match all of the criteria specified by the parameters of this call.BusinessQueryManager.findCallerAssociations(Collection findQualifiers, Boolean confirmedByCaller, Boolean confirmedByOtherParty, Collection associationTypes) Finds all Association objects owned by the caller that match all of the criteria specified by the parameters of this call.BusinessQueryManager.findClassificationSchemeByName(Collection findQualifiers, String namePattern) Finds a ClassificationScheme by name based on the specified find qualifiers and name pattern.BusinessQueryManager.findClassificationSchemes(Collection findQualifiers, Collection namePatterns, Collection classifications, Collection externalLinks) Finds all ClassificationScheme objects that match all of the criteria specified by the parameters of this call.BusinessQueryManager.findConceptByPath(String path) Finds a Concept based on the path specified.BusinessQueryManager.findConcepts(Collection findQualifiers, Collection namePatterns, Collection classifications, Collection externalIdentifiers, Collection externalLinks) Finds all Concept objects that match all of the criteria specified by the parameters of this call.BusinessQueryManager.findOrganizations(Collection findQualifiers, Collection namePatterns, Collection classifications, Collection specifications, Collection externalIdentifiers, Collection externalLinks) Finds all Organization objects that match all of the criteria specified by the parameters of this call.BusinessQueryManager.findRegistryPackages(Collection findQualifiers, Collection namePatterns, Collection classifications, Collection externalLinks) Finds all RegistryPackage objects that match all of the criteria specified by the parameters of this call.BusinessQueryManager.findServiceBindings(Key serviceKey, Collection findQualifiers, Collection classifications, Collection specifications) Finds all ServiceBinding objects that match all of the criteria specified by the parameters of this call.BusinessQueryManager.findServices(Key orgKey, Collection findQualifiers, Collection namePatterns, Collection classifications, Collection specifications) Finds all Service objects that match all of the criteria specified by the parameters of this call.RegistryService.getBulkResponse(String requestId) Returns the BulkResponse associated with specified requestId.RegistryService.getBusinessLifeCycleManager()Returns the BusinessLifeCycleManager object implemented by the Jakarta XML Registries provider.RegistryService.getBusinessQueryManager()Returns the BusinessQueryManager object implemented by the Jakarta XML Registries provider.intCapabilityProfile.getCapabilityLevel()Gets the capability level supported by the Jakarta XML Registries provider.RegistryService.getCapabilityProfile()Returns the CapabilityProfile for the Jakarta XML Registries provider.BulkResponse.getCollection()Get the Collection of objects returned as a response of a bulk operation.Connection.getCredentials()Gets the credentials associated with this client.RegistryService.getDeclarativeQueryManager()Returns the DeclarativeQueryManager object implemented by the Jakarta XML Registries provider.RegistryService.getDefaultPostalScheme()Gets the default user-defined postal scheme for codifying the attributes of PostalAddress.RegistryException.getErrorObjectKey()Gets the Key to the first object that encountered an error in the registry.BulkResponse.getExceptions()Get the Collection of RegistryException instances in case of partial commit.abstract PropertiesConnectionFactory.getProperties()Gets the Properties used during createConnection and createFederatedConnection calls.QueryManager.getRegistryObject(String id) Gets the RegistryObject specified by the Id.QueryManager.getRegistryObject(String id, String objectType) Gets the RegistryObject specified by the Id and type of object.QueryManager.getRegistryObjects()Gets the RegistryObjects owned by the caller.QueryManager.getRegistryObjects(String objectType) Gets the RegistryObjects owned by the caller, that are of the specified type.QueryManager.getRegistryObjects(Collection objectKeys) Gets the specified RegistryObjects.QueryManager.getRegistryObjects(Collection objectKeys, String objectTypes) Gets the specified RegistryObjects.Connection.getRegistryService()Gets the RegistryService interface associated with the Connection.LifeCycleManager.getRegistryService()Returns the parent RegistryService that created this object.QueryManager.getRegistryService()Returns the parent RegistryService that created this object.JAXRResponse.getRequestId()Returns the unique id for the request that generated this response.intJAXRResponse.getStatus()Returns the status for this response.intQuery.getType()Gets the type of Query (for example, QUERY_TYPE_SQL).CapabilityProfile.getVersion()Gets the Jakarta XML Registries specification version supported by the Jakarta XML Registries provider.booleanJAXRException.isAvailable()Returns true if a response is available, false otherwise.booleanJAXRResponse.isAvailable()Returns true if a response is available, false otherwise.booleanConnection.isClosed()Indicated whether this Connection has been closed or not.booleanBulkResponse.isPartialResponse()Determines whether the response is a partial response due to large result set.booleanConnection.isSynchronous()Indicates whether a client uses synchronous communication with Jakarta XML Registries provider or not.RegistryService.makeRegistrySpecificRequest(String request) Takes a String that is an XML request in a registry-specific format, sends the request to the registry, and returns a String that is the registry-specific XML response.static ConnectionFactoryConnectionFactory.newInstance()Creates a defaultConnectionFactoryobject.BusinessLifeCycleManager.saveAssociations(Collection associations, boolean replace) Saves the specified Association instances.BusinessLifeCycleManager.saveClassificationSchemes(Collection schemes) Saves the specified ClassificationScheme instances.BusinessLifeCycleManager.saveConcepts(Collection concepts) Saves the specified Concepts.LifeCycleManager.saveObjects(Collection objects) Saves one or more Objects to the registry.BusinessLifeCycleManager.saveOrganizations(Collection organizations) Saves the specified Organizations.BusinessLifeCycleManager.saveServiceBindings(Collection bindings) Saves the specified ServiceBindings.BusinessLifeCycleManager.saveServices(Collection services) Saves the specified Services.voidConnection.setCredentials(Set credentials) Sets the Credentials associated with this client.voidRegistryException.setErrorObjectKey(Key key) Sets the Key to the first object that encountered an error in the registry.abstract voidConnectionFactory.setProperties(Properties properties) Sets the Properties used during createConnection and createFederatedConnection calls.voidConnection.setSynchronous(boolean sync) Sets whether the client uses synchronous communication or not.voidBusinessLifeCycleManager.unConfirmAssociation(Association assoc) Undoes a previous confirmation of this Association by the User associated with the caller.LifeCycleManager.unDeprecateObjects(Collection keys) Undeprecates one or more previously deprecated objects. -
Uses of JAXRException in javax.xml.registry.infomodel
Methods in javax.xml.registry.infomodel that throw JAXRExceptionModifier and TypeMethodDescriptionvoidRegistryObject.addAssociation(Association association) Adds specified Association to use this object as source.voidRegistryObject.addAssociations(Collection associations) Adds specified Associations to use this object as source.voidClassificationScheme.addChildConcept(Concept concept) Adds a child Concept.voidConcept.addChildConcept(Concept concept) Adds a child Concept.voidClassificationScheme.addChildConcepts(Collection concepts) Adds a Collection of Concept children.voidConcept.addChildConcepts(Collection concepts) Adds a Collection of Concept children.voidOrganization.addChildOrganization(Organization organization) Adds a child Organization.voidOrganization.addChildOrganizations(Collection organizations) Adds a Collection of Organization children.voidRegistryObject.addClassification(Classification classification) Adds specified Classification to this object.voidRegistryObject.addClassifications(Collection classifications) Adds specified Classifications to this object.voidRegistryObject.addExternalIdentifier(ExternalIdentifier externalIdentifier) Adds specified ExternalIdentifier as an external identifier to this object.voidRegistryObject.addExternalIdentifiers(Collection externalIdentifiers) Adds specified ExternalIdentifiers as an external identifiers to this object.voidRegistryObject.addExternalLink(ExternalLink externalLink) Adds specified ExternalLink to this object.voidRegistryObject.addExternalLinks(Collection externalLinks) Adds specified ExternalLinks to this object.voidInternationalString.addLocalizedString(LocalizedString localizedString) Adds a LocalizedString to this object.voidInternationalString.addLocalizedStrings(Collection localizedStrings) Adds many LocalizedStrings to this object.voidRegistryPackage.addRegistryObject(RegistryObject registryObject) Adds a child RegistryObject as member.voidRegistryPackage.addRegistryObjects(Collection registryObjects) Adds a Collection of RegistryObject children as members.voidOrganization.addService(Service service) Adds a child Service.voidService.addServiceBinding(ServiceBinding serviceBinding) Adds a child ServiceBinding.voidService.addServiceBindings(Collection serviceBindings) Adds a Collection of ServiceBinding children.voidOrganization.addServices(Collection services) Adds a Collection of Service children.voidAdds a Slot to this object.voidExtensibleObject.addSlots(Collection slots) Adds more Slots to this object.voidServiceBinding.addSpecificationLink(SpecificationLink specificationLink) Adds a child SpecificationLink.voidServiceBinding.addSpecificationLinks(Collection specificationLinks) Adds a Collection of SpecificationLink children.voidAdds a User.voidOrganization.addUsers(Collection users) Adds a Collection of Users.ServiceBinding.getAccessURI()Gets the URI that gives access to the service via this binding.EmailAddress.getAddress()Returns the email address for this object.TelephoneNumber.getAreaCode()Gets the area code.RegistryObject.getAssociatedObjects()Returns the collection of RegistryObject instances associated with this object.RegistryObject.getAssociations()Gets all Associations where this object is source.Association.getAssociationType()Gets the association type for this Association.RegistryObject.getAuditTrail()Returns the complete audit trail of all requests that effected a state change in this object as an ordered Collection of AuditableEvent objects.LocalizedString.getCharsetName()Gets the canonical name for the charset for this object.intClassificationScheme.getChildConceptCount()Gets number of children.intConcept.getChildConceptCount()Gets number of children.intOrganization.getChildOrganizationCount()Gets number of children.Organization.getChildOrganizations()Gets all immediate children Organizations.ClassificationScheme.getChildrenConcepts()Gets all immediate children Concepts.Concept.getChildrenConcepts()Gets all immediate children Concepts.PostalAddress.getCity()Returns the city.RegistryObject.getClassifications()Gets the Classification instances that classify this object.Classification.getClassificationScheme()Gets the ClassificationScheme that is used in classifying the object.Concept.getClassificationScheme()Gets the ClassificationScheme that this Concept is a descendent of.Classification.getClassifiedObject()Gets the Object that is being classified.Classification.getConcept()Gets the Concept that is classifying the object.PostalAddress.getCountry()Returns the country.TelephoneNumber.getCountryCode()Gets the country code.ClassificationScheme.getDescendantConcepts()Gets all descendant Concepts.Concept.getDescendantConcepts()Gets all descendant Concepts.Organization.getDescendantOrganizations()Gets all descendant Organizations.RegistryObject.getDescription()Gets the textual description for this object.User.getEmailAddresses()Gets the email addresses for this User.intAuditableEvent.getEventType()Gets the type of this event.RegistryEntry.getExpiration()Gets expirationDate attribute of the RegistryEntry within the Registry.TelephoneNumber.getExtension()Gets the internal extension.RegistryObject.getExternalIdentifiers()Returns the ExternalIdentifiers associated with this object that are external identifiers for this object.RegistryObject.getExternalLinks()Returns the ExternalLinks associated with this object.ExternalLink.getExternalURI()Gets URI to the an external resource.PersonName.getFirstName()Gets the first name for this Person.PersonName.getFullName()Gets the fully formatted name for this person.Key.getId()Returns the unique Id of this key.ExternalIdentifier.getIdentificationScheme()Gets the ClassificationScheme that is used as the identification scheme for identifying this object.RegistryObject.getKey()Gets the key representing the universally unique ID (UUID) for this object.PersonName.getLastName()Gets the last name (surname) for this Person.RegistryObject.getLifeCycleManager()Returns the LifeCycleManager that created this object.ExternalLink.getLinkedObjects()Gets the collection of RegistryObjects that are annotated by this ExternalLink.LocalizedString.getLocale()Get the Locale for this object.InternationalString.getLocalizedString(Locale locale, String charsetName) Gets the LocalizedString for the specified Locale and charsetName.InternationalString.getLocalizedStrings()Returns the LocalizedStrings associated with this object.intVersionable.getMajorVersion()Gets the major revision number for this version of the Versionable object.PersonName.getMiddleName()Gets the middle name for this Person.ExtrinsicObject.getMimeType()Gets the mime type associated with this object.intVersionable.getMinorVersion()Gets the minor revision number for this version of the Versionable object.RegistryObject.getName()Gets the user-friendly name of this object.Slot.getName()Gets the name for this Slot.TelephoneNumber.getNumber()Gets the telephone number suffix, not including the country or area code.RegistryObject.getObjectType()Gets the object type that best describes the RegistryObject.User.getOrganization()Gets the Organization that this User is affiliated with.Concept.getParent()Gets the parent Concept or ClassificationScheme for this object.Concept.getParentConcept()Gets the parent Concept or null if parent is a ClassificationScheme.Organization.getParentOrganization()Gets the parent (container) organization.Concept.getPath()Gets the canonical path representation for this Concept.User.getPersonName()Returns the name of this User.Organization.getPostalAddress()Gets the Address for this Organization.User.getPostalAddresses()Gets the postal address for this User.PostalAddress.getPostalCode()Returns the postal or zip code.PostalAddress.getPostalScheme()Returns a user-defined postal scheme for codifying the attributes of PostalAddress.Organization.getPrimaryContact()Gets the primary Contact for this Organization.Service.getProvidingOrganization()Gets the Organization that provides this service.AuditableEvent.getRegistryObject()Gets the RegistryObject associated with this AuditableEvent.ExternalIdentifier.getRegistryObject()Gets the parent RegistryObject for this ExternalIdentifier.RegistryPackage.getRegistryObjects()Gets the collection of member RegistryObjects of this RegistryPackage.RegistryObject.getRegistryPackages()Returns the Package associated with this object.javax.activation.DataHandlerExtrinsicObject.getRepositoryItem()Gets the repository item for this object.Organization.getRootOrganization()Gets the root organization.ServiceBinding.getService()Gets the parent service for which this is a binding.SpecificationLink.getServiceBinding()Gets the parent ServiceBinding for this SpecificationLink.Service.getServiceBindings()Gets all children ServiceBindings.Organization.getServices()Gets all children Services.Gets the slot specified by slotName.ExtensibleObject.getSlots()Returns the Slots associated with this object.Slot.getSlotType()Gets the slotType for this Slot.Association.getSourceObject()Gets the Object that is the source of this Association.ServiceBinding.getSpecificationLinks()Gets all children SpecificationLinks.SpecificationLink.getSpecificationObject()Gets the specification object for this object.intRegistryEntry.getStability()Gets the stability indicator for the RegistryEntry within the Registry.PostalAddress.getStateOrProvince()Returns the state or province.intRegistryEntry.getStatus()Gets the life cycle status of the RegistryEntry within the registry.PostalAddress.getStreet()Returns the street name.PostalAddress.getStreetNumber()Returns the street number.RegistryObject.getSubmittingOrganization()Gets the Organization that submitted this RegistryObject.ServiceBinding.getTargetBinding()Gets the next ServiceBinding in case there is a redirection from one service provider to another service provider.Association.getTargetObject()Gets the Object that is the target of this Association.Organization.getTelephoneNumbers(String phoneType) Gets the telephone numbers for this User that match the specified telephone number type.User.getTelephoneNumbers(String phoneType) Gets the telephone numbers for this User that match the specified telephone number type.AuditableEvent.getTimestamp()Gets the Timestamp for when this event occurred.EmailAddress.getType()Gets the type for this object.PostalAddress.getType()Returns the type of address (for example, "headquarters") as a String.TelephoneNumber.getType()The type of telephone number (for example, "fax").User.getType()Gets the type for this User.TelephoneNumber.getUrl()Gets the URL that can dial this number electronically.User.getUrl()Gets the URL to the web page for this User.SpecificationLink.getUsageDescription()Gets the description of usage parameters.SpecificationLink.getUsageParameters()Gets any usage parameters.AuditableEvent.getUser()Gets the User associated with this object.Organization.getUsers()Gets the Collection of Users affiliated with this Organization.Versionable.getUserVersion()Gets the user-specified revision number for this version of the Versionable object.booleanURIValidator.getValidateURI()Gets whether to do URI validation for this object.Classification.getValue()Gets the taxonomy value for this Classification.Concept.getValue()Gets the value (usually a code in a taxonomy) associated with this Concept.ExternalIdentifier.getValue()Gets the value of an ExternalIdentifier.InternationalString.getValue()Gets the String value for the Locale returned by Locale.getDefault().Gets the String value for the specified Locale.LocalizedString.getValue()Get the String value for this object.Slot.getValues()Gets the values for this Slot.intClassificationScheme.getValueType()Gets the value type for this object.booleanAssociation.isConfirmed()Determines whether an Association has been confirmed completely.booleanAssociation.isConfirmedBySourceOwner()Determines whether an Association has been confirmed by the owner of the source object.booleanAssociation.isConfirmedByTargetOwner()Determines whether an Association has been confirmed by the owner of the target object.booleanClassification.isExternal()Returns true if this is an external classification.booleanClassificationScheme.isExternal()Determines whether this ClassificationScheme is an external ClassificationScheme or an internal ClassificationScheme.booleanAssociation.isExtramural()Determines whether an Association is extramural or not.booleanExtrinsicObject.isOpaque()Determines whether the ExtrinsicObject is opaque (not readable) by the registry operator.voidRegistryObject.removeAssociation(Association association) Removes specified Association from this object.voidRegistryObject.removeAssociations(Collection associations) Removes specified Associations from this object.voidClassificationScheme.removeChildConcept(Concept concept) Removes a child Concept.voidConcept.removeChildConcept(Concept concept) Removes a child Concept.voidClassificationScheme.removeChildConcepts(Collection concepts) Removes a Collection of children Concepts.voidConcept.removeChildConcepts(Collection concepts) Removes a Collection of children Concepts.voidOrganization.removeChildOrganization(Organization organization) Removes a child Organization.voidOrganization.removeChildOrganizations(Collection organizations) Removes a Collection of children Organizations.voidRegistryObject.removeClassification(Classification classification) Removes specified Classification from this object.voidRegistryObject.removeClassifications(Collection classifications) Removes specified Classifications from this object.voidRegistryObject.removeExternalIdentifier(ExternalIdentifier externalIdentifier) Removes specified ExternalIdentifier as an external identifier from this object.voidRegistryObject.removeExternalIdentifiers(Collection externalIdentifiers) Removes specified ExternalIdentifiers as an external identifiers from this object.voidRegistryObject.removeExternalLink(ExternalLink externalLink) Removes specified ExternalLink from this object.voidRegistryObject.removeExternalLinks(Collection externalLinks) Removes specified ExternalLinks from this object.voidInternationalString.removeLocalizedString(LocalizedString localizedString) Removes a LocalizedString from this object.voidInternationalString.removeLocalizedStrings(Collection localizedStrings) Removes specified LocalizedStrings to this object.voidRegistryPackage.removeRegistryObject(RegistryObject registryObject) Removes a child RegistryObject from membership.voidRegistryPackage.removeRegistryObjects(Collection registryObjects) Removes a Collection of children RegistryObjects from membership.voidOrganization.removeService(Service service) Removes a Service from this object.voidService.removeServiceBinding(ServiceBinding serviceBinding) Removes a child ServiceBinding.voidService.removeServiceBindings(Collection serviceBindings) Removes a Collection of children ServiceBindings.voidOrganization.removeServices(Collection services) Removes a Collection of children Services from this object.voidExtensibleObject.removeSlot(String slotName) Removes a Slot from this object.voidExtensibleObject.removeSlots(Collection slotNames) Removes specified Slots from this object.voidServiceBinding.removeSpecificationLink(SpecificationLink specificationLink) Removes a child SpecificationLink.voidServiceBinding.removeSpecificationLinks(Collection specificationLinks) Removes a Collection of children SpecificationLinks.voidOrganization.removeUser(User user) Removes a User.voidOrganization.removeUsers(Collection users) Removes a Collection of Users.voidServiceBinding.setAccessURI(String uri) Sets the URI that gives access to the service via this binding.voidEmailAddress.setAddress(String address) Sets the email address for this object.voidTelephoneNumber.setAreaCode(String areaCode) Sets the area code.voidRegistryObject.setAssociations(Collection associations) Replaces all previous Associations from this object with specified Associations.voidAssociation.setAssociationType(Concept associationType) Sets the association type for this Association.voidLocalizedString.setCharsetName(String charsetName) Set the canonical name for the charset for this object.voidSets the city.voidRegistryObject.setClassifications(Collection classifications) Replaces all previous Classifications with specified Classifications.voidClassification.setClassificationScheme(ClassificationScheme classificationScheme) Sets the ClassificationScheme for this external classification.voidClassification.setClassifiedObject(RegistryObject classifiedObject) Sets the object that is being classified.voidClassification.setConcept(Concept concept) Sets the concept for this internal classification.voidPostalAddress.setCountry(String country) Sets the country.voidTelephoneNumber.setCountryCode(String countryCode) Sets country code.voidRegistryObject.setDescription(InternationalString description) Sets the context independent textual description for this object.voidUser.setEmailAddresses(Collection emailAddresses) Sets the Collection of EmailAddress instances for this User.voidRegistryEntry.setExpiration(Date expiration) Sets the expirationDate.voidTelephoneNumber.setExtension(String extension) Sets the internal extension.voidRegistryObject.setExternalIdentifiers(Collection externalIdentifiers) Replaces all previous external identifiers with specified Collection of ExternalIdentifiers as an external identifier.voidRegistryObject.setExternalLinks(Collection externalLinks) Replaces all previous ExternalLinks with specified ExternalLinks.voidExternalLink.setExternalURI(String uri) Sets URI for an external resource.voidPersonName.setFirstName(String firstName) Sets the first name for this Person.voidPersonName.setFullName(String fullName) Sets the fully formatted name for this person.voidSets the unique id associated with this key.voidExternalIdentifier.setIdentificationScheme(ClassificationScheme identificationScheme) Sets the ClassificationScheme that is used as the identification scheme for identifying this object.voidSets the key representing the universally unique ID (UUID) for this object.voidPersonName.setLastName(String lastName) Sets the last name (surname) for this Person.voidSet the Locale for this object.voidVersionable.setMajorVersion(int majorVersion) Sets the major revision number for this version of the Versionable object.voidPersonName.setMiddleName(String middleName) Sets the middle name for this Person.voidExtrinsicObject.setMimeType(String mimeType) Sets the mime type associated with this object.voidVersionable.setMinorVersion(int minorVersion) Sets the minor revision number for this version of the Versionable object.voidRegistryObject.setName(InternationalString name) Sets user-friendly name of object in repository.voidSets the name for this Slot.voidSets the telephone number suffix, not including the country or area code.voidExtrinsicObject.setOpaque(boolean isOpaque) Sets whether the ExtrinsicObject is opaque (not readable) by the registry.voidUser.setPersonName(PersonName personName) Sets the name of this User.voidOrganization.setPostalAddress(PostalAddress address) Sets the address for this Organization.voidUser.setPostalAddresses(Collection addresses) Sets the addresses for this User.voidPostalAddress.setPostalCode(String postalCode) Sets the postal or zip code.voidPostalAddress.setPostalScheme(ClassificationScheme scheme) Sets a user-defined postal scheme for codifying the attributes of PostalAddress.voidOrganization.setPrimaryContact(User primaryContact) Sets the primary contact for this Organization.voidService.setProvidingOrganization(Organization providingOrganization) Sets the Organization that provides this service.voidExtrinsicObject.setRepositoryItem(javax.activation.DataHandler repositoryItem) Sets the repository item for this object.voidSlot.setSlotType(String slotType) Sets the slotType for this Slot.voidAssociation.setSourceObject(RegistryObject srcObject) Sets the Object that is the source of this Association.voidSpecificationLink.setSpecificationObject(RegistryObject obj) Sets the specification object for this object.voidRegistryEntry.setStability(int stability) Sets the stability indicator for the RegistryEntry.voidPostalAddress.setStateOrProvince(String stateOrProvince) Sets the state or province.voidSets the street name.voidPostalAddress.setStreetNumber(String streetNumber) Sets the street number.voidServiceBinding.setTargetBinding(ServiceBinding binding) Sets the next ServiceBinding in case there is a redirection.voidAssociation.setTargetObject(RegistryObject targetObject) Sets the Object that is the target of this Association.voidOrganization.setTelephoneNumbers(Collection phoneNumbers) Sets the various telephone numbers for this user.voidUser.setTelephoneNumbers(Collection phoneNumbers) Sets the various telephone numbers for this user.voidSets the type for this object.voidSets the type of address (for example, "headquarters") as a String.voidSets the type of telephone number (for example, "fax").voidSets the type for this User.voidSets the URL that can dial this number electronically.voidSets the URL to the web page for this User.voidSpecificationLink.setUsageDescription(InternationalString usageDescription) Sets the description of usage parameters.voidSpecificationLink.setUsageParameters(Collection usageParameters) Sets any usage parameters.voidVersionable.setUserVersion(String userVersion) Sets the user specified revision number for this version of the Versionable object.voidURIValidator.setValidateURI(boolean validate) Sets whether to do URI validation for this object.voidSets the taxonomy value for this external Classification.voidSets the value (usually a taxonomy value) associated with this Concept.voidSets the value of an ExternalIdentifier.voidSets the String value for the Locale returned by Locale.getDefault().voidSets the String value for the specified Locale.voidSet the String value for the specified object.voidSlot.setValues(Collection values) Sets the values for this Slot.voidClassificationScheme.setValueType(int valueType) Sets the value type for this object.RegistryObject.toXML()Returns a registry provider specific XML representation of this Object.