#include <saml/saml1/core/Protocols.h>
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. |
virtual Status* opensaml::saml1p::Status::cloneStatus | ( | ) | const [pure virtual] |
Type-specific clone method.
virtual StatusCode* opensaml::saml1p::Status::getStatusCode | ( | ) | const [pure virtual] |
Returns the StatusCode child.
virtual void opensaml::saml1p::Status::setStatusCode | ( | StatusCode * | child | ) | [pure virtual] |
Sets the StatusCode child.
virtual StatusMessage* opensaml::saml1p::Status::getStatusMessage | ( | ) | const [pure virtual] |
Returns the StatusMessage child.
virtual void opensaml::saml1p::Status::setStatusMessage | ( | StatusMessage * | child | ) | [pure virtual] |
Sets the StatusMessage child.
virtual StatusDetail* opensaml::saml1p::Status::getStatusDetail | ( | ) | const [pure virtual] |
Returns the StatusDetail child.
virtual void opensaml::saml1p::Status::setStatusDetail | ( | StatusDetail * | child | ) | [pure virtual] |
Sets the StatusDetail child.