javax.xml.registry.infomodel
Interface RegistryPackage
- All Superinterfaces:
- ExtensibleObject (src) , RegistryEntry (src) , RegistryObject (src) , Versionable (src)
- public interface RegistryPackage
- extends RegistryEntry (src)
Methods inherited from interface javax.xml.registry.infomodel.RegistryObject (src) |
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 |
addRegistryObject
public void addRegistryObject(RegistryObject (src) registryObject)
throws JAXRException (src)
- Throws:
JAXRException (src)
addRegistryObjects
public void addRegistryObjects(java.util.Collection registryObjects)
throws JAXRException (src)
- Throws:
JAXRException (src)
getRegistryObjects
public java.util.Set getRegistryObjects()
throws JAXRException (src)
- Throws:
JAXRException (src)
removeRegistryObject
public void removeRegistryObject(RegistryObject (src) registryObject)
throws JAXRException (src)
- Throws:
JAXRException (src)
removeRegistryObjects
public void removeRegistryObjects(java.util.Collection registryObjects)
throws JAXRException (src)
- Throws:
JAXRException (src)