Java javax.xml.registry.infomodel RegistryPackage fields, constructors, methods, implement or subclass

Example usage for Java javax.xml.registry.infomodel RegistryPackage fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.xml.registry.infomodel RegistryPackage.

The text is from its open source code.

Method

voidaddRegistryObject(RegistryObject registryObject)
Adds a child RegistryObject as member.
voidaddRegistryObjects(Collection registryObjects)
Adds a Collection of RegistryObject children as members.
voidaddSlots(Collection slots)
Adds more Slots to this object.
KeygetKey()
Gets the key representing the universally unique ID (UUID) for this object.
SetgetRegistryObjects()
Gets the collection of member RegistryObjects of this RegistryPackage.
voidremoveRegistryObject(RegistryObject registryObject)
Removes a child RegistryObject from membership.
voidsetDescription(InternationalString description)
Sets the context independent textual description for this object.
voidsetKey(Key key)
Sets the key representing the universally unique ID (UUID) for this object.