public interface BaseBearing
@xml:base attribute.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
XML_BASE_ATTR_LOCAL_NAME
The
base attribute local name. |
static javax.xml.namespace.QName |
XML_BASE_ATTR_NAME
The
xml:base qualified attribute name. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getXMLBase()
Returns the
@xml:base attribute value. |
void |
setXMLBase(java.lang.String newBase)
Sets the
@xml:base attribute value. |
static final java.lang.String XML_BASE_ATTR_LOCAL_NAME
base attribute local name.static final javax.xml.namespace.QName XML_BASE_ATTR_NAME
xml:base qualified attribute name.@Nullable java.lang.String getXMLBase()
@xml:base attribute value.@xml:base attribute value or null.void setXMLBase(@Nullable
java.lang.String newBase)
@xml:base attribute value.newBase - The @xml:base attribute value