#include <saml/saml1/core/Assertions.h>
Public Member Functions | |
virtual Advice * | cloneAdvice () const =0 |
Type-specific clone method. | |
virtual xmltooling::XMLObjectChildrenList< std::vector< AssertionIDReference * > > | getAssertionIDReferences ()=0 |
Returns modifiable AssertionIDReference collection. | |
virtual const std::vector< AssertionIDReference * > & | getAssertionIDReferences () const =0 |
Returns reference to immutable AssertionIDReference collection. | |
virtual xmltooling::XMLObjectChildrenList< std::vector< Assertion * > > | getAssertions ()=0 |
Returns modifiable Assertion collection. | |
virtual const std::vector< Assertion * > & | getAssertions () const =0 |
Returns reference to immutable Assertion collection. | |
Static Public Attributes | |
static const XMLCh | LOCAL_NAME [] |
Element local name. | |
static const XMLCh | TYPE_NAME [] |
AdviceType local name. |