Interface Nsconfig
- All Superinterfaces:
XmlObject
,XmlTokenSource
- All Known Implementing Classes:
NsconfigImpl
An XML nsconfig(@http://xml.apache.org/xmlbeans/2004/02/xbean/config).
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 "package" elementGets the "prefix" elementGets the "suffix" elementgetUri()
Gets the "uri" attributeGets the "uriprefix" attributeboolean
True if has "package" elementboolean
True if has "prefix" elementboolean
True if has "suffix" elementboolean
isSetUri()
True if has "uri" attributeboolean
True if has "uriprefix" attributevoid
setPackage
(String xpackage) Sets the "package" elementvoid
Sets the "prefix" elementvoid
Sets the "suffix" elementvoid
Sets the "uri" attributevoid
setUriprefix
(List uriprefix) Sets the "uriprefix" attributevoid
Unsets the "package" elementvoid
Unsets the "prefix" elementvoid
Unsets the "suffix" elementvoid
unsetUri()
Unsets the "uri" attributevoid
Unsets the "uriprefix" attributeGets (as xml) the "package" elementGets (as xml) the "prefix" elementGets (as xml) the "suffix" elementxgetUri()
Gets (as xml) the "uri" attributeGets (as xml) the "uriprefix" attributevoid
xsetPackage
(XmlString xpackage) Sets (as xml) the "package" elementvoid
xsetPrefix
(XmlString prefix) Sets (as xml) the "prefix" elementvoid
xsetSuffix
(XmlString suffix) Sets (as xml) the "suffix" elementvoid
xsetUri
(NamespaceList uri) Sets (as xml) the "uri" attributevoid
xsetUriprefix
(NamespacePrefixList uriprefix) Sets (as xml) the "uriprefix" 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
-
getPackage
String getPackage()Gets the "package" element -
xgetPackage
XmlString xgetPackage()Gets (as xml) the "package" element -
isSetPackage
boolean isSetPackage()True if has "package" element -
setPackage
Sets the "package" element -
xsetPackage
Sets (as xml) the "package" element -
unsetPackage
void unsetPackage()Unsets the "package" element -
getPrefix
String getPrefix()Gets the "prefix" element -
xgetPrefix
XmlString xgetPrefix()Gets (as xml) the "prefix" element -
isSetPrefix
boolean isSetPrefix()True if has "prefix" element -
setPrefix
Sets the "prefix" element -
xsetPrefix
Sets (as xml) the "prefix" element -
unsetPrefix
void unsetPrefix()Unsets the "prefix" element -
getSuffix
String getSuffix()Gets the "suffix" element -
xgetSuffix
XmlString xgetSuffix()Gets (as xml) the "suffix" element -
isSetSuffix
boolean isSetSuffix()True if has "suffix" element -
setSuffix
Sets the "suffix" element -
xsetSuffix
Sets (as xml) the "suffix" element -
unsetSuffix
void unsetSuffix()Unsets the "suffix" element -
getUri
Object getUri()Gets the "uri" attribute -
xgetUri
NamespaceList xgetUri()Gets (as xml) the "uri" attribute -
isSetUri
boolean isSetUri()True if has "uri" attribute -
setUri
Sets the "uri" attribute -
xsetUri
Sets (as xml) the "uri" attribute -
unsetUri
void unsetUri()Unsets the "uri" attribute -
getUriprefix
List getUriprefix()Gets the "uriprefix" attribute -
xgetUriprefix
NamespacePrefixList xgetUriprefix()Gets (as xml) the "uriprefix" attribute -
isSetUriprefix
boolean isSetUriprefix()True if has "uriprefix" attribute -
setUriprefix
Sets the "uriprefix" attribute -
xsetUriprefix
Sets (as xml) the "uriprefix" attribute -
unsetUriprefix
void unsetUriprefix()Unsets the "uriprefix" attribute
-