RetrievalMethodType |
KeyInfoType.addNewRetrievalMethod() |
Appends and returns a new empty value (as xml) as the last "RetrievalMethod" element
|
RetrievalMethodType |
RetrievalMethodDocument.addNewRetrievalMethod() |
Appends and returns a new empty "RetrievalMethod" element
|
RetrievalMethodType |
RetrievalMethodDocument.getRetrievalMethod() |
Gets the "RetrievalMethod" element
|
RetrievalMethodType[] |
KeyInfoType.getRetrievalMethodArray() |
Gets array of all "RetrievalMethod" elements
|
RetrievalMethodType |
KeyInfoType.getRetrievalMethodArray(int i) |
Gets ith "RetrievalMethod" element
|
RetrievalMethodType |
KeyInfoType.insertNewRetrievalMethod(int i) |
Inserts and returns a new empty value (as xml) as the ith "RetrievalMethod" element
|
static RetrievalMethodType |
RetrievalMethodType.Factory.newInstance() |
|
static RetrievalMethodType |
RetrievalMethodType.Factory.newInstance(XmlOptions options) |
|
static RetrievalMethodType |
RetrievalMethodType.Factory.parse(File file) |
|
static RetrievalMethodType |
RetrievalMethodType.Factory.parse(File file,
XmlOptions options) |
|
static RetrievalMethodType |
RetrievalMethodType.Factory.parse(InputStream is) |
|
static RetrievalMethodType |
RetrievalMethodType.Factory.parse(InputStream is,
XmlOptions options) |
|
static RetrievalMethodType |
RetrievalMethodType.Factory.parse(Reader r) |
|
static RetrievalMethodType |
RetrievalMethodType.Factory.parse(Reader r,
XmlOptions options) |
|
static RetrievalMethodType |
RetrievalMethodType.Factory.parse(String xmlAsString) |
|
static RetrievalMethodType |
RetrievalMethodType.Factory.parse(String xmlAsString,
XmlOptions options) |
|
static RetrievalMethodType |
RetrievalMethodType.Factory.parse(URL u) |
|
static RetrievalMethodType |
RetrievalMethodType.Factory.parse(URL u,
XmlOptions options) |
|
static RetrievalMethodType |
RetrievalMethodType.Factory.parse(XMLStreamReader sr) |
|
static RetrievalMethodType |
RetrievalMethodType.Factory.parse(XMLStreamReader sr,
XmlOptions options) |
|
static RetrievalMethodType |
RetrievalMethodType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) |
Deprecated.
|
static RetrievalMethodType |
RetrievalMethodType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
XmlOptions options) |
Deprecated.
|
static RetrievalMethodType |
RetrievalMethodType.Factory.parse(Node node) |
|
static RetrievalMethodType |
RetrievalMethodType.Factory.parse(Node node,
XmlOptions options) |
|