public static interface DisconnectFromCatalogRequestDocument.DisconnectFromCatalogRequest
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
DisconnectFromCatalogRequestDocument.DisconnectFromCatalogRequest.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 |
getCatalogURL()
Gets the "CatalogURL" element
|
String |
getService()
Gets the "service" attribute
|
VersionAttribute.Version.Enum |
getVersion()
Gets the "version" attribute
|
void |
setCatalogURL(String catalogURL)
Sets the "CatalogURL" element
|
void |
setService(String service)
Sets the "service" attribute
|
void |
setVersion(VersionAttribute.Version.Enum version)
Sets the "version" attribute
|
org.apache.xmlbeans.XmlAnyURI |
xgetCatalogURL()
Gets (as xml) the "CatalogURL" element
|
org.apache.xmlbeans.XmlString |
xgetService()
Gets (as xml) the "service" attribute
|
VersionAttribute.Version |
xgetVersion()
Gets (as xml) the "version" attribute
|
void |
xsetCatalogURL(org.apache.xmlbeans.XmlAnyURI catalogURL)
Sets (as xml) the "CatalogURL" element
|
void |
xsetService(org.apache.xmlbeans.XmlString service)
Sets (as xml) the "service" attribute
|
void |
xsetVersion(VersionAttribute.Version version)
Sets (as xml) the "version" 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 getCatalogURL()
org.apache.xmlbeans.XmlAnyURI xgetCatalogURL()
void setCatalogURL(String catalogURL)
void xsetCatalogURL(org.apache.xmlbeans.XmlAnyURI catalogURL)
String getService()
org.apache.xmlbeans.XmlString xgetService()
void setService(String service)
void xsetService(org.apache.xmlbeans.XmlString service)
VersionAttribute.Version.Enum getVersion()
VersionAttribute.Version xgetVersion()
void setVersion(VersionAttribute.Version.Enum version)
void xsetVersion(VersionAttribute.Version version)
Copyright © 2017 52north.org. All rights reserved.