public interface OperationType
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
OperationType.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 |
|---|---|
void |
addFormat(String format)
Appends the value as the last "Format" element
|
DCPTypeDocument.DCPType |
addNewDCPType()
Appends and returns a new empty value (as xml) as the last "DCPType" element
|
org.apache.xmlbeans.XmlString |
addNewFormat()
Appends and returns a new empty value (as xml) as the last "Format" element
|
DCPTypeDocument.DCPType[] |
getDCPTypeArray()
Gets array of all "DCPType" elements
|
DCPTypeDocument.DCPType |
getDCPTypeArray(int i)
Gets ith "DCPType" element
|
String[] |
getFormatArray()
Gets array of all "Format" elements
|
String |
getFormatArray(int i)
Gets ith "Format" element
|
void |
insertFormat(int i,
String format)
Inserts the value as the ith "Format" element
|
DCPTypeDocument.DCPType |
insertNewDCPType(int i)
Inserts and returns a new empty value (as xml) as the ith "DCPType" element
|
org.apache.xmlbeans.XmlString |
insertNewFormat(int i)
Inserts and returns a new empty value (as xml) as the ith "Format" element
|
void |
removeDCPType(int i)
Removes the ith "DCPType" element
|
void |
removeFormat(int i)
Removes the ith "Format" element
|
void |
setDCPTypeArray(DCPTypeDocument.DCPType[] dcpTypeArray)
Sets array of all "DCPType" element
|
void |
setDCPTypeArray(int i,
DCPTypeDocument.DCPType dcpType)
Sets ith "DCPType" element
|
void |
setFormatArray(int i,
String format)
Sets ith "Format" element
|
void |
setFormatArray(String[] formatArray)
Sets array of all "Format" element
|
int |
sizeOfDCPTypeArray()
Returns number of "DCPType" element
|
int |
sizeOfFormatArray()
Returns number of "Format" element
|
org.apache.xmlbeans.XmlString[] |
xgetFormatArray()
Gets (as xml) array of all "Format" elements
|
org.apache.xmlbeans.XmlString |
xgetFormatArray(int i)
Gets (as xml) ith "Format" element
|
void |
xsetFormatArray(int i,
org.apache.xmlbeans.XmlString format)
Sets (as xml) ith "Format" element
|
void |
xsetFormatArray(org.apache.xmlbeans.XmlString[] formatArray)
Sets (as xml) array of all "Format" element
|
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, xmlTextString[] getFormatArray()
String getFormatArray(int i)
org.apache.xmlbeans.XmlString[] xgetFormatArray()
org.apache.xmlbeans.XmlString xgetFormatArray(int i)
int sizeOfFormatArray()
void setFormatArray(String[] formatArray)
void setFormatArray(int i,
String format)
void xsetFormatArray(org.apache.xmlbeans.XmlString[] formatArray)
void xsetFormatArray(int i,
org.apache.xmlbeans.XmlString format)
void insertFormat(int i,
String format)
void addFormat(String format)
org.apache.xmlbeans.XmlString insertNewFormat(int i)
org.apache.xmlbeans.XmlString addNewFormat()
void removeFormat(int i)
DCPTypeDocument.DCPType[] getDCPTypeArray()
DCPTypeDocument.DCPType getDCPTypeArray(int i)
int sizeOfDCPTypeArray()
void setDCPTypeArray(DCPTypeDocument.DCPType[] dcpTypeArray)
void setDCPTypeArray(int i,
DCPTypeDocument.DCPType dcpType)
DCPTypeDocument.DCPType insertNewDCPType(int i)
DCPTypeDocument.DCPType addNewDCPType()
void removeDCPType(int i)
Copyright © 2015 52north.org. All rights reserved.