#include <saml/saml2/metadata/Metadata.h>
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. |
virtual RequestedAttribute* opensaml::saml2md::RequestedAttribute::cloneRequestedAttribute | ( | ) | const [pure virtual] |
Type-specific clone method.
bool opensaml::saml2md::RequestedAttribute::isRequired | ( | ) | const [inline] |
Returns the isRequired attribute or false if not set.
virtual xmlconstants::xmltooling_bool_t opensaml::saml2md::RequestedAttribute::getisRequired | ( | ) | const [pure virtual] |
Returns the isRequired attribute as an explicit enumerated value.
virtual void opensaml::saml2md::RequestedAttribute::isRequired | ( | xmlconstants::xmltooling_bool_t | value | ) | [pure virtual] |
Sets the isRequired attribute using an enumerated value.
void opensaml::saml2md::RequestedAttribute::isRequired | ( | bool | value | ) | [inline] |
Sets the isRequired attribute.
void opensaml::saml2md::RequestedAttribute::setisRequired | ( | const XMLCh * | value | ) | [inline] |
Sets the isRequired attribute using a string constant.