Interface TImport
- All Superinterfaces:
XmlObject,XmlTokenSource
- All Known Implementing Classes:
TImportImpl
An XML TImport(@http://www.apache.org/internal/xmlbeans/wsdlsubst).
This is a complex type.
-
Field Summary
FieldsFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionGets the "location" attributeGets the "namespace" attributevoidsetLocation(String location) Sets the "location" attributevoidsetNamespace(String namespace) Sets the "namespace" attributeGets (as xml) the "location" attributeGets (as xml) the "namespace" attributevoidxsetLocation(XmlAnyURI location) Sets (as xml) the "location" attributevoidxsetNamespace(XmlAnyURI namespace) Sets (as xml) the "namespace" 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
-
getNamespace
String getNamespace()Gets the "namespace" attribute -
xgetNamespace
XmlAnyURI xgetNamespace()Gets (as xml) the "namespace" attribute -
setNamespace
Sets the "namespace" attribute -
xsetNamespace
Sets (as xml) the "namespace" attribute -
getLocation
String getLocation()Gets the "location" attribute -
xgetLocation
XmlAnyURI xgetLocation()Gets (as xml) the "location" attribute -
setLocation
Sets the "location" attribute -
xsetLocation
Sets (as xml) the "location" attribute
-