public static interface ProcessOfferingDocument.ProcessOffering
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
ProcessOfferingDocument.ProcessOffering.Factory
A factory class with static methods for creating instances
of this type.
|
static interface |
ProcessOfferingDocument.ProcessOffering.JobControlOptions
An XML jobControlOptions(@).
|
static interface |
ProcessOfferingDocument.ProcessOffering.OutputTransmission
An XML outputTransmission(@).
|
| Modifier and Type | Field and Description |
|---|---|
static org.apache.xmlbeans.SchemaType |
type |
| Modifier and Type | Method and Description |
|---|---|
ProcessDescriptionType |
addNewProcess()
Appends and returns a new empty "Process" element
|
List |
getJobControlOptions()
Gets the "jobControlOptions" attribute
|
List |
getOutputTransmission()
Gets the "outputTransmission" attribute
|
ProcessDescriptionType |
getProcess()
Gets the "Process" element
|
String |
getProcessModel()
Gets the "processModel" attribute
|
String |
getProcessVersion()
Gets the "processVersion" attribute
|
boolean |
isSetOutputTransmission()
True if has "outputTransmission" attribute
|
boolean |
isSetProcess()
True if has "Process" element
|
boolean |
isSetProcessModel()
True if has "processModel" attribute
|
boolean |
isSetProcessVersion()
True if has "processVersion" attribute
|
void |
setJobControlOptions(List jobControlOptions)
Sets the "jobControlOptions" attribute
|
void |
setOutputTransmission(List outputTransmission)
Sets the "outputTransmission" attribute
|
void |
setProcess(ProcessDescriptionType process)
Sets the "Process" element
|
void |
setProcessModel(String processModel)
Sets the "processModel" attribute
|
void |
setProcessVersion(String processVersion)
Sets the "processVersion" attribute
|
void |
unsetOutputTransmission()
Unsets the "outputTransmission" attribute
|
void |
unsetProcess()
Unsets the "Process" element
|
void |
unsetProcessModel()
Unsets the "processModel" attribute
|
void |
unsetProcessVersion()
Unsets the "processVersion" attribute
|
ProcessOfferingDocument.ProcessOffering.JobControlOptions |
xgetJobControlOptions()
Gets (as xml) the "jobControlOptions" attribute
|
ProcessOfferingDocument.ProcessOffering.OutputTransmission |
xgetOutputTransmission()
Gets (as xml) the "outputTransmission" attribute
|
org.apache.xmlbeans.XmlString |
xgetProcessModel()
Gets (as xml) the "processModel" attribute
|
VersionType |
xgetProcessVersion()
Gets (as xml) the "processVersion" attribute
|
void |
xsetJobControlOptions(ProcessOfferingDocument.ProcessOffering.JobControlOptions jobControlOptions)
Sets (as xml) the "jobControlOptions" attribute
|
void |
xsetOutputTransmission(ProcessOfferingDocument.ProcessOffering.OutputTransmission outputTransmission)
Sets (as xml) the "outputTransmission" attribute
|
void |
xsetProcessModel(org.apache.xmlbeans.XmlString processModel)
Sets (as xml) the "processModel" attribute
|
void |
xsetProcessVersion(VersionType processVersion)
Sets (as xml) the "processVersion" 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, xmlTextProcessDescriptionType getProcess()
boolean isSetProcess()
void setProcess(ProcessDescriptionType process)
ProcessDescriptionType addNewProcess()
void unsetProcess()
List getJobControlOptions()
ProcessOfferingDocument.ProcessOffering.JobControlOptions xgetJobControlOptions()
void setJobControlOptions(List jobControlOptions)
void xsetJobControlOptions(ProcessOfferingDocument.ProcessOffering.JobControlOptions jobControlOptions)
List getOutputTransmission()
ProcessOfferingDocument.ProcessOffering.OutputTransmission xgetOutputTransmission()
boolean isSetOutputTransmission()
void setOutputTransmission(List outputTransmission)
void xsetOutputTransmission(ProcessOfferingDocument.ProcessOffering.OutputTransmission outputTransmission)
void unsetOutputTransmission()
String getProcessVersion()
VersionType xgetProcessVersion()
boolean isSetProcessVersion()
void setProcessVersion(String processVersion)
void xsetProcessVersion(VersionType processVersion)
void unsetProcessVersion()
String getProcessModel()
org.apache.xmlbeans.XmlString xgetProcessModel()
boolean isSetProcessModel()
void setProcessModel(String processModel)
void xsetProcessModel(org.apache.xmlbeans.XmlString processModel)
void unsetProcessModel()
Copyright © 2015–2018 52north.org. All rights reserved.