| 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(java.io.File file) |
static TimerPatternType |
TimerPatternType.Factory.parse(java.io.File file,
org.apache.xmlbeans.XmlOptions options) |
static TimerPatternType |
TimerPatternType.Factory.parse(java.io.InputStream is) |
static TimerPatternType |
TimerPatternType.Factory.parse(java.io.InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static TimerPatternType |
TimerPatternType.Factory.parse(org.w3c.dom.Node node) |
static TimerPatternType |
TimerPatternType.Factory.parse(org.w3c.dom.Node node,
org.apache.xmlbeans.XmlOptions options) |
static TimerPatternType |
TimerPatternType.Factory.parse(java.io.Reader r) |
static TimerPatternType |
TimerPatternType.Factory.parse(java.io.Reader r,
org.apache.xmlbeans.XmlOptions options) |
static TimerPatternType |
TimerPatternType.Factory.parse(java.lang.String xmlAsString) |
static TimerPatternType |
TimerPatternType.Factory.parse(java.lang.String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static TimerPatternType |
TimerPatternType.Factory.parse(java.net.URL u) |
static TimerPatternType |
TimerPatternType.Factory.parse(java.net.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(javax.xml.stream.XMLStreamReader sr) |
static TimerPatternType |
TimerPatternType.Factory.parse(javax.xml.stream.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 |
TimerPatternDocumentImpl.addNewTimerPattern()
Appends and returns a new empty "TimerPattern" element
|
TimerPatternType |
EMLDocumentImpl.EMLImpl.TimerPatternsImpl.addNewTimerPattern()
Appends and returns a new empty value (as xml) as the last "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 © 2015–2018 52north.org. All rights reserved.