Interface AuthzDecisionStatementType
-
- All Superinterfaces:
StatementAbstractType,XmlObject,XmlTokenSource
public interface AuthzDecisionStatementType extends StatementAbstractType
An XML AuthzDecisionStatementType(@urn:oasis:names:tc:SAML:2.0:assertion). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classAuthzDecisionStatementType.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaTypetype-
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ActionTypeaddNewAction()Appends and returns a new empty value (as xml) as the last "Action" elementEvidenceTypeaddNewEvidence()Appends and returns a new empty "Evidence" elementActionType[]getActionArray()Gets array of all "Action" elementsActionTypegetActionArray(int i)Gets ith "Action" elementDecisionType.EnumgetDecision()Gets the "Decision" attributeEvidenceTypegetEvidence()Gets the "Evidence" elementStringgetResource()Gets the "Resource" attributeActionTypeinsertNewAction(int i)Inserts and returns a new empty value (as xml) as the ith "Action" elementbooleanisSetEvidence()True if has "Evidence" elementvoidremoveAction(int i)Removes the ith "Action" elementvoidsetActionArray(int i, ActionType action)Sets ith "Action" elementvoidsetActionArray(ActionType[] actionArray)Sets array of all "Action" elementvoidsetDecision(DecisionType.Enum decision)Sets the "Decision" attributevoidsetEvidence(EvidenceType evidence)Sets the "Evidence" elementvoidsetResource(String resource)Sets the "Resource" attributeintsizeOfActionArray()Returns number of "Action" elementvoidunsetEvidence()Unsets the "Evidence" elementDecisionTypexgetDecision()Gets (as xml) the "Decision" attributeXmlAnyURIxgetResource()Gets (as xml) the "Resource" attributevoidxsetDecision(DecisionType decision)Sets (as xml) the "Decision" attributevoidxsetResource(XmlAnyURI resource)Sets (as xml) the "Resource" attribute-
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
-
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
type
static final SchemaType type
-
-
Method Detail
-
getActionArray
ActionType[] getActionArray()
Gets array of all "Action" elements
-
getActionArray
ActionType getActionArray(int i)
Gets ith "Action" element
-
sizeOfActionArray
int sizeOfActionArray()
Returns number of "Action" element
-
setActionArray
void setActionArray(ActionType[] actionArray)
Sets array of all "Action" element
-
setActionArray
void setActionArray(int i, ActionType action)Sets ith "Action" element
-
insertNewAction
ActionType insertNewAction(int i)
Inserts and returns a new empty value (as xml) as the ith "Action" element
-
addNewAction
ActionType addNewAction()
Appends and returns a new empty value (as xml) as the last "Action" element
-
removeAction
void removeAction(int i)
Removes the ith "Action" element
-
getEvidence
EvidenceType getEvidence()
Gets the "Evidence" element
-
isSetEvidence
boolean isSetEvidence()
True if has "Evidence" element
-
setEvidence
void setEvidence(EvidenceType evidence)
Sets the "Evidence" element
-
addNewEvidence
EvidenceType addNewEvidence()
Appends and returns a new empty "Evidence" element
-
unsetEvidence
void unsetEvidence()
Unsets the "Evidence" element
-
getResource
String getResource()
Gets the "Resource" attribute
-
xgetResource
XmlAnyURI xgetResource()
Gets (as xml) the "Resource" attribute
-
setResource
void setResource(String resource)
Sets the "Resource" attribute
-
xsetResource
void xsetResource(XmlAnyURI resource)
Sets (as xml) the "Resource" attribute
-
getDecision
DecisionType.Enum getDecision()
Gets the "Decision" attribute
-
xgetDecision
DecisionType xgetDecision()
Gets (as xml) the "Decision" attribute
-
setDecision
void setDecision(DecisionType.Enum decision)
Sets the "Decision" attribute
-
xsetDecision
void xsetDecision(DecisionType decision)
Sets (as xml) the "Decision" attribute
-
-