| Package | Description |
|---|---|
| org.oasisOpen.docs.wsrf.rp2 | |
| org.oasisOpen.docs.wsrf.rp2.impl |
| Modifier and Type | Method and Description |
|---|---|
DeleteType |
DeleteDocument.addNewDelete()
Appends and returns a new empty "Delete" element
|
DeleteType |
SetResourcePropertiesDocument.SetResourceProperties.addNewDelete()
Appends and returns a new empty value (as xml) as the last "Delete" element
|
DeleteType |
DeleteResourcePropertiesDocument.DeleteResourceProperties.addNewDelete()
Appends and returns a new empty "Delete" element
|
DeleteType |
DeleteDocument.getDelete()
Gets the "Delete" element
|
DeleteType |
DeleteResourcePropertiesDocument.DeleteResourceProperties.getDelete()
Gets the "Delete" element
|
DeleteType[] |
SetResourcePropertiesDocument.SetResourceProperties.getDeleteArray()
Gets array of all "Delete" elements
|
DeleteType |
SetResourcePropertiesDocument.SetResourceProperties.getDeleteArray(int i)
Gets ith "Delete" element
|
DeleteType |
SetResourcePropertiesDocument.SetResourceProperties.insertNewDelete(int i)
Inserts and returns a new empty value (as xml) as the ith "Delete" element
|
static DeleteType |
DeleteType.Factory.newInstance() |
static DeleteType |
DeleteType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static DeleteType |
DeleteType.Factory.parse(File file) |
static DeleteType |
DeleteType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static DeleteType |
DeleteType.Factory.parse(InputStream is) |
static DeleteType |
DeleteType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static DeleteType |
DeleteType.Factory.parse(Node node) |
static DeleteType |
DeleteType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static DeleteType |
DeleteType.Factory.parse(Reader r) |
static DeleteType |
DeleteType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static DeleteType |
DeleteType.Factory.parse(String xmlAsString) |
static DeleteType |
DeleteType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static DeleteType |
DeleteType.Factory.parse(URL u) |
static DeleteType |
DeleteType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static DeleteType |
DeleteType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static DeleteType |
DeleteType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static DeleteType |
DeleteType.Factory.parse(XMLStreamReader sr) |
static DeleteType |
DeleteType.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
DeleteDocument.setDelete(DeleteType delete)
Sets the "Delete" element
|
void |
DeleteResourcePropertiesDocument.DeleteResourceProperties.setDelete(DeleteType delete)
Sets the "Delete" element
|
void |
SetResourcePropertiesDocument.SetResourceProperties.setDeleteArray(DeleteType[] deleteArray)
Sets array of all "Delete" element
|
void |
SetResourcePropertiesDocument.SetResourceProperties.setDeleteArray(int i,
DeleteType delete)
Sets ith "Delete" element
|
| Modifier and Type | Class and Description |
|---|---|
class |
DeleteTypeImpl
An XML DeleteType(@http://docs.oasis-open.org/wsrf/rp-2).
|
| Modifier and Type | Method and Description |
|---|---|
DeleteType |
SetResourcePropertiesDocumentImpl.SetResourcePropertiesImpl.addNewDelete()
Appends and returns a new empty value (as xml) as the last "Delete" element
|
DeleteType |
DeleteDocumentImpl.addNewDelete()
Appends and returns a new empty "Delete" element
|
DeleteType |
DeleteResourcePropertiesDocumentImpl.DeleteResourcePropertiesImpl.addNewDelete()
Appends and returns a new empty "Delete" element
|
DeleteType |
DeleteDocumentImpl.getDelete()
Gets the "Delete" element
|
DeleteType |
DeleteResourcePropertiesDocumentImpl.DeleteResourcePropertiesImpl.getDelete()
Gets the "Delete" element
|
DeleteType[] |
SetResourcePropertiesDocumentImpl.SetResourcePropertiesImpl.getDeleteArray()
Gets array of all "Delete" elements
|
DeleteType |
SetResourcePropertiesDocumentImpl.SetResourcePropertiesImpl.getDeleteArray(int i)
Gets ith "Delete" element
|
DeleteType |
SetResourcePropertiesDocumentImpl.SetResourcePropertiesImpl.insertNewDelete(int i)
Inserts and returns a new empty value (as xml) as the ith "Delete" element
|
| Modifier and Type | Method and Description |
|---|---|
void |
DeleteDocumentImpl.setDelete(DeleteType delete)
Sets the "Delete" element
|
void |
DeleteResourcePropertiesDocumentImpl.DeleteResourcePropertiesImpl.setDelete(DeleteType delete)
Sets the "Delete" element
|
void |
SetResourcePropertiesDocumentImpl.SetResourcePropertiesImpl.setDeleteArray(DeleteType[] deleteArray)
Sets array of all "Delete" element
|
void |
SetResourcePropertiesDocumentImpl.SetResourcePropertiesImpl.setDeleteArray(int i,
DeleteType delete)
Sets ith "Delete" element
|
Copyright © 2018 52north.org. All rights reserved.