#include <saml/saml2/core/Assertions.h>
Inheritance diagram for opensaml::saml2::Attribute:
Public Member Functions | |
virtual Attribute * | cloneAttribute () const =0 |
Type-specific clone method. | |
virtual const XMLCh * | getName () const =0 |
Returns the Name attribute. | |
virtual void | setName (const XMLCh *Name)=0 |
Sets the Name attribute. | |
virtual const XMLCh * | getNameFormat () const =0 |
Returns the NameFormat attribute. | |
virtual void | setNameFormat (const XMLCh *NameFormat)=0 |
Sets the NameFormat attribute. | |
virtual const XMLCh * | getFriendlyName () const =0 |
Returns the FriendlyName attribute. | |
virtual void | setFriendlyName (const XMLCh *FriendlyName)=0 |
Sets the FriendlyName attribute. | |
virtual xmltooling::XMLObjectChildrenList< std::vector< xmltooling::XMLObject * > > | getAttributeValues ()=0 |
Returns modifiable AttributeValue collection. | |
virtual const std::vector< xmltooling::XMLObject * > & | getAttributeValues () const =0 |
Returns reference to immutable AttributeValue collection. | |
Static Public Attributes | |
static const XMLCh | LOCAL_NAME [] |
Element local name. | |
static const XMLCh | NAME_ATTRIB_NAME [] |
Name attribute name. | |
static const XMLCh | NAMEFORMAT_ATTRIB_NAME [] |
NameFormat attribute name. | |
static const XMLCh | FRIENDLYNAME_ATTRIB_NAME [] |
FriendlyName attribute name. | |
static const XMLCh | TYPE_NAME [] |
AttributeType local name. | |
static const XMLCh | UNSPECIFIED [] |
Unspecified attribute name format ID. | |
static const XMLCh | URI_REFERENCE [] |
URI reference attribute name format ID. | |
static const XMLCh | BASIC [] |
Basic attribute name format ID. |