|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.xml.registry.uddi.infomodel.KeyImpl
public class KeyImpl
Implementation of the Key interface. This class contains a string representing the Key's id.
| Constructor Summary | |
|---|---|
KeyImpl()
Default constructor. |
|
KeyImpl(String keyId)
Utility constructor |
|
| Method Summary | |
|---|---|
String |
getId()
Returns the unique Id of this key. |
void |
setId(String id)
Sets the unique id associated with this key. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public KeyImpl()
public KeyImpl(String keyId)
| Method Detail |
|---|
public String getId()
throws JAXRException
Key
getId in interface KeyJAXRException - If the JAXR provider encounters an internal errorpublic void setId(String id)
Key
setId in interface Keyid - the id being defined for this object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||