public interface ProcessingLanguageType extends DescriptionType
| Modifier and Type | Interface and Description |
|---|---|
static class |
ProcessingLanguageType.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 |
|---|---|
org.apache.xmlbeans.XmlObject |
addNewExtension()
Appends and returns a new empty value (as xml) as the last "Extension" element
|
org.apache.xmlbeans.XmlObject |
addNewSupportedCapabilities()
Appends and returns a new empty "SupportedCapabilities" element
|
org.apache.xmlbeans.XmlObject[] |
getExtensionArray()
Gets array of all "Extension" elements
|
org.apache.xmlbeans.XmlObject |
getExtensionArray(int i)
Gets ith "Extension" element
|
String |
getIdentifier()
Gets the "Identifier" element
|
org.apache.xmlbeans.XmlObject |
getSupportedCapabilities()
Gets the "SupportedCapabilities" element
|
org.apache.xmlbeans.XmlObject |
insertNewExtension(int i)
Inserts and returns a new empty value (as xml) as the ith "Extension" element
|
boolean |
isSetSupportedCapabilities()
True if has "SupportedCapabilities" element
|
void |
removeExtension(int i)
Removes the ith "Extension" element
|
void |
setExtensionArray(int i,
org.apache.xmlbeans.XmlObject extension)
Sets ith "Extension" element
|
void |
setExtensionArray(org.apache.xmlbeans.XmlObject[] extensionArray)
Sets array of all "Extension" element
|
void |
setIdentifier(String identifier)
Sets the "Identifier" element
|
void |
setSupportedCapabilities(org.apache.xmlbeans.XmlObject supportedCapabilities)
Sets the "SupportedCapabilities" element
|
int |
sizeOfExtensionArray()
Returns number of "Extension" element
|
void |
unsetSupportedCapabilities()
Unsets the "SupportedCapabilities" element
|
org.apache.xmlbeans.XmlAnyURI |
xgetIdentifier()
Gets (as xml) the "Identifier" element
|
void |
xsetIdentifier(org.apache.xmlbeans.XmlAnyURI identifier)
Sets (as xml) the "Identifier" element
|
addNewAbstract, addNewKeywords, addNewTitle, getAbstractArray, getAbstractArray, getKeywordsArray, getKeywordsArray, getTitleArray, getTitleArray, insertNewAbstract, insertNewKeywords, insertNewTitle, removeAbstract, removeKeywords, removeTitle, setAbstractArray, setAbstractArray, setKeywordsArray, setKeywordsArray, setTitleArray, setTitleArray, sizeOfAbstractArray, sizeOfKeywordsArray, sizeOfTitleArraychangeType, 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, xmlTextString getIdentifier()
org.apache.xmlbeans.XmlAnyURI xgetIdentifier()
void setIdentifier(String identifier)
void xsetIdentifier(org.apache.xmlbeans.XmlAnyURI identifier)
org.apache.xmlbeans.XmlObject getSupportedCapabilities()
boolean isSetSupportedCapabilities()
void setSupportedCapabilities(org.apache.xmlbeans.XmlObject supportedCapabilities)
org.apache.xmlbeans.XmlObject addNewSupportedCapabilities()
void unsetSupportedCapabilities()
org.apache.xmlbeans.XmlObject[] getExtensionArray()
org.apache.xmlbeans.XmlObject getExtensionArray(int i)
int sizeOfExtensionArray()
void setExtensionArray(org.apache.xmlbeans.XmlObject[] extensionArray)
void setExtensionArray(int i,
org.apache.xmlbeans.XmlObject extension)
org.apache.xmlbeans.XmlObject insertNewExtension(int i)
org.apache.xmlbeans.XmlObject addNewExtension()
void removeExtension(int i)
Copyright © 2017 52north.org. All rights reserved.