public interface PkgNSType
extends org.apache.xmlbeans.XmlString
| Modifier and Type | Interface and Description |
|---|---|
static class |
PkgNSType.Factory
A factory class with static methods for creating instances
of this type.
|
static interface |
PkgNSType.Namespace
An XML namespace(@).
|
static interface |
PkgNSType.Package
An XML package(@).
|
| Modifier and Type | Field and Description |
|---|---|
static org.apache.xmlbeans.SchemaType |
type |
| Modifier and Type | Method and Description |
|---|---|
String |
getNamespace()
Gets the "namespace" attribute
|
String |
getPackage()
Gets the "package" attribute
|
boolean |
isSetNamespace()
True if has "namespace" attribute
|
boolean |
isSetPackage()
True if has "package" attribute
|
void |
setNamespace(String namespace)
Sets the "namespace" attribute
|
void |
setPackage(String xpackage)
Sets the "package" attribute
|
void |
unsetNamespace()
Unsets the "namespace" attribute
|
void |
unsetPackage()
Unsets the "package" attribute
|
PkgNSType.Namespace |
xgetNamespace()
Gets (as xml) the "namespace" attribute
|
PkgNSType.Package |
xgetPackage()
Gets (as xml) the "package" attribute
|
void |
xsetNamespace(PkgNSType.Namespace namespace)
Sets (as xml) the "namespace" attribute
|
void |
xsetPackage(PkgNSType.Package xpackage)
Sets (as xml) the "package" attribute
|
getStringValue, set, setStringValue, stringValuechangeType, compareTo, compareValue, 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()
PkgNSType.Package xgetPackage()
boolean isSetPackage()
void setPackage(String xpackage)
void xsetPackage(PkgNSType.Package xpackage)
void unsetPackage()
String getNamespace()
PkgNSType.Namespace xgetNamespace()
boolean isSetNamespace()
void setNamespace(String namespace)
void xsetNamespace(PkgNSType.Namespace namespace)
void unsetNamespace()
Copyright © 2019. All Rights Reserved.