javax.xml.registry.infomodel
Interface Key
- public interface Key
Represents a unique key that identifies a RegistryObject. Must be a DCE 128 UUID.
- See Also:
RegistryObject
Method Summary |
java.lang.String |
getId()
Returns the unique Id of this key. |
void |
setId(java.lang.String id)
Sets the unique id associated with this key. |
getId
public java.lang.String getId()
throws JAXRException
- Returns the unique Id of this key.
Default is a NULL String.
- Capability Level: 0
setId
public void setId(java.lang.String id)
throws JAXRException
- Sets the unique id associated with this key.
- Capability Level: 0