#include <saml/saml1/core/Assertions.h>
Inheritance diagram for opensaml::saml1::AttributeDesignator:

Public Member Functions | |
| virtual AttributeDesignator * | cloneAttributeDesignator () const =0 |
| Type-specific clone method. | |
| virtual const XMLCh * | getAttributeName () const =0 |
| Returns the AttributeName attribute. | |
| virtual void | setAttributeName (const XMLCh *AttributeName)=0 |
| Sets the AttributeName attribute. | |
| virtual const XMLCh * | getAttributeNamespace () const =0 |
| Returns the AttributeNamespace attribute. | |
| virtual void | setAttributeNamespace (const XMLCh *AttributeNamespace)=0 |
| Sets the AttributeNamespace attribute. | |
Static Public Attributes | |
| static const XMLCh | LOCAL_NAME [] |
| Element local name. | |
| static const XMLCh | ATTRIBUTENAME_ATTRIB_NAME [] |
| AttributeName attribute name. | |
| static const XMLCh | ATTRIBUTENAMESPACE_ATTRIB_NAME [] |
| AttributeNamespace attribute name. | |
| static const XMLCh | TYPE_NAME [] |
| AttributeDesignatorType local name. | |
1.4.7