#include <saml/saml2/core/Assertions.h>
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. |
virtual Attribute* opensaml::saml2::Attribute::cloneAttribute | ( | ) | const [pure virtual] |
Type-specific clone method.
virtual const XMLCh* opensaml::saml2::Attribute::getName | ( | ) | const [pure virtual] |
Returns the Name attribute.
virtual void opensaml::saml2::Attribute::setName | ( | const XMLCh * | Name | ) | [pure virtual] |
Sets the Name attribute.
virtual const XMLCh* opensaml::saml2::Attribute::getNameFormat | ( | ) | const [pure virtual] |
Returns the NameFormat attribute.
virtual void opensaml::saml2::Attribute::setNameFormat | ( | const XMLCh * | NameFormat | ) | [pure virtual] |
Sets the NameFormat attribute.
virtual const XMLCh* opensaml::saml2::Attribute::getFriendlyName | ( | ) | const [pure virtual] |
Returns the FriendlyName attribute.
virtual void opensaml::saml2::Attribute::setFriendlyName | ( | const XMLCh * | FriendlyName | ) | [pure virtual] |
Sets the FriendlyName attribute.
virtual xmltooling::XMLObjectChildrenList< std::vector< xmltooling::XMLObject *> > opensaml::saml2::Attribute::getAttributeValues | ( | ) | [pure virtual] |
Returns modifiable AttributeValue collection.
virtual const std::vector<xmltooling::XMLObject*>& opensaml::saml2::Attribute::getAttributeValues | ( | ) | const [pure virtual] |
Returns reference to immutable AttributeValue collection.