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.Slot
javax.xml.registry.JAXRException
public java.lang.String getSlotType() throws javax.xml.registry.JAXRException
getSlotType
in interface javax.xml.registry.infomodel.Slot
javax.xml.registry.JAXRException
public java.util.Collection getValues() throws javax.xml.registry.JAXRException
getValues
in interface javax.xml.registry.infomodel.Slot
javax.xml.registry.JAXRException
public void setName(java.lang.String s) throws javax.xml.registry.JAXRException
setName
in interface javax.xml.registry.infomodel.Slot
javax.xml.registry.JAXRException
public void setSlotType(java.lang.String s) throws javax.xml.registry.JAXRException
setSlotType
in interface javax.xml.registry.infomodel.Slot
javax.xml.registry.JAXRException
public void setValues(java.util.Collection collection) throws javax.xml.registry.JAXRException
setValues
in interface javax.xml.registry.infomodel.Slot
javax.xml.registry.JAXRException
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
Copyright © 2004-2013 Apache Web Services. All Rights Reserved.