public class ExtensibleObjectImpl extends Object implements ExtensibleObject, Serializable
| Constructor and Description |
|---|
ExtensibleObjectImpl()
Creates new ExtensibleObjectImpl
|
| Modifier and Type | Method and Description |
|---|---|
void |
addSlot(Slot slot)
Add a single slot to the map.
|
void |
addSlots(Collection slots)
Add multiple slots.
|
Slot |
getSlot(String slotName)
Get single slot from map.
|
Collection |
getSlots()
Returns all slots.
|
void |
removeSlot(String slotName)
Remove single slot from the map.
|
void |
removeSlots(Collection slotNames)
Remove all slots with the given names.
|
public ExtensibleObjectImpl()
public void addSlot(Slot slot) throws JAXRException
addSlot in interface ExtensibleObjectslot - the Slot object being added to this objectJAXRException - If the JAXR provider encounters an internal errorpublic void addSlots(Collection slots) throws JAXRException
addSlots in interface ExtensibleObjectslots - the Collection of Slot objects being added to this objectJAXRException - If the JAXR provider encounters an internal errorpublic Slot getSlot(String slotName) throws JAXRException
getSlot in interface ExtensibleObjectslotName - the name of the desired Slot objectJAXRException - If the JAXR provider encounters an internal errorpublic Collection getSlots() throws JAXRException
getSlots in interface ExtensibleObjectJAXRException - If the JAXR provider encounters an internal errorpublic void removeSlot(String slotName) throws JAXRException
removeSlot in interface ExtensibleObjectslotName - the name for the Slot object being removed from this objectJAXRException - If the JAXR provider encounters an internal errorpublic void removeSlots(Collection slotNames) throws JAXRException
removeSlots in interface ExtensibleObjectslotNames - the Collection of names for Slot objects being removed from this object. Must be a Collection of StringsJAXRException - If the JAXR provider encounters an internal errorCopyright © 2005–2017 Oracle Corporation. All rights reserved.