public interface ProcessSummaryType extends DescriptionType
| Modifier and Type | Interface and Description |
|---|---|
static class |
ProcessSummaryType.Factory
A factory class with static methods for creating instances
of this type.
|
static interface |
ProcessSummaryType.JobControlOptions
An XML jobControlOptions(@).
|
static interface |
ProcessSummaryType.OutputTransmission
An XML outputTransmission(@).
|
| Modifier and Type | Field and Description |
|---|---|
static org.apache.xmlbeans.SchemaType |
type |
| Modifier and Type | Method and Description |
|---|---|
List |
getJobControlOptions()
Gets the "jobControlOptions" attribute
|
List |
getOutputTransmission()
Gets the "outputTransmission" attribute
|
String |
getProcessModel()
Gets the "processModel" attribute
|
String |
getProcessVersion()
Gets the "processVersion" attribute
|
boolean |
isSetOutputTransmission()
True if has "outputTransmission" attribute
|
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 |
setProcessModel(String processModel)
Sets the "processModel" attribute
|
void |
setProcessVersion(String processVersion)
Sets the "processVersion" attribute
|
void |
unsetOutputTransmission()
Unsets the "outputTransmission" attribute
|
void |
unsetProcessModel()
Unsets the "processModel" attribute
|
void |
unsetProcessVersion()
Unsets the "processVersion" attribute
|
ProcessSummaryType.JobControlOptions |
xgetJobControlOptions()
Gets (as xml) the "jobControlOptions" attribute
|
ProcessSummaryType.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(ProcessSummaryType.JobControlOptions jobControlOptions)
Sets (as xml) the "jobControlOptions" attribute
|
void |
xsetOutputTransmission(ProcessSummaryType.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
|
addNewAbstract, addNewIdentifier, addNewTitle, getAbstractArray, getAbstractArray, getIdentifier, getTitleArray, getTitleArray, insertNewAbstract, insertNewTitle, isSetIdentifier, removeAbstract, removeTitle, setAbstractArray, setAbstractArray, setIdentifier, setTitleArray, setTitleArray, sizeOfAbstractArray, sizeOfTitleArray, unsetIdentifieraddNewMetadata, getMetadataArray, getMetadataArray, insertNewMetadata, removeMetadata, setMetadataArray, setMetadataArray, sizeOfMetadataArrayaddNewKeywords, getKeywordsArray, getKeywordsArray, insertNewKeywords, removeKeywords, setKeywordsArray, setKeywordsArray, sizeOfKeywordsArraychangeType, 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, xmlTextList getJobControlOptions()
ProcessSummaryType.JobControlOptions xgetJobControlOptions()
void setJobControlOptions(List jobControlOptions)
void xsetJobControlOptions(ProcessSummaryType.JobControlOptions jobControlOptions)
List getOutputTransmission()
ProcessSummaryType.OutputTransmission xgetOutputTransmission()
boolean isSetOutputTransmission()
void setOutputTransmission(List outputTransmission)
void xsetOutputTransmission(ProcessSummaryType.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.