#include <saml/saml1/core/Protocols.h>
Inheritance diagram for opensaml::saml1p::ResponseAbstractType:

Public Member Functions | |
| virtual ResponseAbstractType * | cloneResponseAbstractType () const =0 |
| Type-specific clone method. | |
| virtual std::pair< bool, int > | getMinorVersion () const =0 |
| Returns the MinorVersion attribute after a NULL indicator. | |
| virtual void | setMinorVersion (const XMLCh *MinorVersion)=0 |
| Sets the MinorVersion attribute using a string value. | |
| virtual void | setMinorVersion (int MinorVersion)=0 |
| Sets the MinorVersion attribute. | |
| virtual const XMLCh * | getResponseID () const =0 |
| Returns the ResponseID attribute. | |
| virtual void | setResponseID (const XMLCh *ResponseID)=0 |
| Sets the ResponseID attribute. | |
| virtual const XMLCh * | getInResponseTo () const =0 |
| Returns the InResponseTo attribute. | |
| virtual void | setInResponseTo (const XMLCh *InResponseTo)=0 |
| Sets the InResponseTo attribute. | |
| virtual void | setIssueInstant (const xercesc::XMLDateTime *IssueInstant)=0 |
| Sets the IssueInstant attribute. | |
| virtual void | setIssueInstant (time_t IssueInstant)=0 |
| Sets the IssueInstant attribute. | |
| virtual void | setIssueInstant (const XMLCh *IssueInstant)=0 |
| Sets the IssueInstant attribute. | |
| virtual const XMLCh * | getRecipient () const =0 |
| Returns the Recipient attribute. | |
| virtual void | setRecipient (const XMLCh *Recipient)=0 |
| Sets the Recipient attribute. | |
Static Public Attributes | |
| static const XMLCh | LOCAL_NAME [] |
| Element local name. | |
| static const XMLCh | MINORVERSION_ATTRIB_NAME [] |
| MinorVersion attribute name. | |
| static const XMLCh | RESPONSEID_ATTRIB_NAME [] |
| ResponseID attribute name. | |
| static const XMLCh | INRESPONSETO_ATTRIB_NAME [] |
| InResponseTo attribute name. | |
| static const XMLCh | ISSUEINSTANT_ATTRIB_NAME [] |
| IssueInstant attribute name. | |
| static const XMLCh | RECIPIENT_ATTRIB_NAME [] |
| Recipient attribute name. | |
| static const XMLCh | TYPE_NAME [] |
| ResponseAbstractType local name. | |
1.4.7