#include <saml/saml1/core/Assertions.h>

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. | |
| virtual AttributeDesignator* opensaml::saml1::AttributeDesignator::cloneAttributeDesignator | ( | ) | const [pure virtual] |
Type-specific clone method.
| virtual const XMLCh* opensaml::saml1::AttributeDesignator::getAttributeName | ( | ) | const [pure virtual] |
Returns the AttributeName attribute.
| virtual void opensaml::saml1::AttributeDesignator::setAttributeName | ( | const XMLCh * | AttributeName | ) | [pure virtual] |
Sets the AttributeName attribute.
| virtual const XMLCh* opensaml::saml1::AttributeDesignator::getAttributeNamespace | ( | ) | const [pure virtual] |
Returns the AttributeNamespace attribute.
| virtual void opensaml::saml1::AttributeDesignator::setAttributeNamespace | ( | const XMLCh * | AttributeNamespace | ) | [pure virtual] |
Sets the AttributeNamespace attribute.
1.5.6