public interface RequestBaseType
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
RequestBaseType.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 |
getService()
Gets the "service" attribute
|
String |
getVersion()
Gets the "version" attribute
|
void |
setService(String service)
Sets the "service" attribute
|
void |
setVersion(String version)
Sets the "version" attribute
|
org.apache.xmlbeans.XmlString |
xgetService()
Gets (as xml) the "service" attribute
|
org.apache.xmlbeans.XmlString |
xgetVersion()
Gets (as xml) the "version" 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)
Copyright © 2017 52north.org. All rights reserved.