public static interface EMLDocument.EML.ComplexPatterns
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
EMLDocument.EML.ComplexPatterns.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 |
|---|---|
ComplexPatternDocument.ComplexPattern |
addNewComplexPattern()
Appends and returns a new empty value (as xml) as the last "ComplexPattern" element
|
ComplexPatternDocument.ComplexPattern[] |
getComplexPatternArray()
Gets array of all "ComplexPattern" elements
|
ComplexPatternDocument.ComplexPattern |
getComplexPatternArray(int i)
Gets ith "ComplexPattern" element
|
ComplexPatternDocument.ComplexPattern |
insertNewComplexPattern(int i)
Inserts and returns a new empty value (as xml) as the ith "ComplexPattern" element
|
void |
removeComplexPattern(int i)
Removes the ith "ComplexPattern" element
|
void |
setComplexPatternArray(ComplexPatternDocument.ComplexPattern[] complexPatternArray)
Sets array of all "ComplexPattern" element
|
void |
setComplexPatternArray(int i,
ComplexPatternDocument.ComplexPattern complexPattern)
Sets ith "ComplexPattern" element
|
int |
sizeOfComplexPatternArray()
Returns number of "ComplexPattern" 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, xmlTextComplexPatternDocument.ComplexPattern[] getComplexPatternArray()
ComplexPatternDocument.ComplexPattern getComplexPatternArray(int i)
int sizeOfComplexPatternArray()
void setComplexPatternArray(ComplexPatternDocument.ComplexPattern[] complexPatternArray)
void setComplexPatternArray(int i,
ComplexPatternDocument.ComplexPattern complexPattern)
ComplexPatternDocument.ComplexPattern insertNewComplexPattern(int i)
ComplexPatternDocument.ComplexPattern addNewComplexPattern()
void removeComplexPattern(int i)
Copyright © 2018 52north.org. All rights reserved.