| Package | Description |
|---|---|
| x0.oasisNamesTcEbxmlRegrepXsdRim3 | |
| x0.oasisNamesTcEbxmlRegrepXsdRim3.impl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
NotifyActionType
An XML NotifyActionType(@urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0).
|
| Modifier and Type | Method and Description |
|---|---|
ActionType |
ActionDocument.addNewAction()
Appends and returns a new empty "Action" element
|
ActionType |
SubscriptionType.addNewAction()
Appends and returns a new empty value (as xml) as the last "Action" element
|
ActionType |
ActionDocument.getAction()
Gets the "Action" element
|
ActionType[] |
SubscriptionType.getActionArray()
Gets array of all "Action" elements
|
ActionType |
SubscriptionType.getActionArray(int i)
Gets ith "Action" element
|
ActionType |
SubscriptionType.insertNewAction(int i)
Inserts and returns a new empty value (as xml) as the ith "Action" element
|
static ActionType |
ActionType.Factory.newInstance()
Deprecated.
No need to be able to create instances of abstract types
|
static ActionType |
ActionType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
Deprecated.
No need to be able to create instances of abstract types
|
static ActionType |
ActionType.Factory.parse(java.io.File file) |
static ActionType |
ActionType.Factory.parse(java.io.File file,
org.apache.xmlbeans.XmlOptions options) |
static ActionType |
ActionType.Factory.parse(java.io.InputStream is) |
static ActionType |
ActionType.Factory.parse(java.io.InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static ActionType |
ActionType.Factory.parse(org.w3c.dom.Node node) |
static ActionType |
ActionType.Factory.parse(org.w3c.dom.Node node,
org.apache.xmlbeans.XmlOptions options) |
static ActionType |
ActionType.Factory.parse(java.io.Reader r) |
static ActionType |
ActionType.Factory.parse(java.io.Reader r,
org.apache.xmlbeans.XmlOptions options) |
static ActionType |
ActionType.Factory.parse(java.lang.String xmlAsString) |
static ActionType |
ActionType.Factory.parse(java.lang.String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static ActionType |
ActionType.Factory.parse(java.net.URL u) |
static ActionType |
ActionType.Factory.parse(java.net.URL u,
org.apache.xmlbeans.XmlOptions options) |
static ActionType |
ActionType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static ActionType |
ActionType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static ActionType |
ActionType.Factory.parse(javax.xml.stream.XMLStreamReader sr) |
static ActionType |
ActionType.Factory.parse(javax.xml.stream.XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
ActionDocument.setAction(ActionType action)
Sets the "Action" element
|
void |
SubscriptionType.setActionArray(ActionType[] actionArray)
Sets array of all "Action" element
|
void |
SubscriptionType.setActionArray(int i,
ActionType action)
Sets ith "Action" element
|
| Modifier and Type | Class and Description |
|---|---|
class |
ActionTypeImpl
An XML ActionType(@urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0).
|
class |
NotifyActionTypeImpl
An XML NotifyActionType(@urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0).
|
| Modifier and Type | Method and Description |
|---|---|
ActionType |
SubscriptionTypeImpl.addNewAction()
Appends and returns a new empty value (as xml) as the last "Action" element
|
ActionType |
ActionDocumentImpl.addNewAction()
Appends and returns a new empty "Action" element
|
ActionType |
ActionDocumentImpl.getAction()
Gets the "Action" element
|
ActionType[] |
SubscriptionTypeImpl.getActionArray()
Gets array of all "Action" elements
|
ActionType |
SubscriptionTypeImpl.getActionArray(int i)
Gets ith "Action" element
|
ActionType |
SubscriptionTypeImpl.insertNewAction(int i)
Inserts and returns a new empty value (as xml) as the ith "Action" element
|
| Modifier and Type | Method and Description |
|---|---|
void |
ActionDocumentImpl.setAction(ActionType action)
Sets the "Action" element
|
void |
SubscriptionTypeImpl.setActionArray(ActionType[] actionArray)
Sets array of all "Action" element
|
void |
SubscriptionTypeImpl.setActionArray(int i,
ActionType action)
Sets ith "Action" element
|
Copyright © 2015–2018 52north.org. All rights reserved.