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$ $Date$
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 soltNames)
throws JAXRException
- Throws:
JAXRException
Copyright © 2006 Apache Software Foundation. All Rights Reserved.