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