public interface GenericProcessType extends DescriptionType
| Modifier and Type | Interface and Description |
|---|---|
static class |
GenericProcessType.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 |
|---|---|
GenericInputType |
addNewInput()
Appends and returns a new empty value (as xml) as the last "Input" element
|
GenericOutputType |
addNewOutput()
Appends and returns a new empty value (as xml) as the last "Output" element
|
GenericInputType[] |
getInputArray()
Gets array of all "Input" elements
|
GenericInputType |
getInputArray(int i)
Gets ith "Input" element
|
GenericOutputType[] |
getOutputArray()
Gets array of all "Output" elements
|
GenericOutputType |
getOutputArray(int i)
Gets ith "Output" element
|
GenericInputType |
insertNewInput(int i)
Inserts and returns a new empty value (as xml) as the ith "Input" element
|
GenericOutputType |
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 |
setInputArray(GenericInputType[] inputArray)
Sets array of all "Input" element
|
void |
setInputArray(int i,
GenericInputType input)
Sets ith "Input" element
|
void |
setOutputArray(GenericOutputType[] outputArray)
Sets array of all "Output" element
|
void |
setOutputArray(int i,
GenericOutputType output)
Sets ith "Output" element
|
int |
sizeOfInputArray()
Returns number of "Input" element
|
int |
sizeOfOutputArray()
Returns number of "Output" element
|
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, xmlTextGenericInputType[] getInputArray()
GenericInputType getInputArray(int i)
int sizeOfInputArray()
void setInputArray(GenericInputType[] inputArray)
void setInputArray(int i,
GenericInputType input)
GenericInputType insertNewInput(int i)
GenericInputType addNewInput()
void removeInput(int i)
GenericOutputType[] getOutputArray()
GenericOutputType getOutputArray(int i)
int sizeOfOutputArray()
void setOutputArray(GenericOutputType[] outputArray)
void setOutputArray(int i,
GenericOutputType output)
GenericOutputType insertNewOutput(int i)
GenericOutputType addNewOutput()
void removeOutput(int i)
Copyright © 2015–2018 52north.org. All rights reserved.