#include <saml/saml2/core/Protocols.h>
Inheritance diagram for opensaml::saml2p::Status:
Public Member Functions | |
virtual Status * | cloneStatus () const =0 |
Type-specific clone method. | |
virtual StatusCode * | getStatusCode () const =0 |
Returns the StatusCode child. | |
virtual void | setStatusCode (StatusCode *child)=0 |
Sets the StatusCode child. | |
virtual StatusMessage * | getStatusMessage () const =0 |
Returns the StatusMessage child. | |
virtual void | setStatusMessage (StatusMessage *child)=0 |
Sets the StatusMessage child. | |
virtual StatusDetail * | getStatusDetail () const =0 |
Returns the StatusDetail child. | |
virtual void | setStatusDetail (StatusDetail *child)=0 |
Sets the StatusDetail child. | |
Static Public Attributes | |
static const XMLCh | LOCAL_NAME [] |
Element local name. | |
static const XMLCh | TYPE_NAME [] |
StatusType local name. |