| Package | Description |
|---|---|
| org.oasisOpen.docs.wsrf.rp2 | |
| org.oasisOpen.docs.wsrf.rp2.impl |
| Modifier and Type | Method and Description |
|---|---|
UpdateType |
UpdateDocument.addNewUpdate()
Appends and returns a new empty "Update" element
|
UpdateType |
SetResourcePropertiesDocument.SetResourceProperties.addNewUpdate()
Appends and returns a new empty value (as xml) as the last "Update" element
|
UpdateType |
UpdateResourcePropertiesDocument.UpdateResourceProperties.addNewUpdate()
Appends and returns a new empty "Update" element
|
UpdateType |
UpdateDocument.getUpdate()
Gets the "Update" element
|
UpdateType |
UpdateResourcePropertiesDocument.UpdateResourceProperties.getUpdate()
Gets the "Update" element
|
UpdateType[] |
SetResourcePropertiesDocument.SetResourceProperties.getUpdateArray()
Gets array of all "Update" elements
|
UpdateType |
SetResourcePropertiesDocument.SetResourceProperties.getUpdateArray(int i)
Gets ith "Update" element
|
UpdateType |
SetResourcePropertiesDocument.SetResourceProperties.insertNewUpdate(int i)
Inserts and returns a new empty value (as xml) as the ith "Update" element
|
static UpdateType |
UpdateType.Factory.newInstance() |
static UpdateType |
UpdateType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static UpdateType |
UpdateType.Factory.parse(File file) |
static UpdateType |
UpdateType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static UpdateType |
UpdateType.Factory.parse(InputStream is) |
static UpdateType |
UpdateType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static UpdateType |
UpdateType.Factory.parse(Node node) |
static UpdateType |
UpdateType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static UpdateType |
UpdateType.Factory.parse(Reader r) |
static UpdateType |
UpdateType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static UpdateType |
UpdateType.Factory.parse(String xmlAsString) |
static UpdateType |
UpdateType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static UpdateType |
UpdateType.Factory.parse(URL u) |
static UpdateType |
UpdateType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static UpdateType |
UpdateType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static UpdateType |
UpdateType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static UpdateType |
UpdateType.Factory.parse(XMLStreamReader sr) |
static UpdateType |
UpdateType.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateDocument.setUpdate(UpdateType update)
Sets the "Update" element
|
void |
UpdateResourcePropertiesDocument.UpdateResourceProperties.setUpdate(UpdateType update)
Sets the "Update" element
|
void |
SetResourcePropertiesDocument.SetResourceProperties.setUpdateArray(int i,
UpdateType update)
Sets ith "Update" element
|
void |
SetResourcePropertiesDocument.SetResourceProperties.setUpdateArray(UpdateType[] updateArray)
Sets array of all "Update" element
|
| Modifier and Type | Class and Description |
|---|---|
class |
UpdateTypeImpl
An XML UpdateType(@http://docs.oasis-open.org/wsrf/rp-2).
|
| Modifier and Type | Method and Description |
|---|---|
UpdateType |
UpdateResourcePropertiesDocumentImpl.UpdateResourcePropertiesImpl.addNewUpdate()
Appends and returns a new empty "Update" element
|
UpdateType |
SetResourcePropertiesDocumentImpl.SetResourcePropertiesImpl.addNewUpdate()
Appends and returns a new empty value (as xml) as the last "Update" element
|
UpdateType |
UpdateDocumentImpl.addNewUpdate()
Appends and returns a new empty "Update" element
|
UpdateType |
UpdateResourcePropertiesDocumentImpl.UpdateResourcePropertiesImpl.getUpdate()
Gets the "Update" element
|
UpdateType |
UpdateDocumentImpl.getUpdate()
Gets the "Update" element
|
UpdateType[] |
SetResourcePropertiesDocumentImpl.SetResourcePropertiesImpl.getUpdateArray()
Gets array of all "Update" elements
|
UpdateType |
SetResourcePropertiesDocumentImpl.SetResourcePropertiesImpl.getUpdateArray(int i)
Gets ith "Update" element
|
UpdateType |
SetResourcePropertiesDocumentImpl.SetResourcePropertiesImpl.insertNewUpdate(int i)
Inserts and returns a new empty value (as xml) as the ith "Update" element
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateResourcePropertiesDocumentImpl.UpdateResourcePropertiesImpl.setUpdate(UpdateType update)
Sets the "Update" element
|
void |
UpdateDocumentImpl.setUpdate(UpdateType update)
Sets the "Update" element
|
void |
SetResourcePropertiesDocumentImpl.SetResourcePropertiesImpl.setUpdateArray(int i,
UpdateType update)
Sets ith "Update" element
|
void |
SetResourcePropertiesDocumentImpl.SetResourcePropertiesImpl.setUpdateArray(UpdateType[] updateArray)
Sets array of all "Update" element
|
Copyright © 2018 52north.org. All rights reserved.