Interface SpaceAttribute
- All Superinterfaces:
XmlObject
,XmlTokenSource
- All Known Implementing Classes:
SpaceAttributeImpl
A document containing one space(@http://www.w3.org/XML/1998/namespace) attribute.
This is a complex type.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
An XML space(@http://www.w3.org/XML/1998/namespace). -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory
<SpaceAttribute> static final SchemaType
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
Method Summary
Modifier and TypeMethodDescriptiongetSpace()
Gets the "space" attributeboolean
True if has "space" attributevoid
Sets the "space" attributevoid
Unsets the "space" attributeGets (as xml) the "space" attributevoid
xsetSpace
(SpaceAttribute.Space space) Sets (as xml) the "space" attributeMethods inherited from interface org.apache.xmlbeans.XmlObject
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
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
Field Details
-
Factory
-
type
-
-
Method Details
-
getSpace
SpaceAttribute.Space.Enum getSpace()Gets the "space" attribute -
xgetSpace
SpaceAttribute.Space xgetSpace()Gets (as xml) the "space" attribute -
isSetSpace
boolean isSetSpace()True if has "space" attribute -
setSpace
Sets the "space" attribute -
xsetSpace
Sets (as xml) the "space" attribute -
unsetSpace
void unsetSpace()Unsets the "space" attribute
-