Constructor and Description |
---|
SlotImpl(javax.xml.registry.infomodel.Slot jaxrSlot)
Constructs a new object.
|
Modifier and Type | Method and Description |
---|---|
javax.xml.registry.infomodel.Slot |
getJaxrSlot()
Get the the javax.xml.registry.infomodel.Slot instance wrapped by
this object.
|
java.lang.String |
getName()
Gets the name for this Slot.
|
java.lang.String |
getSlotType()
Gets the slotType for this Slot.
|
java.util.Collection<java.lang.String> |
getValues()
Gets the values for this Slot.
|
void |
setName(java.lang.String name)
Sets the name for this Slot.
|
void |
setSlotType(java.lang.String slotType)
Sets the slotType for this Slot.
|
void |
setValues(java.util.Collection<java.lang.String> values)
Sets the values for this Slot.
|
java.lang.String |
toString() |
public SlotImpl(javax.xml.registry.infomodel.Slot jaxrSlot)
jaxrSlot
- the JAXR slot.public java.lang.String getName() throws CSAppFrameworkException
Slot
getName
in interface Slot
CSAppFrameworkException
- if an internal error occurs on getting the name.public java.lang.String getSlotType() throws CSAppFrameworkException
Slot
getSlotType
in interface Slot
CSAppFrameworkException
- if an internal error occurs on getting the slot type.public java.util.Collection<java.lang.String> getValues() throws CSAppFrameworkException
Slot
getValues
in interface Slot
CSAppFrameworkException
- if an internal error occurs.public void setName(java.lang.String name) throws CSAppFrameworkException
Slot
setName
in interface Slot
name
- the name for this Slot.CSAppFrameworkException
- if an internal error occurs on setting the name.public void setSlotType(java.lang.String slotType) throws CSAppFrameworkException
Slot
setSlotType
in interface Slot
slotType
- the slotType for this Slot.CSAppFrameworkException
- if an internal error occurs on setting the name.public void setValues(java.util.Collection<java.lang.String> values) throws CSAppFrameworkException
Slot
setValues
in interface Slot
values
- the values for this Slot.CSAppFrameworkException
- if an internal error occurs on setting the name.public javax.xml.registry.infomodel.Slot getJaxrSlot()
public java.lang.String toString()
toString
in class java.lang.Object