Interface Nsconfig
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
- All Known Implementing Classes:
NsconfigImpl
public interface Nsconfig extends XmlObject
An XML nsconfig(@http://xml.apache.org/xmlbeans/2004/02/xbean/config). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
Nsconfig.Factory
A factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaType
type
-
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getPackage()
Gets the "package" elementjava.lang.String
getPrefix()
Gets the "prefix" elementjava.lang.String
getSuffix()
Gets the "suffix" elementjava.lang.Object
getUri()
Gets the "uri" attributejava.util.List
getUriprefix()
Gets the "uriprefix" attributeboolean
isSetPackage()
True if has "package" elementboolean
isSetPrefix()
True if has "prefix" elementboolean
isSetSuffix()
True if has "suffix" elementboolean
isSetUri()
True if has "uri" attributeboolean
isSetUriprefix()
True if has "uriprefix" attributevoid
setPackage(java.lang.String xpackage)
Sets the "package" elementvoid
setPrefix(java.lang.String prefix)
Sets the "prefix" elementvoid
setSuffix(java.lang.String suffix)
Sets the "suffix" elementvoid
setUri(java.lang.Object uri)
Sets the "uri" attributevoid
setUriprefix(java.util.List uriprefix)
Sets the "uriprefix" attributevoid
unsetPackage()
Unsets the "package" elementvoid
unsetPrefix()
Unsets the "prefix" elementvoid
unsetSuffix()
Unsets the "suffix" elementvoid
unsetUri()
Unsets the "uri" attributevoid
unsetUriprefix()
Unsets the "uriprefix" attributeXmlString
xgetPackage()
Gets (as xml) the "package" elementXmlString
xgetPrefix()
Gets (as xml) the "prefix" elementXmlString
xgetSuffix()
Gets (as xml) the "suffix" elementNamespaceList
xgetUri()
Gets (as xml) the "uri" attributeNamespacePrefixList
xgetUriprefix()
Gets (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" attribute-
Methods 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, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
type
static final SchemaType type
-
-
Method Detail
-
getPackage
java.lang.String getPackage()
Gets the "package" element
-
xgetPackage
XmlString xgetPackage()
Gets (as xml) the "package" element
-
isSetPackage
boolean isSetPackage()
True if has "package" element
-
setPackage
void setPackage(java.lang.String xpackage)
Sets the "package" element
-
xsetPackage
void xsetPackage(XmlString xpackage)
Sets (as xml) the "package" element
-
unsetPackage
void unsetPackage()
Unsets the "package" element
-
getPrefix
java.lang.String getPrefix()
Gets the "prefix" element
-
xgetPrefix
XmlString xgetPrefix()
Gets (as xml) the "prefix" element
-
isSetPrefix
boolean isSetPrefix()
True if has "prefix" element
-
setPrefix
void setPrefix(java.lang.String prefix)
Sets the "prefix" element
-
xsetPrefix
void xsetPrefix(XmlString prefix)
Sets (as xml) the "prefix" element
-
unsetPrefix
void unsetPrefix()
Unsets the "prefix" element
-
getSuffix
java.lang.String getSuffix()
Gets the "suffix" element
-
xgetSuffix
XmlString xgetSuffix()
Gets (as xml) the "suffix" element
-
isSetSuffix
boolean isSetSuffix()
True if has "suffix" element
-
setSuffix
void setSuffix(java.lang.String suffix)
Sets the "suffix" element
-
xsetSuffix
void xsetSuffix(XmlString suffix)
Sets (as xml) the "suffix" element
-
unsetSuffix
void unsetSuffix()
Unsets the "suffix" element
-
getUri
java.lang.Object getUri()
Gets the "uri" attribute
-
xgetUri
NamespaceList xgetUri()
Gets (as xml) the "uri" attribute
-
isSetUri
boolean isSetUri()
True if has "uri" attribute
-
setUri
void setUri(java.lang.Object uri)
Sets the "uri" attribute
-
xsetUri
void xsetUri(NamespaceList uri)
Sets (as xml) the "uri" attribute
-
unsetUri
void unsetUri()
Unsets the "uri" attribute
-
getUriprefix
java.util.List getUriprefix()
Gets the "uriprefix" attribute
-
xgetUriprefix
NamespacePrefixList xgetUriprefix()
Gets (as xml) the "uriprefix" attribute
-
isSetUriprefix
boolean isSetUriprefix()
True if has "uriprefix" attribute
-
setUriprefix
void setUriprefix(java.util.List uriprefix)
Sets the "uriprefix" attribute
-
xsetUriprefix
void xsetUriprefix(NamespacePrefixList uriprefix)
Sets (as xml) the "uriprefix" attribute
-
unsetUriprefix
void unsetUriprefix()
Unsets the "uriprefix" attribute
-
-