public interface Nsconfig
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
Nsconfig.Factory
A factory class with static methods for creating instances
of this type.
|
| Modifier and Type | Field and Description |
|---|---|
static org.apache.xmlbeans.SchemaType |
type |
| Modifier and Type | Method and Description |
|---|---|
String |
getPackage()
Gets the "package" element
|
String |
getPrefix()
Gets the "prefix" element
|
String |
getSuffix()
Gets the "suffix" element
|
Object |
getUri()
Gets the "uri" attribute
|
List |
getUriprefix()
Gets the "uriprefix" attribute
|
boolean |
isSetPackage()
True if has "package" element
|
boolean |
isSetPrefix()
True if has "prefix" element
|
boolean |
isSetSuffix()
True if has "suffix" element
|
boolean |
isSetUri()
True if has "uri" attribute
|
boolean |
isSetUriprefix()
True if has "uriprefix" attribute
|
void |
setPackage(String xpackage)
Sets the "package" element
|
void |
setPrefix(String prefix)
Sets the "prefix" element
|
void |
setSuffix(String suffix)
Sets the "suffix" element
|
void |
setUri(Object uri)
Sets the "uri" attribute
|
void |
setUriprefix(List uriprefix)
Sets the "uriprefix" attribute
|
void |
unsetPackage()
Unsets the "package" element
|
void |
unsetPrefix()
Unsets the "prefix" element
|
void |
unsetSuffix()
Unsets the "suffix" element
|
void |
unsetUri()
Unsets the "uri" attribute
|
void |
unsetUriprefix()
Unsets the "uriprefix" attribute
|
org.apache.xmlbeans.XmlString |
xgetPackage()
Gets (as xml) the "package" element
|
org.apache.xmlbeans.XmlString |
xgetPrefix()
Gets (as xml) the "prefix" element
|
org.apache.xmlbeans.XmlString |
xgetSuffix()
Gets (as xml) the "suffix" element
|
NamespaceList |
xgetUri()
Gets (as xml) the "uri" attribute
|
NamespacePrefixList |
xgetUriprefix()
Gets (as xml) the "uriprefix" attribute
|
void |
xsetPackage(org.apache.xmlbeans.XmlString xpackage)
Sets (as xml) the "package" element
|
void |
xsetPrefix(org.apache.xmlbeans.XmlString prefix)
Sets (as xml) the "prefix" element
|
void |
xsetSuffix(org.apache.xmlbeans.XmlString suffix)
Sets (as xml) the "suffix" element
|
void |
xsetUri(NamespaceList uri)
Sets (as xml) the "uri" attribute
|
void |
xsetUriprefix(NamespacePrefixList uriprefix)
Sets (as xml) the "uriprefix" attribute
|
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, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextString getPackage()
org.apache.xmlbeans.XmlString xgetPackage()
boolean isSetPackage()
void setPackage(String xpackage)
void xsetPackage(org.apache.xmlbeans.XmlString xpackage)
void unsetPackage()
String getPrefix()
org.apache.xmlbeans.XmlString xgetPrefix()
boolean isSetPrefix()
void setPrefix(String prefix)
void xsetPrefix(org.apache.xmlbeans.XmlString prefix)
void unsetPrefix()
String getSuffix()
org.apache.xmlbeans.XmlString xgetSuffix()
boolean isSetSuffix()
void setSuffix(String suffix)
void xsetSuffix(org.apache.xmlbeans.XmlString suffix)
void unsetSuffix()
Object getUri()
NamespaceList xgetUri()
boolean isSetUri()
void setUri(Object uri)
void xsetUri(NamespaceList uri)
void unsetUri()
List getUriprefix()
NamespacePrefixList xgetUriprefix()
boolean isSetUriprefix()
void setUriprefix(List uriprefix)
void xsetUriprefix(NamespacePrefixList uriprefix)
void unsetUriprefix()
Copyright © 2014–2023 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.