Package org.opensaml.core.xml
Interface IdBearing
public interface IdBearing
Interface for element having a
@xml:id
attribute.-
Field Details
-
XML_ID_ATTR_LOCAL_NAME
Theid
attribute local name.- See Also:
-
XML_ID_ATTR_NAME
Thexml:id
qualified attribute name.
-
-
Method Details
-
getXMLId
Returns the@xml:id
attribute value.- Returns:
- The
@xml:id
attribute value ornull
.
-
setXMLId
Sets the@xml:id
attribute value.- Parameters:
newId
- The@xml:id
attribute value
-