Class KeyImpl

    • 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: Key
        Returns the unique Id of this key. Default is a NULL String.

        Capability Level: 0
        Specified by:
        getId in interface Key
        Returns:
        the id for this object
        Throws:
        JAXRException - If the JAXR provider encounters an internal error
      • setId

        public void setId​(String id)
        Description copied from interface: Key
        Sets the unique id associated with this key.

        Capability Level: 0
        Specified by:
        setId in interface Key
        Parameters:
        id - the id being defined for this object