Package org.opensaml.core.xml
Interface IdBearing
-
public interface IdBearingInterface for element having a@xml:idattribute.
-
-
Field Summary
Fields Modifier and Type Field Description static StringXML_ID_ATTR_LOCAL_NAMETheidattribute local name.static QNameXML_ID_ATTR_NAMEThexml:idqualified attribute name.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetXMLId()Returns the@xml:idattribute value.voidsetXMLId(String newId)Sets the@xml:idattribute value.
-
-
-
Field Detail
-
XML_ID_ATTR_LOCAL_NAME
static final String XML_ID_ATTR_LOCAL_NAME
Theidattribute local name.- See Also:
- Constant Field Values
-
XML_ID_ATTR_NAME
static final QName XML_ID_ATTR_NAME
Thexml:idqualified attribute name.
-
-