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