AuthzDecisionStatementType |
AssertionType.addNewAuthzDecisionStatement() |
Appends and returns a new empty value (as xml) as the last "AuthzDecisionStatement" element
|
AuthzDecisionStatementType |
AuthzDecisionStatementDocument.addNewAuthzDecisionStatement() |
Appends and returns a new empty "AuthzDecisionStatement" element
|
AuthzDecisionStatementType |
AuthzDecisionStatementDocument.getAuthzDecisionStatement() |
Gets the "AuthzDecisionStatement" element
|
AuthzDecisionStatementType[] |
AssertionType.getAuthzDecisionStatementArray() |
Gets array of all "AuthzDecisionStatement" elements
|
AuthzDecisionStatementType |
AssertionType.getAuthzDecisionStatementArray(int i) |
Gets ith "AuthzDecisionStatement" element
|
AuthzDecisionStatementType |
AssertionType.insertNewAuthzDecisionStatement(int i) |
Inserts and returns a new empty value (as xml) as the ith "AuthzDecisionStatement" element
|
static AuthzDecisionStatementType |
AuthzDecisionStatementType.Factory.newInstance() |
|
static AuthzDecisionStatementType |
AuthzDecisionStatementType.Factory.newInstance(XmlOptions options) |
|
static AuthzDecisionStatementType |
AuthzDecisionStatementType.Factory.parse(File file) |
|
static AuthzDecisionStatementType |
AuthzDecisionStatementType.Factory.parse(File file,
XmlOptions options) |
|
static AuthzDecisionStatementType |
AuthzDecisionStatementType.Factory.parse(InputStream is) |
|
static AuthzDecisionStatementType |
AuthzDecisionStatementType.Factory.parse(InputStream is,
XmlOptions options) |
|
static AuthzDecisionStatementType |
AuthzDecisionStatementType.Factory.parse(Reader r) |
|
static AuthzDecisionStatementType |
AuthzDecisionStatementType.Factory.parse(Reader r,
XmlOptions options) |
|
static AuthzDecisionStatementType |
AuthzDecisionStatementType.Factory.parse(String xmlAsString) |
|
static AuthzDecisionStatementType |
AuthzDecisionStatementType.Factory.parse(String xmlAsString,
XmlOptions options) |
|
static AuthzDecisionStatementType |
AuthzDecisionStatementType.Factory.parse(URL u) |
|
static AuthzDecisionStatementType |
AuthzDecisionStatementType.Factory.parse(URL u,
XmlOptions options) |
|
static AuthzDecisionStatementType |
AuthzDecisionStatementType.Factory.parse(XMLStreamReader sr) |
|
static AuthzDecisionStatementType |
AuthzDecisionStatementType.Factory.parse(XMLStreamReader sr,
XmlOptions options) |
|
static AuthzDecisionStatementType |
AuthzDecisionStatementType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) |
Deprecated.
|
static AuthzDecisionStatementType |
AuthzDecisionStatementType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
XmlOptions options) |
Deprecated.
|
static AuthzDecisionStatementType |
AuthzDecisionStatementType.Factory.parse(Node node) |
|
static AuthzDecisionStatementType |
AuthzDecisionStatementType.Factory.parse(Node node,
XmlOptions options) |
|