| Package | Description |
|---|---|
| org.oasisOpen.docs.wsrf.sg2 | |
| org.oasisOpen.docs.wsrf.sg2.impl |
| Modifier and Type | Method and Description |
|---|---|
EntryType |
EntryDocument.addNewEntry()
Appends and returns a new empty "Entry" element
|
EntryType |
ServiceGroupRPDocument.ServiceGroupRP.addNewEntry()
Appends and returns a new empty value (as xml) as the last "Entry" element
|
EntryType |
EntryDocument.getEntry()
Gets the "Entry" element
|
EntryType[] |
ServiceGroupRPDocument.ServiceGroupRP.getEntryArray()
Gets array of all "Entry" elements
|
EntryType |
ServiceGroupRPDocument.ServiceGroupRP.getEntryArray(int i)
Gets ith "Entry" element
|
EntryType |
ServiceGroupRPDocument.ServiceGroupRP.insertNewEntry(int i)
Inserts and returns a new empty value (as xml) as the ith "Entry" element
|
static EntryType |
EntryType.Factory.newInstance() |
static EntryType |
EntryType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static EntryType |
EntryType.Factory.parse(File file) |
static EntryType |
EntryType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static EntryType |
EntryType.Factory.parse(InputStream is) |
static EntryType |
EntryType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static EntryType |
EntryType.Factory.parse(Node node) |
static EntryType |
EntryType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static EntryType |
EntryType.Factory.parse(Reader r) |
static EntryType |
EntryType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static EntryType |
EntryType.Factory.parse(String xmlAsString) |
static EntryType |
EntryType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static EntryType |
EntryType.Factory.parse(URL u) |
static EntryType |
EntryType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static EntryType |
EntryType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static EntryType |
EntryType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static EntryType |
EntryType.Factory.parse(XMLStreamReader sr) |
static EntryType |
EntryType.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
EntryDocument.setEntry(EntryType entry)
Sets the "Entry" element
|
void |
ServiceGroupRPDocument.ServiceGroupRP.setEntryArray(EntryType[] entryArray)
Sets array of all "Entry" element
|
void |
ServiceGroupRPDocument.ServiceGroupRP.setEntryArray(int i,
EntryType entry)
Sets ith "Entry" element
|
| Modifier and Type | Class and Description |
|---|---|
class |
EntryTypeImpl
An XML EntryType(@http://docs.oasis-open.org/wsrf/sg-2).
|
| Modifier and Type | Method and Description |
|---|---|
EntryType |
EntryDocumentImpl.addNewEntry()
Appends and returns a new empty "Entry" element
|
EntryType |
ServiceGroupRPDocumentImpl.ServiceGroupRPImpl.addNewEntry()
Appends and returns a new empty value (as xml) as the last "Entry" element
|
EntryType |
EntryDocumentImpl.getEntry()
Gets the "Entry" element
|
EntryType[] |
ServiceGroupRPDocumentImpl.ServiceGroupRPImpl.getEntryArray()
Gets array of all "Entry" elements
|
EntryType |
ServiceGroupRPDocumentImpl.ServiceGroupRPImpl.getEntryArray(int i)
Gets ith "Entry" element
|
EntryType |
ServiceGroupRPDocumentImpl.ServiceGroupRPImpl.insertNewEntry(int i)
Inserts and returns a new empty value (as xml) as the ith "Entry" element
|
| Modifier and Type | Method and Description |
|---|---|
void |
EntryDocumentImpl.setEntry(EntryType entry)
Sets the "Entry" element
|
void |
ServiceGroupRPDocumentImpl.ServiceGroupRPImpl.setEntryArray(EntryType[] entryArray)
Sets array of all "Entry" element
|
void |
ServiceGroupRPDocumentImpl.ServiceGroupRPImpl.setEntryArray(int i,
EntryType entry)
Sets ith "Entry" element
|
Copyright © 2018 52north.org. All rights reserved.