public static interface EMLDocument.EML.TimerPatterns
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
EMLDocument.EML.TimerPatterns.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 |
|---|---|
TimerPatternType |
addNewTimerPattern()
Appends and returns a new empty value (as xml) as the last "TimerPattern" element
|
TimerPatternType[] |
getTimerPatternArray()
Gets array of all "TimerPattern" elements
|
TimerPatternType |
getTimerPatternArray(int i)
Gets ith "TimerPattern" element
|
TimerPatternType |
insertNewTimerPattern(int i)
Inserts and returns a new empty value (as xml) as the ith "TimerPattern" element
|
void |
removeTimerPattern(int i)
Removes the ith "TimerPattern" element
|
void |
setTimerPatternArray(int i,
TimerPatternType timerPattern)
Sets ith "TimerPattern" element
|
void |
setTimerPatternArray(TimerPatternType[] timerPatternArray)
Sets array of all "TimerPattern" element
|
int |
sizeOfTimerPatternArray()
Returns number of "TimerPattern" 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, xmlTextTimerPatternType[] getTimerPatternArray()
TimerPatternType getTimerPatternArray(int i)
int sizeOfTimerPatternArray()
void setTimerPatternArray(TimerPatternType[] timerPatternArray)
void setTimerPatternArray(int i,
TimerPatternType timerPattern)
TimerPatternType insertNewTimerPattern(int i)
TimerPatternType addNewTimerPattern()
void removeTimerPattern(int i)
Copyright © 2018 52north.org. All rights reserved.