#include <saml/saml1/core/Protocols.h>
Public Member Functions | |
| virtual RespondWith * | cloneRespondWith () const =0 |
| Type-specific clone method. | |
| virtual xmltooling::QName * | getQName () const =0 |
| Gets the QName content of the element. | |
| virtual void | setQName (const xmltooling::QName *qname)=0 |
| Sets the QName content of the element. | |
Static Public Attributes | |
| static const XMLCh | LOCAL_NAME [] |
| Element local name. | |
| virtual RespondWith* opensaml::saml1p::RespondWith::cloneRespondWith | ( | ) | const [pure virtual] |
Type-specific clone method.
| virtual xmltooling::QName* opensaml::saml1p::RespondWith::getQName | ( | ) | const [pure virtual] |
Gets the QName content of the element.
| virtual void opensaml::saml1p::RespondWith::setQName | ( | const xmltooling::QName * | qname | ) | [pure virtual] |
Sets the QName content of the element.
1.5.6