public interface Key
RegistryObject
Modifier and Type | Method and Description |
---|---|
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.
|
java.lang.String getId() throws JAXRException
JAXRException
- If the JAXR provider encounters an internal errorvoid setId(java.lang.String id) throws JAXRException
id
- the id being defined for this objectJAXRException
- If the JAXR provider encounters an internal error