| Package | Description |
|---|---|
| net.opengis.eml.x001 | |
| net.opengis.eml.x001.impl |
| Modifier and Type | Method and Description |
|---|---|
UserDefinedOperatorType |
ComplexPatternType.addNewUserDefindeBinaryOperator()
Appends and returns a new empty "UserDefindeBinaryOperator" element
|
UserDefinedOperatorType |
ComplexPatternType.getUserDefindeBinaryOperator()
Gets the "UserDefindeBinaryOperator" element
|
static UserDefinedOperatorType |
UserDefinedOperatorType.Factory.newInstance() |
static UserDefinedOperatorType |
UserDefinedOperatorType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static UserDefinedOperatorType |
UserDefinedOperatorType.Factory.parse(java.io.File file) |
static UserDefinedOperatorType |
UserDefinedOperatorType.Factory.parse(java.io.File file,
org.apache.xmlbeans.XmlOptions options) |
static UserDefinedOperatorType |
UserDefinedOperatorType.Factory.parse(java.io.InputStream is) |
static UserDefinedOperatorType |
UserDefinedOperatorType.Factory.parse(java.io.InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static UserDefinedOperatorType |
UserDefinedOperatorType.Factory.parse(org.w3c.dom.Node node) |
static UserDefinedOperatorType |
UserDefinedOperatorType.Factory.parse(org.w3c.dom.Node node,
org.apache.xmlbeans.XmlOptions options) |
static UserDefinedOperatorType |
UserDefinedOperatorType.Factory.parse(java.io.Reader r) |
static UserDefinedOperatorType |
UserDefinedOperatorType.Factory.parse(java.io.Reader r,
org.apache.xmlbeans.XmlOptions options) |
static UserDefinedOperatorType |
UserDefinedOperatorType.Factory.parse(java.lang.String xmlAsString) |
static UserDefinedOperatorType |
UserDefinedOperatorType.Factory.parse(java.lang.String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static UserDefinedOperatorType |
UserDefinedOperatorType.Factory.parse(java.net.URL u) |
static UserDefinedOperatorType |
UserDefinedOperatorType.Factory.parse(java.net.URL u,
org.apache.xmlbeans.XmlOptions options) |
static UserDefinedOperatorType |
UserDefinedOperatorType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static UserDefinedOperatorType |
UserDefinedOperatorType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static UserDefinedOperatorType |
UserDefinedOperatorType.Factory.parse(javax.xml.stream.XMLStreamReader sr) |
static UserDefinedOperatorType |
UserDefinedOperatorType.Factory.parse(javax.xml.stream.XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
ComplexPatternType.setUserDefindeBinaryOperator(UserDefinedOperatorType userDefindeBinaryOperator)
Sets the "UserDefindeBinaryOperator" element
|
| Modifier and Type | Class and Description |
|---|---|
class |
UserDefinedOperatorTypeImpl
An XML UserDefinedOperatorType(@http://www.opengis.net/eml/0.0.1).
|
| Modifier and Type | Method and Description |
|---|---|
UserDefinedOperatorType |
ComplexPatternTypeImpl.addNewUserDefindeBinaryOperator()
Appends and returns a new empty "UserDefindeBinaryOperator" element
|
UserDefinedOperatorType |
ComplexPatternTypeImpl.getUserDefindeBinaryOperator()
Gets the "UserDefindeBinaryOperator" element
|
| Modifier and Type | Method and Description |
|---|---|
void |
ComplexPatternTypeImpl.setUserDefindeBinaryOperator(UserDefinedOperatorType userDefindeBinaryOperator)
Sets the "UserDefindeBinaryOperator" element
|
Copyright © 2015–2018 52north.org. All rights reserved.