| Package | Description |
|---|---|
| net.opengis.pubsub.x10 | |
| net.opengis.pubsub.x10.impl |
| Modifier and Type | Method and Description |
|---|---|
UnsubscribeType |
UnsubscribeDocument.addNewUnsubscribe()
Appends and returns a new empty "Unsubscribe" element
|
UnsubscribeType |
UnsubscribeDocument.getUnsubscribe()
Gets the "Unsubscribe" element
|
static UnsubscribeType |
UnsubscribeType.Factory.newInstance() |
static UnsubscribeType |
UnsubscribeType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static UnsubscribeType |
UnsubscribeType.Factory.parse(File file) |
static UnsubscribeType |
UnsubscribeType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static UnsubscribeType |
UnsubscribeType.Factory.parse(InputStream is) |
static UnsubscribeType |
UnsubscribeType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static UnsubscribeType |
UnsubscribeType.Factory.parse(Node node) |
static UnsubscribeType |
UnsubscribeType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static UnsubscribeType |
UnsubscribeType.Factory.parse(Reader r) |
static UnsubscribeType |
UnsubscribeType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static UnsubscribeType |
UnsubscribeType.Factory.parse(String xmlAsString) |
static UnsubscribeType |
UnsubscribeType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static UnsubscribeType |
UnsubscribeType.Factory.parse(URL u) |
static UnsubscribeType |
UnsubscribeType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static UnsubscribeType |
UnsubscribeType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static UnsubscribeType |
UnsubscribeType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static UnsubscribeType |
UnsubscribeType.Factory.parse(XMLStreamReader sr) |
static UnsubscribeType |
UnsubscribeType.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
UnsubscribeDocument.setUnsubscribe(UnsubscribeType unsubscribe)
Sets the "Unsubscribe" element
|
| Modifier and Type | Class and Description |
|---|---|
class |
UnsubscribeTypeImpl
An XML UnsubscribeType(@http://www.opengis.net/pubsub/1.0).
|
| Modifier and Type | Method and Description |
|---|---|
UnsubscribeType |
UnsubscribeDocumentImpl.addNewUnsubscribe()
Appends and returns a new empty "Unsubscribe" element
|
UnsubscribeType |
UnsubscribeDocumentImpl.getUnsubscribe()
Gets the "Unsubscribe" element
|
| Modifier and Type | Method and Description |
|---|---|
void |
UnsubscribeDocumentImpl.setUnsubscribe(UnsubscribeType unsubscribe)
Sets the "Unsubscribe" element
|
Copyright © 2017 52north.org. All rights reserved.