public class SlotImpl
extends java.lang.Object
implements javax.xml.registry.infomodel.Slot
| Constructor and Description |
|---|
SlotImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o)
Slots can be used in Collections but the spec does not define equals()
We define two slots with the same name as being equal as the spec says
name is unique within the scope of the RegistryObject.
|
java.lang.String |
getName() |
java.lang.String |
getSlotType() |
java.util.Collection |
getValues() |
int |
hashCode() |
void |
setName(java.lang.String s) |
void |
setSlotType(java.lang.String s) |
void |
setValues(java.util.Collection collection) |
public java.lang.String getName()
throws javax.xml.registry.JAXRException
getName in interface javax.xml.registry.infomodel.Slotjavax.xml.registry.JAXRExceptionpublic java.lang.String getSlotType()
throws javax.xml.registry.JAXRException
getSlotType in interface javax.xml.registry.infomodel.Slotjavax.xml.registry.JAXRExceptionpublic java.util.Collection getValues()
throws javax.xml.registry.JAXRException
getValues in interface javax.xml.registry.infomodel.Slotjavax.xml.registry.JAXRExceptionpublic void setName(java.lang.String s)
throws javax.xml.registry.JAXRException
setName in interface javax.xml.registry.infomodel.Slotjavax.xml.registry.JAXRExceptionpublic void setSlotType(java.lang.String s)
throws javax.xml.registry.JAXRException
setSlotType in interface javax.xml.registry.infomodel.Slotjavax.xml.registry.JAXRExceptionpublic void setValues(java.util.Collection collection)
throws javax.xml.registry.JAXRException
setValues in interface javax.xml.registry.infomodel.Slotjavax.xml.registry.JAXRExceptionpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.ObjectCopyright © 2004-2013 Apache Web Services. All Rights Reserved.