public static interface EMLDocument.EML.SimplePatterns
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
EMLDocument.EML.SimplePatterns.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 |
|---|---|
SimplePatternType |
addNewSimplePattern()
Appends and returns a new empty value (as xml) as the last "SimplePattern" element
|
SimplePatternType[] |
getSimplePatternArray()
Gets array of all "SimplePattern" elements
|
SimplePatternType |
getSimplePatternArray(int i)
Gets ith "SimplePattern" element
|
SimplePatternType |
insertNewSimplePattern(int i)
Inserts and returns a new empty value (as xml) as the ith "SimplePattern" element
|
void |
removeSimplePattern(int i)
Removes the ith "SimplePattern" element
|
void |
setSimplePatternArray(int i,
SimplePatternType simplePattern)
Sets ith "SimplePattern" element
|
void |
setSimplePatternArray(SimplePatternType[] simplePatternArray)
Sets array of all "SimplePattern" element
|
int |
sizeOfSimplePatternArray()
Returns number of "SimplePattern" 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, xmlTextSimplePatternType[] getSimplePatternArray()
SimplePatternType getSimplePatternArray(int i)
int sizeOfSimplePatternArray()
void setSimplePatternArray(SimplePatternType[] simplePatternArray)
void setSimplePatternArray(int i,
SimplePatternType simplePattern)
SimplePatternType insertNewSimplePattern(int i)
SimplePatternType addNewSimplePattern()
void removeSimplePattern(int i)
Copyright © 2018 52north.org. All rights reserved.