public interface ExecuteRequestType extends RequestBaseType
| Modifier and Type | Interface and Description |
|---|---|
static class |
ExecuteRequestType.Factory
A factory class with static methods for creating instances
of this type.
|
static interface |
ExecuteRequestType.Mode
An XML mode(@).
|
static interface |
ExecuteRequestType.Response
An XML response(@).
|
| Modifier and Type | Field and Description |
|---|---|
static org.apache.xmlbeans.SchemaType |
type |
| Modifier and Type | Method and Description |
|---|---|
CodeType |
addNewIdentifier()
Appends and returns a new empty "Identifier" element
|
DataInputType |
addNewInput()
Appends and returns a new empty value (as xml) as the last "Input" element
|
OutputDefinitionType |
addNewOutput()
Appends and returns a new empty value (as xml) as the last "Output" element
|
CodeType |
getIdentifier()
Gets the "Identifier" element
|
DataInputType[] |
getInputArray()
Gets array of all "Input" elements
|
DataInputType |
getInputArray(int i)
Gets ith "Input" element
|
ExecuteRequestType.Mode.Enum |
getMode()
Gets the "mode" attribute
|
OutputDefinitionType[] |
getOutputArray()
Gets array of all "Output" elements
|
OutputDefinitionType |
getOutputArray(int i)
Gets ith "Output" element
|
ExecuteRequestType.Response.Enum |
getResponse()
Gets the "response" attribute
|
DataInputType |
insertNewInput(int i)
Inserts and returns a new empty value (as xml) as the ith "Input" element
|
OutputDefinitionType |
insertNewOutput(int i)
Inserts and returns a new empty value (as xml) as the ith "Output" element
|
void |
removeInput(int i)
Removes the ith "Input" element
|
void |
removeOutput(int i)
Removes the ith "Output" element
|
void |
setIdentifier(CodeType identifier)
Sets the "Identifier" element
|
void |
setInputArray(DataInputType[] inputArray)
Sets array of all "Input" element
|
void |
setInputArray(int i,
DataInputType input)
Sets ith "Input" element
|
void |
setMode(ExecuteRequestType.Mode.Enum mode)
Sets the "mode" attribute
|
void |
setOutputArray(int i,
OutputDefinitionType output)
Sets ith "Output" element
|
void |
setOutputArray(OutputDefinitionType[] outputArray)
Sets array of all "Output" element
|
void |
setResponse(ExecuteRequestType.Response.Enum response)
Sets the "response" attribute
|
int |
sizeOfInputArray()
Returns number of "Input" element
|
int |
sizeOfOutputArray()
Returns number of "Output" element
|
ExecuteRequestType.Mode |
xgetMode()
Gets (as xml) the "mode" attribute
|
ExecuteRequestType.Response |
xgetResponse()
Gets (as xml) the "response" attribute
|
void |
xsetMode(ExecuteRequestType.Mode mode)
Sets (as xml) the "mode" attribute
|
void |
xsetResponse(ExecuteRequestType.Response response)
Sets (as xml) the "response" attribute
|
addNewExtension, getExtensionArray, getExtensionArray, getService, getVersion, insertNewExtension, removeExtension, setExtensionArray, setExtensionArray, setService, setVersion, sizeOfExtensionArray, xgetService, xgetVersion, xsetService, xsetVersionchangeType, 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, xmlTextCodeType getIdentifier()
void setIdentifier(CodeType identifier)
CodeType addNewIdentifier()
DataInputType[] getInputArray()
DataInputType getInputArray(int i)
int sizeOfInputArray()
void setInputArray(DataInputType[] inputArray)
void setInputArray(int i,
DataInputType input)
DataInputType insertNewInput(int i)
DataInputType addNewInput()
void removeInput(int i)
OutputDefinitionType[] getOutputArray()
OutputDefinitionType getOutputArray(int i)
int sizeOfOutputArray()
void setOutputArray(OutputDefinitionType[] outputArray)
void setOutputArray(int i,
OutputDefinitionType output)
OutputDefinitionType insertNewOutput(int i)
OutputDefinitionType addNewOutput()
void removeOutput(int i)
ExecuteRequestType.Mode.Enum getMode()
ExecuteRequestType.Mode xgetMode()
void setMode(ExecuteRequestType.Mode.Enum mode)
void xsetMode(ExecuteRequestType.Mode mode)
ExecuteRequestType.Response.Enum getResponse()
ExecuteRequestType.Response xgetResponse()
void setResponse(ExecuteRequestType.Response.Enum response)
void xsetResponse(ExecuteRequestType.Response response)
Copyright © 2015–2018 52north.org. All rights reserved.