org.apache.ws.scout.registry.infomodel
Class ExtensibleObjectImpl

java.lang.Object
  extended by org.apache.ws.scout.registry.infomodel.ExtensibleObjectImpl
All Implemented Interfaces:
javax.xml.registry.infomodel.ExtensibleObject
Direct Known Subclasses:
PostalAddressImpl, RegistryObjectImpl

public class ExtensibleObjectImpl
extends java.lang.Object
implements javax.xml.registry.infomodel.ExtensibleObject

Implements JAXR Interface. For futher details, look into the JAXR API Javadoc.

Author:
Anil Saldhana

Constructor Summary
ExtensibleObjectImpl()
           
 
Method Summary
 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<javax.xml.registry.infomodel.Slot> getSlots()
           
 void removeSlot(java.lang.String slotName)
           
 void removeSlots(java.util.Collection slotNames)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExtensibleObjectImpl

public ExtensibleObjectImpl()
Method Detail

addSlot

public void addSlot(javax.xml.registry.infomodel.Slot slot)
             throws javax.xml.registry.JAXRException
Specified by:
addSlot in interface javax.xml.registry.infomodel.ExtensibleObject
Throws:
javax.xml.registry.JAXRException

addSlots

public void addSlots(java.util.Collection slots)
              throws javax.xml.registry.JAXRException
Specified by:
addSlots in interface javax.xml.registry.infomodel.ExtensibleObject
Throws:
javax.xml.registry.JAXRException

getSlot

public javax.xml.registry.infomodel.Slot getSlot(java.lang.String slotName)
Specified by:
getSlot in interface javax.xml.registry.infomodel.ExtensibleObject

getSlots

public java.util.Collection<javax.xml.registry.infomodel.Slot> getSlots()
Specified by:
getSlots in interface javax.xml.registry.infomodel.ExtensibleObject

removeSlot

public void removeSlot(java.lang.String slotName)
Specified by:
removeSlot in interface javax.xml.registry.infomodel.ExtensibleObject

removeSlots

public void removeSlots(java.util.Collection slotNames)
Specified by:
removeSlots in interface javax.xml.registry.infomodel.ExtensibleObject


Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.