Interface ResponseAbstractType

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

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

      • 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
      • getResponseID

        String getResponseID()
        Gets the "ResponseID" attribute
      • xgetResponseID

        IDType xgetResponseID()
        Gets (as xml) the "ResponseID" attribute
      • setResponseID

        void setResponseID​(String responseID)
        Sets the "ResponseID" attribute
      • xsetResponseID

        void xsetResponseID​(IDType responseID)
        Sets (as xml) the "ResponseID" attribute
      • getInResponseTo

        String getInResponseTo()
        Gets the "InResponseTo" attribute
      • xgetInResponseTo

        IDReferenceType xgetInResponseTo()
        Gets (as xml) the "InResponseTo" attribute
      • isSetInResponseTo

        boolean isSetInResponseTo()
        True if has "InResponseTo" attribute
      • setInResponseTo

        void setInResponseTo​(String inResponseTo)
        Sets the "InResponseTo" attribute
      • xsetInResponseTo

        void xsetInResponseTo​(IDReferenceType inResponseTo)
        Sets (as xml) the "InResponseTo" attribute
      • unsetInResponseTo

        void unsetInResponseTo()
        Unsets the "InResponseTo" 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
      • getRecipient

        String getRecipient()
        Gets the "Recipient" attribute
      • xgetRecipient

        XmlAnyURI xgetRecipient()
        Gets (as xml) the "Recipient" attribute
      • isSetRecipient

        boolean isSetRecipient()
        True if has "Recipient" attribute
      • setRecipient

        void setRecipient​(String recipient)
        Sets the "Recipient" attribute
      • xsetRecipient

        void xsetRecipient​(XmlAnyURI recipient)
        Sets (as xml) the "Recipient" attribute
      • unsetRecipient

        void unsetRecipient()
        Unsets the "Recipient" attribute