Interface ImportDocument.Import
- All Superinterfaces:
Annotated,OpenAttrs,XmlObject,XmlTokenSource
- All Known Implementing Classes:
ImportDocumentImpl.ImportImpl
- Enclosing interface:
ImportDocument
An XML import(@http://www.w3.org/2001/XMLSchema).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ElementFactory<ImportDocument.Import> static final SchemaTypeFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionGets the "namespace" attributeGets the "schemaLocation" attributebooleanTrue if has "namespace" attributebooleanTrue if has "schemaLocation" attributevoidsetNamespace(String namespace) Sets the "namespace" attributevoidsetSchemaLocation(String schemaLocation) Sets the "schemaLocation" attributevoidUnsets the "namespace" attributevoidUnsets the "schemaLocation" attributeGets (as xml) the "namespace" attributeGets (as xml) the "schemaLocation" attributevoidxsetNamespace(XmlAnyURI namespace) Sets (as xml) the "namespace" attributevoidxsetSchemaLocation(XmlAnyURI schemaLocation) Sets (as xml) the "schemaLocation" attributeMethods inherited from interface org.apache.xmlbeans.impl.xb.xsdschema.Annotated
addNewAnnotation, getAnnotation, getId, isSetAnnotation, isSetId, setAnnotation, setId, unsetAnnotation, unsetId, xgetId, xsetIdMethods 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
-
getNamespace
String getNamespace()Gets the "namespace" attribute -
xgetNamespace
XmlAnyURI xgetNamespace()Gets (as xml) the "namespace" attribute -
isSetNamespace
boolean isSetNamespace()True if has "namespace" attribute -
setNamespace
Sets the "namespace" attribute -
xsetNamespace
Sets (as xml) the "namespace" attribute -
unsetNamespace
void unsetNamespace()Unsets the "namespace" attribute -
getSchemaLocation
String getSchemaLocation()Gets the "schemaLocation" attribute -
xgetSchemaLocation
XmlAnyURI xgetSchemaLocation()Gets (as xml) the "schemaLocation" attribute -
isSetSchemaLocation
boolean isSetSchemaLocation()True if has "schemaLocation" attribute -
setSchemaLocation
Sets the "schemaLocation" attribute -
xsetSchemaLocation
Sets (as xml) the "schemaLocation" attribute -
unsetSchemaLocation
void unsetSchemaLocation()Unsets the "schemaLocation" attribute
-