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 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.

Parameters:
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 .


Member Data Documentation

xml:lang attribute name.


The documentation for this class was generated from the following file:

Generated on Mon Apr 13 19:46:42 2020 for opensaml-3.1.0 by  doxygen 1.5.6