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 interfaceAn XML space(@http://www.w3.org/XML/1998/namespace). -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<SpaceAttribute> static final SchemaTypeFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptiongetSpace()Gets the "space" attributebooleanTrue if has "space" attributevoidSets the "space" attributevoidUnsets the "space" attributeGets (as xml) the "space" attributevoidxsetSpace(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, valueHashCodeMethods 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
-