Interface AuthzDecisionQueryType
-
- All Superinterfaces:
RequestAbstractType,SubjectQueryAbstractType,XmlObject,XmlTokenSource
public interface AuthzDecisionQueryType extends SubjectQueryAbstractType
An XML AuthzDecisionQueryType(@urn:oasis:names:tc:SAML:2.0:protocol). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classAuthzDecisionQueryType.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" elementEvidenceTypegetEvidence()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" elementvoidsetEvidence(EvidenceType evidence)Sets the "Evidence" elementvoidsetResource(String resource)Sets the "Resource" attributeintsizeOfActionArray()Returns number of "Action" elementvoidunsetEvidence()Unsets the "Evidence" elementXmlAnyURIxgetResource()Gets (as xml) the "Resource" attributevoidxsetResource(XmlAnyURI resource)Sets (as xml) the "Resource" attribute-
Methods inherited from interface org.sourceid.saml20.xmlbinding.protocol.RequestAbstractType
addNewExtensions, addNewIssuer, addNewSignature, getConsent, getDestination, getExtensions, getID, getIssueInstant, getIssuer, getSignature, getVersion, isSetConsent, isSetDestination, isSetExtensions, isSetIssuer, isSetSignature, setConsent, setDestination, setExtensions, setID, setIssueInstant, setIssuer, setSignature, setVersion, unsetConsent, unsetDestination, unsetExtensions, unsetIssuer, unsetSignature, xgetConsent, xgetDestination, xgetID, xgetIssueInstant, xgetVersion, xsetConsent, xsetDestination, xsetID, xsetIssueInstant, xsetVersion
-
Methods inherited from interface org.sourceid.saml20.xmlbinding.protocol.SubjectQueryAbstractType
addNewSubject, getSubject, setSubject
-
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
-
-