public interface OutputDescriptionType extends DescriptionType
| Modifier and Type | Interface and Description |
|---|---|
static class |
OutputDescriptionType.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 |
|---|---|
DataDescriptionType |
addNewDataDescription()
Appends and returns a new empty "DataDescription" element
|
OutputDescriptionType |
addNewOutput()
Appends and returns a new empty value (as xml) as the last "Output" element
|
DataDescriptionType |
getDataDescription()
Gets the "DataDescription" element
|
OutputDescriptionType[] |
getOutputArray()
Gets array of all "Output" elements
|
OutputDescriptionType |
getOutputArray(int i)
Gets ith "Output" element
|
OutputDescriptionType |
insertNewOutput(int i)
Inserts and returns a new empty value (as xml) as the ith "Output" element
|
boolean |
isSetDataDescription()
True if has "DataDescription" element
|
void |
removeOutput(int i)
Removes the ith "Output" element
|
void |
setDataDescription(DataDescriptionType dataDescription)
Sets the "DataDescription" element
|
void |
setOutputArray(int i,
OutputDescriptionType output)
Sets ith "Output" element
|
void |
setOutputArray(OutputDescriptionType[] outputArray)
Sets array of all "Output" element
|
int |
sizeOfOutputArray()
Returns number of "Output" element
|
void |
unsetDataDescription()
Unsets the "DataDescription" 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, xmlTextDataDescriptionType getDataDescription()
boolean isSetDataDescription()
void setDataDescription(DataDescriptionType dataDescription)
DataDescriptionType addNewDataDescription()
void unsetDataDescription()
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)
Copyright © 2015–2018 52north.org. All rights reserved.