public interface RegistryPackage extends RegistryObject, Versionable
RegistryBean
interface that represents the JAXR RegistryPackage
.Modifier and Type | Method and Description |
---|---|
java.util.Set<RegistryBean> |
getRegistryObjects()
Gets the collection of member RegistryObjects of this RegistryPackage.
|
void |
setRegistryObjects(java.util.Set<RegistryBean> registryBeans)
Sets the collection of member RegistryObjects of this RegistryPackage.
|
getAssociatedObjects, getAssociations, getAuditTrail, getClassifications, getExternalIdentifiers, getExternalLinks, getObjectType, getRegistryPackages, getSubmittingOrganization, setAssociations, setClassifications, setExternalIdentifiers, setExternalLinks, setSubmittingOrganization
getDescription, getKey, getName, setDescription, setName
getSlots, setSlots
getMajorVersion, getMinorVersion, getUserVersion, setMajorVersion, setMinorVersion, setUserVersion
java.util.Set<RegistryBean> getRegistryObjects()
void setRegistryObjects(java.util.Set<RegistryBean> registryBeans)
registryBeans
- the collection of member RegistryObjects.