public class ExtensibleObjectImpl
extends java.lang.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(java.util.Collection slots) |
javax.xml.registry.infomodel.Slot |
getSlot(java.lang.String slotName) |
java.util.Collection |
getSlots() |
void |
removeSlot(java.lang.String slotName) |
void |
removeSlots(java.util.Collection soltNames) |
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(java.util.Collection slots)
throws javax.xml.registry.JAXRException
addSlots in interface javax.xml.registry.infomodel.ExtensibleObjectjavax.xml.registry.JAXRExceptionpublic javax.xml.registry.infomodel.Slot getSlot(java.lang.String slotName)
getSlot in interface javax.xml.registry.infomodel.ExtensibleObjectpublic java.util.Collection getSlots()
getSlots in interface javax.xml.registry.infomodel.ExtensibleObjectpublic void removeSlot(java.lang.String slotName)
removeSlot in interface javax.xml.registry.infomodel.ExtensibleObjectpublic void removeSlots(java.util.Collection soltNames)
removeSlots in interface javax.xml.registry.infomodel.ExtensibleObjectCopyright © 2004-2013 Apache Web Services. All Rights Reserved.