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
Theidattribute local name.- See Also:
-
XML_ID_ATTR_NAME
Thexml:idqualified attribute name.
-
-
Method Details
-
getXMLId
Returns the@xml:idattribute value.- Returns:
- The
@xml:idattribute value ornull.
-
setXMLId
Sets the@xml:idattribute value.- Parameters:
newId- The@xml:idattribute value
-