public interface BaseRequestType
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
BaseRequestType.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 |
getHandle()
Gets the "handle" attribute
|
String |
getService()
Gets the "service" attribute
|
String |
getVersion()
Gets the "version" attribute
|
boolean |
isSetHandle()
True if has "handle" attribute
|
void |
setHandle(String handle)
Sets the "handle" attribute
|
void |
setService(String service)
Sets the "service" attribute
|
void |
setVersion(String version)
Sets the "version" attribute
|
void |
unsetHandle()
Unsets the "handle" attribute
|
org.apache.xmlbeans.XmlString |
xgetHandle()
Gets (as xml) the "handle" attribute
|
org.apache.xmlbeans.XmlString |
xgetService()
Gets (as xml) the "service" attribute
|
org.apache.xmlbeans.XmlString |
xgetVersion()
Gets (as xml) the "version" attribute
|
void |
xsetHandle(org.apache.xmlbeans.XmlString handle)
Sets (as xml) the "handle" attribute
|
void |
xsetService(org.apache.xmlbeans.XmlString service)
Sets (as xml) the "service" attribute
|
void |
xsetVersion(org.apache.xmlbeans.XmlString 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 getService()
org.apache.xmlbeans.XmlString xgetService()
void setService(String service)
void xsetService(org.apache.xmlbeans.XmlString service)
String getVersion()
org.apache.xmlbeans.XmlString xgetVersion()
void setVersion(String version)
void xsetVersion(org.apache.xmlbeans.XmlString version)
String getHandle()
org.apache.xmlbeans.XmlString xgetHandle()
boolean isSetHandle()
void setHandle(String handle)
void xsetHandle(org.apache.xmlbeans.XmlString handle)
void unsetHandle()
Copyright © 2016 52north.org. All rights reserved.