javax.xml.registry.infomodel
Interface ExtensibleObject
- All Known Subinterfaces:
- Association, AuditableEvent, Classification, ClassificationScheme, Concept, ExternalIdentifier, ExternalLink, ExtrinsicObject, Organization, PostalAddress, RegistryEntry, RegistryObject, RegistryPackage, Service, ServiceBinding, SpecificationLink, User
public interface ExtensibleObject
- Version:
- $Revision: 57196 $
- Author:
- Scott.Stark@jboss.org
addSlot
void addSlot(Slot slot)
throws JAXRException
- Throws:
JAXRException
addSlots
void addSlots(Collection slots)
throws JAXRException
- Throws:
JAXRException
getSlot
Slot getSlot(String slotName)
throws JAXRException
- Throws:
JAXRException
getSlots
Collection getSlots()
throws JAXRException
- Throws:
JAXRException
removeSlot
void removeSlot(String slotName)
throws JAXRException
- Throws:
JAXRException
removeSlots
void removeSlots(Collection slotNames)
throws JAXRException
- Throws:
JAXRException
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.