opensaml::saml2md::Logo Class Reference

SAML Metadata Extension for Login UI Logo element. More...

#include <saml/saml2/metadata/Metadata.h>

List of all members.

Public Member Functions

virtual LogocloneLogo () 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.


Detailed Description

SAML Metadata Extension for Login UI Logo element.


Member Function Documentation

virtual void opensaml::saml2md::Logo::setLang ( const XMLCh *  Lang  )  [pure virtual]

Sets the xml:lang attribute.

Parameters:
Lang the value to set


The documentation for this class was generated from the following file:
Generated on 19 Dec 2018 for opensaml-3.0.0 by  doxygen 1.4.7