| Package | Description |
|---|---|
| net.opengis.pubsub.x10 | |
| net.opengis.pubsub.x10.impl |
| Modifier and Type | Method and Description |
|---|---|
PublicationsType |
PublicationsDocument.addNewPublications()
Appends and returns a new empty "Publications" element
|
PublicationsType |
PublisherCapabilitiesType.addNewPublications()
Appends and returns a new empty "Publications" element
|
PublicationsType |
PublicationsDocument.getPublications()
Gets the "Publications" element
|
PublicationsType |
PublisherCapabilitiesType.getPublications()
Gets the "Publications" element
|
static PublicationsType |
PublicationsType.Factory.newInstance() |
static PublicationsType |
PublicationsType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static PublicationsType |
PublicationsType.Factory.parse(File file) |
static PublicationsType |
PublicationsType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static PublicationsType |
PublicationsType.Factory.parse(InputStream is) |
static PublicationsType |
PublicationsType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static PublicationsType |
PublicationsType.Factory.parse(Node node) |
static PublicationsType |
PublicationsType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static PublicationsType |
PublicationsType.Factory.parse(Reader r) |
static PublicationsType |
PublicationsType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static PublicationsType |
PublicationsType.Factory.parse(String xmlAsString) |
static PublicationsType |
PublicationsType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static PublicationsType |
PublicationsType.Factory.parse(URL u) |
static PublicationsType |
PublicationsType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static PublicationsType |
PublicationsType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static PublicationsType |
PublicationsType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static PublicationsType |
PublicationsType.Factory.parse(XMLStreamReader sr) |
static PublicationsType |
PublicationsType.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
PublicationsDocument.setPublications(PublicationsType publications)
Sets the "Publications" element
|
void |
PublisherCapabilitiesType.setPublications(PublicationsType publications)
Sets the "Publications" element
|
| Modifier and Type | Class and Description |
|---|---|
class |
PublicationsTypeImpl
An XML PublicationsType(@http://www.opengis.net/pubsub/1.0).
|
| Modifier and Type | Method and Description |
|---|---|
PublicationsType |
PublisherCapabilitiesTypeImpl.addNewPublications()
Appends and returns a new empty "Publications" element
|
PublicationsType |
PublicationsDocumentImpl.addNewPublications()
Appends and returns a new empty "Publications" element
|
PublicationsType |
PublisherCapabilitiesTypeImpl.getPublications()
Gets the "Publications" element
|
PublicationsType |
PublicationsDocumentImpl.getPublications()
Gets the "Publications" element
|
| Modifier and Type | Method and Description |
|---|---|
void |
PublisherCapabilitiesTypeImpl.setPublications(PublicationsType publications)
Sets the "Publications" element
|
void |
PublicationsDocumentImpl.setPublications(PublicationsType publications)
Sets the "Publications" element
|
Copyright © 2017 52north.org. All rights reserved.