| Package | Description |
|---|---|
| net.opengis.eml.x001 | |
| net.opengis.eml.x001.impl |
| Modifier and Type | Method and Description |
|---|---|
GuardType |
AbstractGuardedViewPatternType.addNewGuard()
Appends and returns a new empty "Guard" element
|
GuardType |
GuardDocument.addNewGuard()
Appends and returns a new empty "Guard" element
|
GuardType |
AbstractGuardedViewPatternType.getGuard()
Gets the "Guard" element
|
GuardType |
GuardDocument.getGuard()
Gets the "Guard" element
|
static GuardType |
GuardType.Factory.newInstance() |
static GuardType |
GuardType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static GuardType |
GuardType.Factory.parse(File file) |
static GuardType |
GuardType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static GuardType |
GuardType.Factory.parse(InputStream is) |
static GuardType |
GuardType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static GuardType |
GuardType.Factory.parse(Node node) |
static GuardType |
GuardType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static GuardType |
GuardType.Factory.parse(Reader r) |
static GuardType |
GuardType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static GuardType |
GuardType.Factory.parse(String xmlAsString) |
static GuardType |
GuardType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static GuardType |
GuardType.Factory.parse(URL u) |
static GuardType |
GuardType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static GuardType |
GuardType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static GuardType |
GuardType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static GuardType |
GuardType.Factory.parse(XMLStreamReader sr) |
static GuardType |
GuardType.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractGuardedViewPatternType.setGuard(GuardType guard)
Sets the "Guard" element
|
void |
GuardDocument.setGuard(GuardType guard)
Sets the "Guard" element
|
| Modifier and Type | Class and Description |
|---|---|
class |
GuardTypeImpl
An XML GuardType(@http://www.opengis.net/eml/0.0.1).
|
| Modifier and Type | Method and Description |
|---|---|
GuardType |
AbstractGuardedViewPatternTypeImpl.addNewGuard()
Appends and returns a new empty "Guard" element
|
GuardType |
GuardDocumentImpl.addNewGuard()
Appends and returns a new empty "Guard" element
|
GuardType |
AbstractGuardedViewPatternTypeImpl.getGuard()
Gets the "Guard" element
|
GuardType |
GuardDocumentImpl.getGuard()
Gets the "Guard" element
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractGuardedViewPatternTypeImpl.setGuard(GuardType guard)
Sets the "Guard" element
|
void |
GuardDocumentImpl.setGuard(GuardType guard)
Sets the "Guard" element
|
Copyright © 2016 52north.org. All rights reserved.