Interface RequestAbstractType

  • All Superinterfaces:
    XmlObject, XmlTokenSource
    All Known Subinterfaces:
    RequestType

    public interface RequestAbstractType
    extends XmlObject
    An XML RequestAbstractType(@urn:oasis:names:tc:SAML:1.0:protocol). This is a complex type.
    • Method Detail

      • getRespondWithArray

        QName[] getRespondWithArray()
        Gets array of all "RespondWith" elements
      • getRespondWithArray

        QName getRespondWithArray​(int i)
        Gets ith "RespondWith" element
      • xgetRespondWithArray

        XmlQName[] xgetRespondWithArray()
        Gets (as xml) array of all "RespondWith" elements
      • xgetRespondWithArray

        XmlQName xgetRespondWithArray​(int i)
        Gets (as xml) ith "RespondWith" element
      • sizeOfRespondWithArray

        int sizeOfRespondWithArray()
        Returns number of "RespondWith" element
      • setRespondWithArray

        void setRespondWithArray​(QName[] respondWithArray)
        Sets array of all "RespondWith" element
      • setRespondWithArray

        void setRespondWithArray​(int i,
                                 QName respondWith)
        Sets ith "RespondWith" element
      • xsetRespondWithArray

        void xsetRespondWithArray​(XmlQName[] respondWithArray)
        Sets (as xml) array of all "RespondWith" element
      • xsetRespondWithArray

        void xsetRespondWithArray​(int i,
                                  XmlQName respondWith)
        Sets (as xml) ith "RespondWith" element
      • insertRespondWith

        void insertRespondWith​(int i,
                               QName respondWith)
        Inserts the value as the ith "RespondWith" element
      • addRespondWith

        void addRespondWith​(QName respondWith)
        Appends the value as the last "RespondWith" element
      • insertNewRespondWith

        XmlQName insertNewRespondWith​(int i)
        Inserts and returns a new empty value (as xml) as the ith "RespondWith" element
      • addNewRespondWith

        XmlQName addNewRespondWith()
        Appends and returns a new empty value (as xml) as the last "RespondWith" element
      • removeRespondWith

        void removeRespondWith​(int i)
        Removes the ith "RespondWith" element
      • getSignature

        SignatureType getSignature()
        Gets the "Signature" element
      • isSetSignature

        boolean isSetSignature()
        True if has "Signature" element
      • setSignature

        void setSignature​(SignatureType signature)
        Sets the "Signature" element
      • addNewSignature

        SignatureType addNewSignature()
        Appends and returns a new empty "Signature" element
      • unsetSignature

        void unsetSignature()
        Unsets the "Signature" element
      • getRequestID

        String getRequestID()
        Gets the "RequestID" attribute
      • xgetRequestID

        IDType xgetRequestID()
        Gets (as xml) the "RequestID" attribute
      • setRequestID

        void setRequestID​(String requestID)
        Sets the "RequestID" attribute
      • xsetRequestID

        void xsetRequestID​(IDType requestID)
        Sets (as xml) the "RequestID" attribute
      • getMajorVersion

        BigInteger getMajorVersion()
        Gets the "MajorVersion" attribute
      • xgetMajorVersion

        XmlInteger xgetMajorVersion()
        Gets (as xml) the "MajorVersion" attribute
      • setMajorVersion

        void setMajorVersion​(BigInteger majorVersion)
        Sets the "MajorVersion" attribute
      • xsetMajorVersion

        void xsetMajorVersion​(XmlInteger majorVersion)
        Sets (as xml) the "MajorVersion" attribute
      • getMinorVersion

        BigInteger getMinorVersion()
        Gets the "MinorVersion" attribute
      • xgetMinorVersion

        XmlInteger xgetMinorVersion()
        Gets (as xml) the "MinorVersion" attribute
      • setMinorVersion

        void setMinorVersion​(BigInteger minorVersion)
        Sets the "MinorVersion" attribute
      • xsetMinorVersion

        void xsetMinorVersion​(XmlInteger minorVersion)
        Sets (as xml) the "MinorVersion" attribute
      • getIssueInstant

        Calendar getIssueInstant()
        Gets the "IssueInstant" attribute
      • xgetIssueInstant

        XmlDateTime xgetIssueInstant()
        Gets (as xml) the "IssueInstant" attribute
      • setIssueInstant

        void setIssueInstant​(Calendar issueInstant)
        Sets the "IssueInstant" attribute
      • xsetIssueInstant

        void xsetIssueInstant​(XmlDateTime issueInstant)
        Sets (as xml) the "IssueInstant" attribute