org.apache.ws.scout.registry.infomodel
Class ExtensibleObjectImpl
java.lang.Object
org.apache.ws.scout.registry.infomodel.ExtensibleObjectImpl
- All Implemented Interfaces:
- ExtensibleObject
- Direct Known Subclasses:
- PostalAddressImpl, RegistryObjectImpl
public class ExtensibleObjectImpl
- extends Object
- implements ExtensibleObject
Implements JAXR Interface.
For futher details, look into the JAXR API Javadoc.
- Author:
- Anil Saldhana
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExtensibleObjectImpl
public ExtensibleObjectImpl()
addSlot
public void addSlot(Slot slot)
throws JAXRException
- Specified by:
addSlot
in interface ExtensibleObject
- Throws:
JAXRException
addSlots
public void addSlots(Collection slots)
throws JAXRException
- Specified by:
addSlots
in interface ExtensibleObject
- Throws:
JAXRException
getSlot
public Slot getSlot(String slotName)
- Specified by:
getSlot
in interface ExtensibleObject
getSlots
public Collection<Slot> getSlots()
- Specified by:
getSlots
in interface ExtensibleObject
removeSlot
public void removeSlot(String slotName)
- Specified by:
removeSlot
in interface ExtensibleObject
removeSlots
public void removeSlots(Collection<String> slotNames)
- Specified by:
removeSlots
in interface ExtensibleObject
Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.