public class ExtensibleObjectImpl extends Object implements javax.xml.registry.infomodel.ExtensibleObject
| Constructor and Description |
|---|
ExtensibleObjectImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
addSlot(javax.xml.registry.infomodel.Slot slot) |
void |
addSlots(Collection slots) |
javax.xml.registry.infomodel.Slot |
getSlot(String slotName) |
Collection<javax.xml.registry.infomodel.Slot> |
getSlots() |
void |
removeSlot(String slotName) |
void |
removeSlots(Collection slotNames) |
public void addSlot(javax.xml.registry.infomodel.Slot slot) throws javax.xml.registry.JAXRException
addSlot in interface javax.xml.registry.infomodel.ExtensibleObjectjavax.xml.registry.JAXRExceptionpublic void addSlots(Collection slots) throws javax.xml.registry.JAXRException
addSlots in interface javax.xml.registry.infomodel.ExtensibleObjectjavax.xml.registry.JAXRExceptionpublic javax.xml.registry.infomodel.Slot getSlot(String slotName)
getSlot in interface javax.xml.registry.infomodel.ExtensibleObjectpublic Collection<javax.xml.registry.infomodel.Slot> getSlots()
getSlots in interface javax.xml.registry.infomodel.ExtensibleObjectpublic void removeSlot(String slotName)
removeSlot in interface javax.xml.registry.infomodel.ExtensibleObjectpublic void removeSlots(Collection slotNames)
removeSlots in interface javax.xml.registry.infomodel.ExtensibleObjectCopyright © 2004–2018 The Apache Software Foundation. All rights reserved.