#include <saml/saml1/core/Assertions.h>
Public Member Functions | |
virtual AttributeStatement * | cloneAttributeStatement () const =0 |
Type-specific clone method. | |
virtual xmltooling::XMLObjectChildrenList < std::vector< Attribute * > > | getAttributes ()=0 |
Returns modifiable Attribute collection. | |
virtual const std::vector < Attribute * > & | getAttributes () const =0 |
Returns reference to immutable Attribute collection. | |
Static Public Attributes | |
static const XMLCh | LOCAL_NAME [] |
Element local name. | |
static const XMLCh | TYPE_NAME [] |
AttributeStatementType local name. |
virtual AttributeStatement* opensaml::saml1::AttributeStatement::cloneAttributeStatement | ( | ) | const [pure virtual] |
Type-specific clone method.
virtual xmltooling::XMLObjectChildrenList< std::vector< Attribute *> > opensaml::saml1::AttributeStatement::getAttributes | ( | ) | [pure virtual] |
Returns modifiable Attribute collection.
virtual const std::vector< Attribute *>& opensaml::saml1::AttributeStatement::getAttributes | ( | ) | const [pure virtual] |
Returns reference to immutable Attribute collection.