javax.xml.registry.infomodel
Interface ExtensibleObject
- All Known Subinterfaces:
- Association (src) , AuditableEvent (src) , Classification (src) , ClassificationScheme (src) , Concept (src) , ExternalIdentifier (src) , ExternalLink (src) , ExtrinsicObject (src) , Organization (src) , PostalAddress (src) , RegistryEntry (src) , RegistryObject (src) , RegistryPackage (src) , Service (src) , ServiceBinding (src) , SpecificationLink (src) , User (src)
- public interface ExtensibleObject
addSlot
public void addSlot(Slot (src) slot)
throws JAXRException (src)
- Throws:
JAXRException (src)
addSlots
public void addSlots(java.util.Collection slots)
throws JAXRException (src)
- Throws:
JAXRException (src)
getSlot
public Slot (src) getSlot(java.lang.String slotName)
throws JAXRException (src)
- Throws:
JAXRException (src)
getSlots
public java.util.Collection getSlots()
throws JAXRException (src)
- Throws:
JAXRException (src)
removeSlot
public void removeSlot(java.lang.String slotName)
throws JAXRException (src)
- Throws:
JAXRException (src)
removeSlots
public void removeSlots(java.util.Collection slotNames)
throws JAXRException (src)
- Throws:
JAXRException (src)