| Package | Description |
|---|---|
| net.opengis.eml.x001 | |
| net.opengis.eml.x001.impl |
| Modifier and Type | Method and Description |
|---|---|
TimerPatternType |
TimerPatternDocument.addNewTimerPattern()
Appends and returns a new empty "TimerPattern" element
|
TimerPatternType |
EMLDocument.EML.TimerPatterns.addNewTimerPattern()
Appends and returns a new empty value (as xml) as the last "TimerPattern" element
|
TimerPatternType |
TimerPatternDocument.getTimerPattern()
Gets the "TimerPattern" element
|
TimerPatternType[] |
EMLDocument.EML.TimerPatterns.getTimerPatternArray()
Gets array of all "TimerPattern" elements
|
TimerPatternType |
EMLDocument.EML.TimerPatterns.getTimerPatternArray(int i)
Gets ith "TimerPattern" element
|
TimerPatternType |
EMLDocument.EML.TimerPatterns.insertNewTimerPattern(int i)
Inserts and returns a new empty value (as xml) as the ith "TimerPattern" element
|
static TimerPatternType |
TimerPatternType.Factory.newInstance() |
static TimerPatternType |
TimerPatternType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static TimerPatternType |
TimerPatternType.Factory.parse(File file) |
static TimerPatternType |
TimerPatternType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static TimerPatternType |
TimerPatternType.Factory.parse(InputStream is) |
static TimerPatternType |
TimerPatternType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static TimerPatternType |
TimerPatternType.Factory.parse(Node node) |
static TimerPatternType |
TimerPatternType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static TimerPatternType |
TimerPatternType.Factory.parse(Reader r) |
static TimerPatternType |
TimerPatternType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static TimerPatternType |
TimerPatternType.Factory.parse(String xmlAsString) |
static TimerPatternType |
TimerPatternType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static TimerPatternType |
TimerPatternType.Factory.parse(URL u) |
static TimerPatternType |
TimerPatternType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static TimerPatternType |
TimerPatternType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static TimerPatternType |
TimerPatternType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static TimerPatternType |
TimerPatternType.Factory.parse(XMLStreamReader sr) |
static TimerPatternType |
TimerPatternType.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
TimerPatternDocument.setTimerPattern(TimerPatternType timerPattern)
Sets the "TimerPattern" element
|
void |
EMLDocument.EML.TimerPatterns.setTimerPatternArray(int i,
TimerPatternType timerPattern)
Sets ith "TimerPattern" element
|
void |
EMLDocument.EML.TimerPatterns.setTimerPatternArray(TimerPatternType[] timerPatternArray)
Sets array of all "TimerPattern" element
|
| Modifier and Type | Class and Description |
|---|---|
class |
TimerPatternTypeImpl
An XML TimerPatternType(@http://www.opengis.net/eml/0.0.1).
|
| Modifier and Type | Method and Description |
|---|---|
TimerPatternType |
EMLDocumentImpl.EMLImpl.TimerPatternsImpl.addNewTimerPattern()
Appends and returns a new empty value (as xml) as the last "TimerPattern" element
|
TimerPatternType |
TimerPatternDocumentImpl.addNewTimerPattern()
Appends and returns a new empty "TimerPattern" element
|
TimerPatternType |
TimerPatternDocumentImpl.getTimerPattern()
Gets the "TimerPattern" element
|
TimerPatternType[] |
EMLDocumentImpl.EMLImpl.TimerPatternsImpl.getTimerPatternArray()
Gets array of all "TimerPattern" elements
|
TimerPatternType |
EMLDocumentImpl.EMLImpl.TimerPatternsImpl.getTimerPatternArray(int i)
Gets ith "TimerPattern" element
|
TimerPatternType |
EMLDocumentImpl.EMLImpl.TimerPatternsImpl.insertNewTimerPattern(int i)
Inserts and returns a new empty value (as xml) as the ith "TimerPattern" element
|
| Modifier and Type | Method and Description |
|---|---|
void |
TimerPatternDocumentImpl.setTimerPattern(TimerPatternType timerPattern)
Sets the "TimerPattern" element
|
void |
EMLDocumentImpl.EMLImpl.TimerPatternsImpl.setTimerPatternArray(int i,
TimerPatternType timerPattern)
Sets ith "TimerPattern" element
|
void |
EMLDocumentImpl.EMLImpl.TimerPatternsImpl.setTimerPatternArray(TimerPatternType[] timerPatternArray)
Sets array of all "TimerPattern" element
|
Copyright © 2018 52north.org. All rights reserved.