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: 467553 $ $Date: 2006-10-25 06:01:51 +0200(mer, 25 ott 2006) $
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 © 2003-2011 The Apache Software Foundation. All Rights Reserved.