public interface ParameterExpressionType
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
ParameterExpressionType.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 |
|---|---|
AbstractDocument.Abstract |
addNewAbstract()
Appends and returns a new empty value (as xml) as the last "Abstract" element
|
MetadataType |
addNewMetadata()
Appends and returns a new empty value (as xml) as the last "Metadata" element
|
TitleDocument.Title |
addNewTitle()
Appends and returns a new empty value (as xml) as the last "Title" element
|
AbstractDocument.Abstract[] |
getAbstractArray()
Gets array of all "Abstract" elements
|
AbstractDocument.Abstract |
getAbstractArray(int i)
Gets ith "Abstract" element
|
MetadataType[] |
getMetadataArray()
Gets array of all "Metadata" elements
|
MetadataType |
getMetadataArray(int i)
Gets ith "Metadata" element
|
String |
getName()
Gets the "name" attribute
|
TitleDocument.Title[] |
getTitleArray()
Gets array of all "Title" elements
|
TitleDocument.Title |
getTitleArray(int i)
Gets ith "Title" element
|
QName |
getType()
Gets the "type" attribute
|
AbstractDocument.Abstract |
insertNewAbstract(int i)
Inserts and returns a new empty value (as xml) as the ith "Abstract" element
|
MetadataType |
insertNewMetadata(int i)
Inserts and returns a new empty value (as xml) as the ith "Metadata" element
|
TitleDocument.Title |
insertNewTitle(int i)
Inserts and returns a new empty value (as xml) as the ith "Title" element
|
void |
removeAbstract(int i)
Removes the ith "Abstract" element
|
void |
removeMetadata(int i)
Removes the ith "Metadata" element
|
void |
removeTitle(int i)
Removes the ith "Title" element
|
void |
setAbstractArray(AbstractDocument.Abstract[] xabstractArray)
Sets array of all "Abstract" element
|
void |
setAbstractArray(int i,
AbstractDocument.Abstract xabstract)
Sets ith "Abstract" element
|
void |
setMetadataArray(int i,
MetadataType metadata)
Sets ith "Metadata" element
|
void |
setMetadataArray(MetadataType[] metadataArray)
Sets array of all "Metadata" element
|
void |
setName(String name)
Sets the "name" attribute
|
void |
setTitleArray(int i,
TitleDocument.Title title)
Sets ith "Title" element
|
void |
setTitleArray(TitleDocument.Title[] titleArray)
Sets array of all "Title" element
|
void |
setType(QName type)
Sets the "type" attribute
|
int |
sizeOfAbstractArray()
Returns number of "Abstract" element
|
int |
sizeOfMetadataArray()
Returns number of "Metadata" element
|
int |
sizeOfTitleArray()
Returns number of "Title" element
|
org.apache.xmlbeans.XmlString |
xgetName()
Gets (as xml) the "name" attribute
|
org.apache.xmlbeans.XmlQName |
xgetType()
Gets (as xml) the "type" attribute
|
void |
xsetName(org.apache.xmlbeans.XmlString name)
Sets (as xml) the "name" attribute
|
void |
xsetType(org.apache.xmlbeans.XmlQName type)
Sets (as xml) the "type" attribute
|
changeType, 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, xmlTextTitleDocument.Title[] getTitleArray()
TitleDocument.Title getTitleArray(int i)
int sizeOfTitleArray()
void setTitleArray(TitleDocument.Title[] titleArray)
void setTitleArray(int i,
TitleDocument.Title title)
TitleDocument.Title insertNewTitle(int i)
TitleDocument.Title addNewTitle()
void removeTitle(int i)
AbstractDocument.Abstract[] getAbstractArray()
AbstractDocument.Abstract getAbstractArray(int i)
int sizeOfAbstractArray()
void setAbstractArray(AbstractDocument.Abstract[] xabstractArray)
void setAbstractArray(int i,
AbstractDocument.Abstract xabstract)
AbstractDocument.Abstract insertNewAbstract(int i)
AbstractDocument.Abstract addNewAbstract()
void removeAbstract(int i)
MetadataType[] getMetadataArray()
MetadataType getMetadataArray(int i)
int sizeOfMetadataArray()
void setMetadataArray(MetadataType[] metadataArray)
void setMetadataArray(int i,
MetadataType metadata)
MetadataType insertNewMetadata(int i)
MetadataType addNewMetadata()
void removeMetadata(int i)
String getName()
org.apache.xmlbeans.XmlString xgetName()
void setName(String name)
void xsetName(org.apache.xmlbeans.XmlString name)
QName getType()
org.apache.xmlbeans.XmlQName xgetType()
void setType(QName type)
void xsetType(org.apache.xmlbeans.XmlQName type)
Copyright © 2016 52north.org. All rights reserved.