#include <saml/saml2/core/Protocols.h>
Inheritance diagram for opensaml::saml2p::StatusResponseType:

Public Member Functions | |
| virtual StatusResponseType * | cloneStatusResponseType () const =0 |
| Type-specific clone method. | |
| virtual void | setID (const XMLCh *ID)=0 |
| Sets the ID attribute. | |
| virtual const XMLCh * | getInResponseTo () const =0 |
| Returns the InResponseTo attribute. | |
| virtual void | setInResponseTo (const XMLCh *InResponseTo)=0 |
| Sets the InResponseTo attribute. | |
| virtual void | setVersion (const XMLCh *Version)=0 |
| Sets the Version 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 * | getDestination () const =0 |
| Returns the Destination attribute. | |
| virtual void | setDestination (const XMLCh *Destination)=0 |
| Sets the Destination attribute. | |
| virtual const XMLCh * | getConsent () const =0 |
| Returns the Consent attribute. | |
| virtual void | setConsent (const XMLCh *Consent)=0 |
| Sets the Consent attribute. | |
| virtual void | setIssuer (saml2::Issuer *child)=0 |
| Sets the Issuer child. | |
| virtual Extensions * | getExtensions () const =0 |
| Returns the Extensions child. | |
| virtual void | setExtensions (Extensions *child)=0 |
| Sets the Extensions child. | |
| virtual Status * | getStatus () const =0 |
| Returns the Status child. | |
| virtual void | setStatus (Status *child)=0 |
| Sets the Status child. | |
Static Public Attributes | |
| static const XMLCh | LOCAL_NAME [] |
| Element local name. | |
| static const XMLCh | ID_ATTRIB_NAME [] |
| ID attribute name. | |
| static const XMLCh | INRESPONSETO_ATTRIB_NAME [] |
| InResponseTo attribute name. | |
| static const XMLCh | VER_ATTRIB_NAME [] |
| Version attribute name. | |
| static const XMLCh | ISSUEINSTANT_ATTRIB_NAME [] |
| IssueInstant attribute name. | |
| static const XMLCh | DESTINATION_ATTRIB_NAME [] |
| Destination attribute name. | |
| static const XMLCh | CONSENT_ATTRIB_NAME [] |
| Consent attribute name. | |
| static const XMLCh | TYPE_NAME [] |
| StatusResponseType local name. | |
1.4.7