public interface InputDescriptionType extends DescriptionType
| Modifier and Type | Interface and Description |
|---|---|
static class |
InputDescriptionType.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
|
InputDescriptionType |
addNewInput()
Appends and returns a new empty value (as xml) as the last "Input" element
|
DataDescriptionType |
getDataDescription()
Gets the "DataDescription" element
|
InputDescriptionType[] |
getInputArray()
Gets array of all "Input" elements
|
InputDescriptionType |
getInputArray(int i)
Gets ith "Input" element
|
Object |
getMaxOccurs()
Gets the "maxOccurs" attribute
|
BigInteger |
getMinOccurs()
Gets the "minOccurs" attribute
|
InputDescriptionType |
insertNewInput(int i)
Inserts and returns a new empty value (as xml) as the ith "Input" element
|
boolean |
isSetDataDescription()
True if has "DataDescription" element
|
boolean |
isSetMaxOccurs()
True if has "maxOccurs" attribute
|
boolean |
isSetMinOccurs()
True if has "minOccurs" attribute
|
void |
removeInput(int i)
Removes the ith "Input" element
|
void |
setDataDescription(DataDescriptionType dataDescription)
Sets the "DataDescription" element
|
void |
setInputArray(InputDescriptionType[] inputArray)
Sets array of all "Input" element
|
void |
setInputArray(int i,
InputDescriptionType input)
Sets ith "Input" element
|
void |
setMaxOccurs(Object maxOccurs)
Sets the "maxOccurs" attribute
|
void |
setMinOccurs(BigInteger minOccurs)
Sets the "minOccurs" attribute
|
int |
sizeOfInputArray()
Returns number of "Input" element
|
void |
unsetDataDescription()
Unsets the "DataDescription" element
|
void |
unsetMaxOccurs()
Unsets the "maxOccurs" attribute
|
void |
unsetMinOccurs()
Unsets the "minOccurs" attribute
|
org.apache.xmlbeans.impl.xb.xsdschema.AllNNI |
xgetMaxOccurs()
Gets (as xml) the "maxOccurs" attribute
|
org.apache.xmlbeans.XmlNonNegativeInteger |
xgetMinOccurs()
Gets (as xml) the "minOccurs" attribute
|
void |
xsetMaxOccurs(org.apache.xmlbeans.impl.xb.xsdschema.AllNNI maxOccurs)
Sets (as xml) the "maxOccurs" attribute
|
void |
xsetMinOccurs(org.apache.xmlbeans.XmlNonNegativeInteger minOccurs)
Sets (as xml) the "minOccurs" 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, xmlTextDataDescriptionType getDataDescription()
boolean isSetDataDescription()
void setDataDescription(DataDescriptionType dataDescription)
DataDescriptionType addNewDataDescription()
void unsetDataDescription()
InputDescriptionType[] 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)
BigInteger getMinOccurs()
org.apache.xmlbeans.XmlNonNegativeInteger xgetMinOccurs()
boolean isSetMinOccurs()
void setMinOccurs(BigInteger minOccurs)
void xsetMinOccurs(org.apache.xmlbeans.XmlNonNegativeInteger minOccurs)
void unsetMinOccurs()
Object getMaxOccurs()
org.apache.xmlbeans.impl.xb.xsdschema.AllNNI xgetMaxOccurs()
boolean isSetMaxOccurs()
void setMaxOccurs(Object maxOccurs)
void xsetMaxOccurs(org.apache.xmlbeans.impl.xb.xsdschema.AllNNI maxOccurs)
void unsetMaxOccurs()
Copyright © 2015–2018 52north.org. All rights reserved.