Class ResponseImpl

    • Constructor Detail

      • ResponseImpl

        protected ResponseImpl​(String namespaceURI,
                               String elementLocalName,
                               String namespacePrefix)
        Constructor.
        Parameters:
        namespaceURI - the namespace the element is in
        elementLocalName - the local name of the XML element this Object represents
        namespacePrefix - the prefix for the given namespace
    • Method Detail

      • getAssertions

        public List<Assertion> getAssertions()
        Return the objects representing the Assertion (element).
        Specified by:
        getAssertions in interface Response
        Returns:
        the Assertion objects
      • getStatus

        public Status getStatus()
        Return the object representing the Status (element).
        Specified by:
        getStatus in interface Response
        Returns:
        the Status
      • setStatus

        public void setStatus​(Status s)
        Set the object representing the Status (element).
        Specified by:
        setStatus in interface Response
        Parameters:
        s - what to set