Package org.opensaml.core.xml
Interface BaseBearing
-
public interface BaseBearingInterface for element having a@xml:baseattribute.
-
-
Field Summary
Fields Modifier and Type Field Description static StringXML_BASE_ATTR_LOCAL_NAMEThebaseattribute local name.static QNameXML_BASE_ATTR_NAMEThexml:basequalified attribute name.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetXMLBase()Returns the@xml:baseattribute value.voidsetXMLBase(String newBase)Sets the@xml:baseattribute value.
-
-
-
Field Detail
-
XML_BASE_ATTR_LOCAL_NAME
static final String XML_BASE_ATTR_LOCAL_NAME
Thebaseattribute local name.- See Also:
- Constant Field Values
-
XML_BASE_ATTR_NAME
static final QName XML_BASE_ATTR_NAME
Thexml:basequalified attribute name.
-
-