#include <saml/saml2/metadata/Metadata.h>
Inheritance diagram for opensaml::saml2md::RequestedAttribute:
Public Member Functions | |
virtual RequestedAttribute * | cloneRequestedAttribute () const =0 |
Type-specific clone method. | |
bool | isRequired () const |
Returns the isRequired attribute or false if not set. | |
virtual xmlconstants::xmltooling_bool_t | getisRequired () const =0 |
Returns the isRequired attribute as an explicit enumerated value. | |
virtual void | isRequired (xmlconstants::xmltooling_bool_t value)=0 |
Sets the isRequired attribute using an enumerated value. | |
void | isRequired (bool value) |
Sets the isRequired attribute. | |
void | setisRequired (const XMLCh *value) |
Sets the isRequired attribute using a string constant. | |
Static Public Attributes | |
static const XMLCh | LOCAL_NAME [] |
Element local name. | |
static const XMLCh | ISREQUIRED_ATTRIB_NAME [] |
isRequired attribute name | |
static const XMLCh | TYPE_NAME [] |
RequestedAttributeType local name. |