#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 Logo* opensaml::saml2md::Logo::cloneLogo | ( | ) | const [pure virtual] |
Type-specific clone method.
| virtual void opensaml::saml2md::Logo::setLang | ( | const XMLCh * | Lang | ) | [pure virtual] |
Sets the xml:lang attribute.
| Lang | the value to set |
| virtual std::pair<bool,int> opensaml::saml2md::Logo::getHeight | ( | ) | const [pure virtual] |
Returns the Height attribute after a NULL indicator.
| virtual void opensaml::saml2md::Logo::setHeight | ( | const XMLCh * | Height | ) | [pure virtual] |
Sets the Height attribute using a string value.
| virtual void opensaml::saml2md::Logo::setHeight | ( | int | Height | ) | [pure virtual] |
Sets the Height attribute.
| virtual std::pair<bool,int> opensaml::saml2md::Logo::getWidth | ( | ) | const [pure virtual] |
Returns the Width attribute after a NULL indicator.
| virtual void opensaml::saml2md::Logo::setWidth | ( | const XMLCh * | Width | ) | [pure virtual] |
Sets the Width attribute using a string value.
| virtual void opensaml::saml2md::Logo::setWidth | ( | int | Width | ) | [pure virtual] |
Sets the Width attribute.
| const XMLCh* opensaml::saml2md::Logo::getURL | ( | ) | const [inline] |
Returns URL .
| void opensaml::saml2md::Logo::setURL | ( | const XMLCh * | URL | ) | [inline] |
Sets or clears URL .
const XMLCh opensaml::saml2md::Logo::LANG_ATTRIB_NAME[] [static] |
xml:lang attribute name.
1.5.6