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