#include <saml/saml1/core/Assertions.h>
Public Member Functions | |
virtual AssertionIDReference * | cloneAssertionIDReference () const =0 |
Type-specific clone method. | |
const XMLCh * | getAssertionID () const |
Returns AssertionID . | |
void | setAssertionID (const XMLCh *AssertionID) |
Sets or clears AssertionID . | |
Static Public Attributes | |
static const XMLCh | LOCAL_NAME [] |
Element local name. |
virtual AssertionIDReference* opensaml::saml1::AssertionIDReference::cloneAssertionIDReference | ( | ) | const [pure virtual] |
Type-specific clone method.
const XMLCh* opensaml::saml1::AssertionIDReference::getAssertionID | ( | ) | const [inline] |
Returns AssertionID .
void opensaml::saml1::AssertionIDReference::setAssertionID | ( | const XMLCh * | AssertionID | ) | [inline] |
Sets or clears AssertionID .