#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. | |
| virtual StatusCode* opensaml::saml1p::StatusCode::cloneStatusCode | ( | ) | const [pure virtual] |
Type-specific clone method.
| virtual const xmltooling::QName* opensaml::saml1p::StatusCode::getValue | ( | ) | const [pure virtual] |
Returns the Value attribute.
| virtual void opensaml::saml1p::StatusCode::setValue | ( | const xmltooling::QName * | Value | ) | [pure virtual] |
Sets the Value attribute.
| virtual StatusCode* opensaml::saml1p::StatusCode::getStatusCode | ( | ) | const [pure virtual] |
Returns the StatusCode child.
| virtual void opensaml::saml1p::StatusCode::setStatusCode | ( | StatusCode * | child | ) | [pure virtual] |
Sets the StatusCode child.
1.5.6