Class RegistryPackageImpl
- java.lang.Object
-
- com.sun.xml.registry.uddi.infomodel.ExtensibleObjectImpl
-
- com.sun.xml.registry.uddi.infomodel.RegistryObjectImpl
-
- com.sun.xml.registry.uddi.infomodel.RegistryEntryImpl
-
- com.sun.xml.registry.uddi.infomodel.RegistryPackageImpl
-
- All Implemented Interfaces:
Serializable,javax.xml.registry.infomodel.ExtensibleObject,javax.xml.registry.infomodel.RegistryEntry,javax.xml.registry.infomodel.RegistryObject,javax.xml.registry.infomodel.RegistryPackage,javax.xml.registry.infomodel.Versionable
public class RegistryPackageImpl extends RegistryEntryImpl implements javax.xml.registry.infomodel.RegistryPackage, Serializable
Implementation of RegistryPackage interface. All methods are level 1 methods.- Author:
- Bobby Bissett
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RegistryPackageImpl()Default constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddRegistryObject(javax.xml.registry.infomodel.RegistryObject registryObject)Level 1 methodvoidaddRegistryObjects(Collection registryObjects)Level 1 methodSetgetRegistryObjects()Level 1 methodvoidremoveRegistryObject(javax.xml.registry.infomodel.RegistryObject registryObject)Level 1 methodvoidremoveRegistryObjects(Collection registryEntries)Level 1 method-
Methods inherited from class com.sun.xml.registry.uddi.infomodel.RegistryEntryImpl
getExpiration, getMajorVersion, getMinorVersion, getStability, getStatus, getUserVersion, setExpiration, setMajorVersion, setMinorVersion, setStability, setUserVersion
-
Methods inherited from class com.sun.xml.registry.uddi.infomodel.RegistryObjectImpl
addAssociation, addAssociations, addClassification, addClassifications, addExternalIdentifier, addExternalIdentifiers, addExternalLink, addExternalLinks, addSlot, addSlots, areAssociationsLoaded, getAssociatedObjects, getAssociations, getAuditTrail, getClassifications, getConnection, getDescription, getExternalIdentifiers, getExternalLinks, getKey, getLifeCycleManager, getName, getObjectType, getRegistryPackages, getRegistryService, getServiceId, getSubmittingOrganization, isDeleted, isLoaded, isModified, isNew, isRetrieved, removeAssociation, removeAssociations, removeClassification, removeClassifications, removeExternalIdentifier, removeExternalIdentifiers, removeExternalLink, removeExternalLinks, removeSlot, removeSlots, setAssociations, setAssociationsLoaded, setClassifications, setDescription, setExternalIdentifiers, setExternalLinks, setIsDeleted, setIsLoaded, setIsModified, setIsNew, setIsRetrieved, setKey, setLifeCycleManager, setName, setObjectType, setRegistryService, setServiceId, setStatusFlags, setSubmittingOrganization, toXML
-
Methods inherited from class com.sun.xml.registry.uddi.infomodel.ExtensibleObjectImpl
getSlot, getSlots
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface javax.xml.registry.infomodel.ExtensibleObject
addSlot, addSlots, getSlot, getSlots, removeSlot, removeSlots
-
Methods inherited from interface javax.xml.registry.infomodel.RegistryEntry
getExpiration, getStability, getStatus, setExpiration, setStability
-
Methods inherited from interface javax.xml.registry.infomodel.RegistryObject
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
-
-
-
-
Method Detail
-
addRegistryObject
public void addRegistryObject(javax.xml.registry.infomodel.RegistryObject registryObject) throws javax.xml.registry.JAXRExceptionLevel 1 method- Specified by:
addRegistryObjectin interfacejavax.xml.registry.infomodel.RegistryPackage- Throws:
javax.xml.registry.JAXRException
-
addRegistryObjects
public void addRegistryObjects(Collection registryObjects) throws javax.xml.registry.JAXRException
Level 1 method- Specified by:
addRegistryObjectsin interfacejavax.xml.registry.infomodel.RegistryPackage- Throws:
javax.xml.registry.JAXRException
-
removeRegistryObject
public void removeRegistryObject(javax.xml.registry.infomodel.RegistryObject registryObject) throws javax.xml.registry.JAXRExceptionLevel 1 method- Specified by:
removeRegistryObjectin interfacejavax.xml.registry.infomodel.RegistryPackage- Throws:
javax.xml.registry.JAXRException
-
removeRegistryObjects
public void removeRegistryObjects(Collection registryEntries) throws javax.xml.registry.JAXRException
Level 1 method- Specified by:
removeRegistryObjectsin interfacejavax.xml.registry.infomodel.RegistryPackage- Throws:
javax.xml.registry.JAXRException
-
getRegistryObjects
public Set getRegistryObjects() throws javax.xml.registry.JAXRException
Level 1 method- Specified by:
getRegistryObjectsin interfacejavax.xml.registry.infomodel.RegistryPackage- Throws:
javax.xml.registry.JAXRException
-
-