public interface BaseAttribute extends XmlObject
Modifier and Type | Field and Description |
---|---|
static DocumentFactory<BaseAttribute> |
Factory |
static SchemaType |
type |
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
Modifier and Type | Method and Description |
---|---|
String |
getBase()
Gets the "base" attribute
|
boolean |
isSetBase()
True if has "base" attribute
|
void |
setBase(String base)
Sets the "base" attribute
|
void |
unsetBase()
Unsets the "base" attribute
|
XmlAnyURI |
xgetBase()
Gets (as xml) the "base" attribute
|
void |
xsetBase(XmlAnyURI base)
Sets (as xml) the "base" attribute
|
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
static final DocumentFactory<BaseAttribute> Factory
static final SchemaType type
String getBase()
XmlAnyURI xgetBase()
boolean isSetBase()
void setBase(String base)
void xsetBase(XmlAnyURI base)
void unsetBase()