Interface AuthzDecisionQueryType

    • 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