Package org.opensaml.core.xml
Interface BaseBearing
public interface BaseBearing
Interface for element having a
@xml:base attribute.-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionReturns the@xml:baseattribute value.voidsetXMLBase(String newBase) Sets the@xml:baseattribute value.
-
Field Details
-
XML_BASE_ATTR_LOCAL_NAME
Thebaseattribute local name.- See Also:
-
XML_BASE_ATTR_NAME
Thexml:basequalified attribute name.
-
-
Method Details
-
getXMLBase
Returns the@xml:baseattribute value.- Returns:
- The
@xml:baseattribute value ornull.
-
setXMLBase
Sets the@xml:baseattribute value.- Parameters:
newBase- The@xml:baseattribute value
-