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
public void addSlot(Slot slot)
throws JAXRException
- Throws:
JAXRException
addSlots
public void addSlots(java.util.Collection slots)
throws JAXRException
- Throws:
JAXRException
getSlot
public Slot getSlot(java.lang.String slotName)
throws JAXRException
- Throws:
JAXRException
getSlots
public java.util.Collection getSlots()
throws JAXRException
- Throws:
JAXRException
removeSlot
public void removeSlot(java.lang.String slotName)
throws JAXRException
- Throws:
JAXRException
removeSlots
public void removeSlots(java.util.Collection soltNames)
throws JAXRException
- Throws:
JAXRException
Copyright © 2004-2005 Apache Web Services. All Rights Reserved.