public interface ProcessDescriptionType extends DescriptionType
| Modifier and Type | Interface and Description |
|---|---|
static class |
ProcessDescriptionType.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 |
|---|---|
InputDescriptionType |
addNewInput()
Appends and returns a new empty value (as xml) as the last "Input" element
|
OutputDescriptionType |
addNewOutput()
Appends and returns a new empty value (as xml) as the last "Output" element
|
InputDescriptionType[] |
getInputArray()
Gets array of all "Input" elements
|
InputDescriptionType |
getInputArray(int i)
Gets ith "Input" element
|
String |
getLang()
Gets the "lang" attribute
|
OutputDescriptionType[] |
getOutputArray()
Gets array of all "Output" elements
|
OutputDescriptionType |
getOutputArray(int i)
Gets ith "Output" element
|
InputDescriptionType |
insertNewInput(int i)
Inserts and returns a new empty value (as xml) as the ith "Input" element
|
OutputDescriptionType |
insertNewOutput(int i)
Inserts and returns a new empty value (as xml) as the ith "Output" element
|
boolean |
isSetLang()
True if has "lang" attribute
|
void |
removeInput(int i)
Removes the ith "Input" element
|
void |
removeOutput(int i)
Removes the ith "Output" element
|
void |
setInputArray(InputDescriptionType[] inputArray)
Sets array of all "Input" element
|
void |
setInputArray(int i,
InputDescriptionType input)
Sets ith "Input" element
|
void |
setLang(String lang)
Sets the "lang" attribute
|
void |
setOutputArray(int i,
OutputDescriptionType output)
Sets ith "Output" element
|
void |
setOutputArray(OutputDescriptionType[] outputArray)
Sets array of all "Output" element
|
int |
sizeOfInputArray()
Returns number of "Input" element
|
int |
sizeOfOutputArray()
Returns number of "Output" element
|
void |
unsetLang()
Unsets the "lang" attribute
|
org.apache.xmlbeans.XmlLanguage |
xgetLang()
Gets (as xml) the "lang" attribute
|
void |
xsetLang(org.apache.xmlbeans.XmlLanguage lang)
Sets (as xml) the "lang" 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, xmlTextInputDescriptionType[] getInputArray()
InputDescriptionType getInputArray(int i)
int sizeOfInputArray()
void setInputArray(InputDescriptionType[] inputArray)
void setInputArray(int i,
InputDescriptionType input)
InputDescriptionType insertNewInput(int i)
InputDescriptionType addNewInput()
void removeInput(int i)
OutputDescriptionType[] getOutputArray()
OutputDescriptionType getOutputArray(int i)
int sizeOfOutputArray()
void setOutputArray(OutputDescriptionType[] outputArray)
void setOutputArray(int i,
OutputDescriptionType output)
OutputDescriptionType insertNewOutput(int i)
OutputDescriptionType addNewOutput()
void removeOutput(int i)
String getLang()
org.apache.xmlbeans.XmlLanguage xgetLang()
boolean isSetLang()
void setLang(String lang)
void xsetLang(org.apache.xmlbeans.XmlLanguage lang)
void unsetLang()
Copyright © 2015–2018 52north.org. All rights reserved.