Class KeyImpl
- java.lang.Object
-
- com.sun.xml.registry.uddi.infomodel.KeyImpl
-
- All Implemented Interfaces:
Serializable,Key
public class KeyImpl extends Object implements Key, Serializable
Implementation of the Key interface. This class contains a string representing the Key's id.- Author:
- Bobby Bissett
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetId()Returns the unique Id of this key.voidsetId(String id)Sets the unique id associated with this key.
-
-
-
Constructor Detail
-
KeyImpl
public KeyImpl()
Default constructor. Default for id is null.
-
KeyImpl
public KeyImpl(String keyId)
Utility constructor
-
-
Method Detail
-
getId
public String getId() throws JAXRException
Description copied from interface:KeyReturns the unique Id of this key. Default is a NULL String.- Capability Level: 0
- Specified by:
getIdin interfaceKey- Returns:
- the id for this object
- Throws:
JAXRException- If the JAXR provider encounters an internal error
-
-