KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > xml > registry > infomodel > ExtensibleObject

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
See Also:
Source Code, Slot

public void addSlot(Slot slot)
             throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void addSlots(Collection slots)
              throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Slot getSlot(String slotName)
             throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Collection getSlots()
                    throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void removeSlot(String slotName)
                throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void removeSlots(Collection slotNames)
                 throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags