| Package | Description |
|---|---|
| org.oasisOpen.docs.wsrf.rp2 | |
| org.oasisOpen.docs.wsrf.rp2.impl |
| Modifier and Type | Method and Description |
|---|---|
InsertType |
InsertResourcePropertiesDocument.InsertResourceProperties.addNewInsert()
Appends and returns a new empty "Insert" element
|
InsertType |
SetResourcePropertiesDocument.SetResourceProperties.addNewInsert()
Appends and returns a new empty value (as xml) as the last "Insert" element
|
InsertType |
InsertDocument.addNewInsert()
Appends and returns a new empty "Insert" element
|
InsertType |
InsertResourcePropertiesDocument.InsertResourceProperties.getInsert()
Gets the "Insert" element
|
InsertType |
InsertDocument.getInsert()
Gets the "Insert" element
|
InsertType[] |
SetResourcePropertiesDocument.SetResourceProperties.getInsertArray()
Gets array of all "Insert" elements
|
InsertType |
SetResourcePropertiesDocument.SetResourceProperties.getInsertArray(int i)
Gets ith "Insert" element
|
InsertType |
SetResourcePropertiesDocument.SetResourceProperties.insertNewInsert(int i)
Inserts and returns a new empty value (as xml) as the ith "Insert" element
|
static InsertType |
InsertType.Factory.newInstance() |
static InsertType |
InsertType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static InsertType |
InsertType.Factory.parse(File file) |
static InsertType |
InsertType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static InsertType |
InsertType.Factory.parse(InputStream is) |
static InsertType |
InsertType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static InsertType |
InsertType.Factory.parse(Node node) |
static InsertType |
InsertType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static InsertType |
InsertType.Factory.parse(Reader r) |
static InsertType |
InsertType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static InsertType |
InsertType.Factory.parse(String xmlAsString) |
static InsertType |
InsertType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static InsertType |
InsertType.Factory.parse(URL u) |
static InsertType |
InsertType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static InsertType |
InsertType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static InsertType |
InsertType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static InsertType |
InsertType.Factory.parse(XMLStreamReader sr) |
static InsertType |
InsertType.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
InsertResourcePropertiesDocument.InsertResourceProperties.setInsert(InsertType insert)
Sets the "Insert" element
|
void |
InsertDocument.setInsert(InsertType insert)
Sets the "Insert" element
|
void |
SetResourcePropertiesDocument.SetResourceProperties.setInsertArray(InsertType[] insertArray)
Sets array of all "Insert" element
|
void |
SetResourcePropertiesDocument.SetResourceProperties.setInsertArray(int i,
InsertType insert)
Sets ith "Insert" element
|
| Modifier and Type | Class and Description |
|---|---|
class |
InsertTypeImpl
An XML InsertType(@http://docs.oasis-open.org/wsrf/rp-2).
|
| Modifier and Type | Method and Description |
|---|---|
InsertType |
SetResourcePropertiesDocumentImpl.SetResourcePropertiesImpl.addNewInsert()
Appends and returns a new empty value (as xml) as the last "Insert" element
|
InsertType |
InsertDocumentImpl.addNewInsert()
Appends and returns a new empty "Insert" element
|
InsertType |
InsertResourcePropertiesDocumentImpl.InsertResourcePropertiesImpl.addNewInsert()
Appends and returns a new empty "Insert" element
|
InsertType |
InsertDocumentImpl.getInsert()
Gets the "Insert" element
|
InsertType |
InsertResourcePropertiesDocumentImpl.InsertResourcePropertiesImpl.getInsert()
Gets the "Insert" element
|
InsertType[] |
SetResourcePropertiesDocumentImpl.SetResourcePropertiesImpl.getInsertArray()
Gets array of all "Insert" elements
|
InsertType |
SetResourcePropertiesDocumentImpl.SetResourcePropertiesImpl.getInsertArray(int i)
Gets ith "Insert" element
|
InsertType |
SetResourcePropertiesDocumentImpl.SetResourcePropertiesImpl.insertNewInsert(int i)
Inserts and returns a new empty value (as xml) as the ith "Insert" element
|
| Modifier and Type | Method and Description |
|---|---|
void |
InsertDocumentImpl.setInsert(InsertType insert)
Sets the "Insert" element
|
void |
InsertResourcePropertiesDocumentImpl.InsertResourcePropertiesImpl.setInsert(InsertType insert)
Sets the "Insert" element
|
void |
SetResourcePropertiesDocumentImpl.SetResourcePropertiesImpl.setInsertArray(InsertType[] insertArray)
Sets array of all "Insert" element
|
void |
SetResourcePropertiesDocumentImpl.SetResourcePropertiesImpl.setInsertArray(int i,
InsertType insert)
Sets ith "Insert" element
|
Copyright © 2018 52north.org. All rights reserved.