#include <saml/saml2/metadata/Metadata.h>
Public Member Functions | |
virtual Logo * | cloneLogo () const =0 |
Type-specific clone method. | |
virtual void | setLang (const XMLCh *Lang)=0 |
Sets the xml:lang attribute. | |
virtual std::pair< bool, int > | getHeight () const =0 |
Returns the Height attribute after a NULL indicator. | |
virtual void | setHeight (const XMLCh *Height)=0 |
Sets the Height attribute using a string value. | |
virtual void | setHeight (int Height)=0 |
Sets the Height attribute. | |
virtual std::pair< bool, int > | getWidth () const =0 |
Returns the Width attribute after a NULL indicator. | |
virtual void | setWidth (const XMLCh *Width)=0 |
Sets the Width attribute using a string value. | |
virtual void | setWidth (int Width)=0 |
Sets the Width attribute. | |
const XMLCh * | getURL () const |
Returns URL . | |
void | setURL (const XMLCh *URL) |
Sets or clears URL . | |
Static Public Attributes | |
static const XMLCh | LOCAL_NAME [] |
Element local name. | |
static const XMLCh | LANG_ATTRIB_NAME [] |
xml:lang attribute name. | |
static const XMLCh | HEIGHT_ATTRIB_NAME [] |
Height attribute name. | |
static const XMLCh | WIDTH_ATTRIB_NAME [] |
Width attribute name. | |
static const XMLCh | TYPE_NAME [] |
LogoType local name. |
virtual void opensaml::saml2md::Logo::setLang | ( | const XMLCh * | Lang | ) | [pure virtual] |
Sets the xml:lang attribute.
Lang | the value to set |