|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.xml.registry.uddi.infomodel.SlotImpl
public class SlotImpl
Implementation of JAXR Slot.
| Field Summary |
|---|
| Fields inherited from interface javax.xml.registry.infomodel.Slot |
|---|
ADDRESS_LINES_SLOT, AUTHORIZED_NAME_SLOT, OPERATOR_SLOT, SORT_CODE_SLOT |
| Constructor Summary | |
|---|---|
SlotImpl()
Default constructor |
|
SlotImpl(String name,
Collection values,
String type)
Utility constructor when name, type, and values are known. |
|
SlotImpl(String name,
String value,
String type)
Utility constructor when name, type, and one value are known. |
|
| Method Summary | |
|---|---|
String |
getName()
Getter for Slot name. |
String |
getSlotType()
Getter for Slot type. |
Collection |
getValues()
Getter for the Slot values |
void |
setName(String name)
Setter for Slot name |
void |
setSlotType(String slotType)
Setter for Slot type |
void |
setValues(Collection values)
Setter for values. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SlotImpl()
public SlotImpl(String name,
String value,
String type)
public SlotImpl(String name,
Collection values,
String type)
| Method Detail |
|---|
public String getName()
throws JAXRException
getName in interface SlotJAXRException - If the JAXR provider encounters an internal error
public void setName(String name)
throws JAXRException
setName in interface Slotname - the name
JAXRException - If the JAXR provider encounters an internal error
public String getSlotType()
throws JAXRException
getSlotType in interface SlotJAXRException - If the JAXR provider encounters an internal error
public void setSlotType(String slotType)
throws JAXRException
setSlotType in interface SlotslotType - the slot type which is an arbitrary String
JAXRException - If the JAXR provider encounters an internal error
public Collection getValues()
throws JAXRException
getValues in interface SlotJAXRException - If the JAXR provider encounters an internal errorString
public void setValues(Collection values)
throws JAXRException
setValues in interface Slotvalues - the values for this Slot
JAXRException - If the JAXR provider encounters an internal error
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||