AuthenticationQueryType |
AuthenticationQueryDocument.addNewAuthenticationQuery() |
Appends and returns a new empty "AuthenticationQuery" element
|
AuthenticationQueryType |
RequestType.addNewAuthenticationQuery() |
Appends and returns a new empty "AuthenticationQuery" element
|
AuthenticationQueryType |
AuthenticationQueryDocument.getAuthenticationQuery() |
Gets the "AuthenticationQuery" element
|
AuthenticationQueryType |
RequestType.getAuthenticationQuery() |
Gets the "AuthenticationQuery" element
|
static AuthenticationQueryType |
AuthenticationQueryType.Factory.newInstance() |
|
static AuthenticationQueryType |
AuthenticationQueryType.Factory.newInstance(XmlOptions options) |
|
static AuthenticationQueryType |
AuthenticationQueryType.Factory.parse(File file) |
|
static AuthenticationQueryType |
AuthenticationQueryType.Factory.parse(File file,
XmlOptions options) |
|
static AuthenticationQueryType |
AuthenticationQueryType.Factory.parse(InputStream is) |
|
static AuthenticationQueryType |
AuthenticationQueryType.Factory.parse(InputStream is,
XmlOptions options) |
|
static AuthenticationQueryType |
AuthenticationQueryType.Factory.parse(Reader r) |
|
static AuthenticationQueryType |
AuthenticationQueryType.Factory.parse(Reader r,
XmlOptions options) |
|
static AuthenticationQueryType |
AuthenticationQueryType.Factory.parse(String xmlAsString) |
|
static AuthenticationQueryType |
AuthenticationQueryType.Factory.parse(String xmlAsString,
XmlOptions options) |
|
static AuthenticationQueryType |
AuthenticationQueryType.Factory.parse(URL u) |
|
static AuthenticationQueryType |
AuthenticationQueryType.Factory.parse(URL u,
XmlOptions options) |
|
static AuthenticationQueryType |
AuthenticationQueryType.Factory.parse(XMLStreamReader sr) |
|
static AuthenticationQueryType |
AuthenticationQueryType.Factory.parse(XMLStreamReader sr,
XmlOptions options) |
|
static AuthenticationQueryType |
AuthenticationQueryType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) |
Deprecated.
|
static AuthenticationQueryType |
AuthenticationQueryType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
XmlOptions options) |
Deprecated.
|
static AuthenticationQueryType |
AuthenticationQueryType.Factory.parse(Node node) |
|
static AuthenticationQueryType |
AuthenticationQueryType.Factory.parse(Node node,
XmlOptions options) |
|