| Package | Description |
|---|---|
| x0.oasisNamesTcEbxmlRegrepXsdRim3 | |
| x0.oasisNamesTcEbxmlRegrepXsdRim3.impl |
| Modifier and Type | Method and Description |
|---|---|
SubscriptionType |
SubscriptionDocument.addNewSubscription()
Appends and returns a new empty "Subscription" element
|
SubscriptionType |
SubscriptionDocument.getSubscription()
Gets the "Subscription" element
|
static SubscriptionType |
SubscriptionType.Factory.newInstance() |
static SubscriptionType |
SubscriptionType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static SubscriptionType |
SubscriptionType.Factory.parse(java.io.File file) |
static SubscriptionType |
SubscriptionType.Factory.parse(java.io.File file,
org.apache.xmlbeans.XmlOptions options) |
static SubscriptionType |
SubscriptionType.Factory.parse(java.io.InputStream is) |
static SubscriptionType |
SubscriptionType.Factory.parse(java.io.InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static SubscriptionType |
SubscriptionType.Factory.parse(org.w3c.dom.Node node) |
static SubscriptionType |
SubscriptionType.Factory.parse(org.w3c.dom.Node node,
org.apache.xmlbeans.XmlOptions options) |
static SubscriptionType |
SubscriptionType.Factory.parse(java.io.Reader r) |
static SubscriptionType |
SubscriptionType.Factory.parse(java.io.Reader r,
org.apache.xmlbeans.XmlOptions options) |
static SubscriptionType |
SubscriptionType.Factory.parse(java.lang.String xmlAsString) |
static SubscriptionType |
SubscriptionType.Factory.parse(java.lang.String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static SubscriptionType |
SubscriptionType.Factory.parse(java.net.URL u) |
static SubscriptionType |
SubscriptionType.Factory.parse(java.net.URL u,
org.apache.xmlbeans.XmlOptions options) |
static SubscriptionType |
SubscriptionType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static SubscriptionType |
SubscriptionType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static SubscriptionType |
SubscriptionType.Factory.parse(javax.xml.stream.XMLStreamReader sr) |
static SubscriptionType |
SubscriptionType.Factory.parse(javax.xml.stream.XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
SubscriptionDocument.setSubscription(SubscriptionType subscription)
Sets the "Subscription" element
|
| Modifier and Type | Class and Description |
|---|---|
class |
SubscriptionTypeImpl
An XML SubscriptionType(@urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0).
|
| Modifier and Type | Method and Description |
|---|---|
SubscriptionType |
SubscriptionDocumentImpl.addNewSubscription()
Appends and returns a new empty "Subscription" element
|
SubscriptionType |
SubscriptionDocumentImpl.getSubscription()
Gets the "Subscription" element
|
| Modifier and Type | Method and Description |
|---|---|
void |
SubscriptionDocumentImpl.setSubscription(SubscriptionType subscription)
Sets the "Subscription" element
|
Copyright © 2015–2018 52north.org. All rights reserved.