#include <saml/saml1/core/Protocols.h>
Public Member Functions | |
virtual StatusCode * | cloneStatusCode () const =0 |
Type-specific clone method. | |
virtual const xmltooling::QName * | getValue () const =0 |
Returns the Value attribute. | |
virtual void | setValue (const xmltooling::QName *Value)=0 |
Sets the Value attribute. | |
virtual StatusCode * | getStatusCode () const =0 |
Returns the StatusCode child. | |
virtual void | setStatusCode (StatusCode *child)=0 |
Sets the StatusCode child. | |
Static Public Attributes | |
static const XMLCh | LOCAL_NAME [] |
Element local name. | |
static const XMLCh | VALUE_ATTRIB_NAME [] |
Value attribute name. | |
static const XMLCh | TYPE_NAME [] |
StatusCodeType local name. | |
static xmltooling::QName | SUCCESS |
Success Status Code. | |
static xmltooling::QName | REQUESTER |
Requester Error Status Code. | |
static xmltooling::QName | RESPONDER |
Responder Error Status Code. | |
static xmltooling::QName | VERSIONMISMATCH |
Version Mismatch Error Status Code. |