javax.xml.registry.infomodel
Interface RegistryPackage

All Superinterfaces:
ExtensibleObject (src) , RegistryEntry (src) , RegistryObject (src) , Versionable (src)

public interface RegistryPackage
extends RegistryEntry (src)


Field Summary
 
Fields inherited from interface javax.xml.registry.infomodel.RegistryEntry (src)
STABILITY_DYNAMIC, STABILITY_DYNAMIC_COMPATIBLE, STABILITY_STATIC, STATUS_APPROVED, STATUS_DEPRECATED, STATUS_SUBMITTED, STATUS_WITHDRAWN
 
Method Summary
 void addRegistryObject(RegistryObject (src)  registryObject)
           
 void addRegistryObjects(java.util.Collection registryObjects)
           
 java.util.Set getRegistryObjects()
           
 void removeRegistryObject(RegistryObject (src)  registryObject)
           
 void removeRegistryObjects(java.util.Collection registryObjects)
           
 
Methods inherited from interface javax.xml.registry.infomodel.RegistryEntry (src)
getExpiration, getStability, getStatus, setExpiration, setStability
 
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
 
Methods inherited from interface javax.xml.registry.infomodel.ExtensibleObject (src)
addSlot, addSlots, getSlot, getSlots, removeSlot, removeSlots
 
Methods inherited from interface javax.xml.registry.infomodel.Versionable (src)
getMajorVersion, getMinorVersion, getUserVersion, setMajorVersion, setMinorVersion, setUserVersion
 

Method Detail

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)