#include <saml/saml2/metadata/Metadata.h>
Public Member Functions | |
virtual UIInfo * | cloneUIInfo () const =0 |
Type-specific clone method. | |
virtual xmltooling::XMLObjectChildrenList < std::vector< DisplayName * > > | getDisplayNames ()=0 |
Returns modifiable DisplayName collection. | |
virtual const std::vector < DisplayName * > & | getDisplayNames () const =0 |
Returns reference to immutable DisplayName collection. | |
virtual xmltooling::XMLObjectChildrenList < std::vector< Description * > > | getDescriptions ()=0 |
Returns modifiable Description collection. | |
virtual const std::vector < Description * > & | getDescriptions () const =0 |
Returns reference to immutable Description collection. | |
virtual xmltooling::XMLObjectChildrenList < std::vector< Keywords * > > | getKeywordss ()=0 |
Returns modifiable Keywords collection. | |
virtual const std::vector < Keywords * > & | getKeywordss () const =0 |
Returns reference to immutable Keywords collection. | |
virtual xmltooling::XMLObjectChildrenList < std::vector< Logo * > > | getLogos ()=0 |
Returns modifiable Logo collection. | |
virtual const std::vector < Logo * > & | getLogos () const =0 |
Returns reference to immutable Logo collection. | |
virtual xmltooling::XMLObjectChildrenList < std::vector< InformationURL * > > | getInformationURLs ()=0 |
Returns modifiable InformationURL collection. | |
virtual const std::vector < InformationURL * > & | getInformationURLs () const =0 |
Returns reference to immutable InformationURL collection. | |
virtual xmltooling::XMLObjectChildrenList < std::vector < PrivacyStatementURL * > > | getPrivacyStatementURLs ()=0 |
Returns modifiable PrivacyStatementURL collection. | |
virtual const std::vector < PrivacyStatementURL * > & | getPrivacyStatementURLs () const =0 |
Returns reference to immutable PrivacyStatementURL collection. | |
Static Public Attributes | |
static const XMLCh | LOCAL_NAME [] |
Element local name. | |
static const XMLCh | TYPE_NAME [] |
UIInfoType local name. |
virtual UIInfo* opensaml::saml2md::UIInfo::cloneUIInfo | ( | ) | const [pure virtual] |
Type-specific clone method.
virtual xmltooling::XMLObjectChildrenList< std::vector< DisplayName *> > opensaml::saml2md::UIInfo::getDisplayNames | ( | ) | [pure virtual] |
Returns modifiable DisplayName collection.
virtual const std::vector< DisplayName *>& opensaml::saml2md::UIInfo::getDisplayNames | ( | ) | const [pure virtual] |
Returns reference to immutable DisplayName collection.
virtual xmltooling::XMLObjectChildrenList< std::vector< Description *> > opensaml::saml2md::UIInfo::getDescriptions | ( | ) | [pure virtual] |
Returns modifiable Description collection.
virtual const std::vector< Description *>& opensaml::saml2md::UIInfo::getDescriptions | ( | ) | const [pure virtual] |
Returns reference to immutable Description collection.
virtual xmltooling::XMLObjectChildrenList< std::vector< Keywords *> > opensaml::saml2md::UIInfo::getKeywordss | ( | ) | [pure virtual] |
Returns modifiable Keywords collection.
virtual const std::vector< Keywords *>& opensaml::saml2md::UIInfo::getKeywordss | ( | ) | const [pure virtual] |
Returns reference to immutable Keywords collection.
virtual xmltooling::XMLObjectChildrenList< std::vector< Logo *> > opensaml::saml2md::UIInfo::getLogos | ( | ) | [pure virtual] |
Returns modifiable Logo collection.
virtual const std::vector< Logo *>& opensaml::saml2md::UIInfo::getLogos | ( | ) | const [pure virtual] |
Returns reference to immutable Logo collection.
virtual xmltooling::XMLObjectChildrenList< std::vector< InformationURL *> > opensaml::saml2md::UIInfo::getInformationURLs | ( | ) | [pure virtual] |
Returns modifiable InformationURL collection.
virtual const std::vector< InformationURL *>& opensaml::saml2md::UIInfo::getInformationURLs | ( | ) | const [pure virtual] |
Returns reference to immutable InformationURL collection.
virtual xmltooling::XMLObjectChildrenList< std::vector< PrivacyStatementURL *> > opensaml::saml2md::UIInfo::getPrivacyStatementURLs | ( | ) | [pure virtual] |
Returns modifiable PrivacyStatementURL collection.
virtual const std::vector< PrivacyStatementURL *>& opensaml::saml2md::UIInfo::getPrivacyStatementURLs | ( | ) | const [pure virtual] |
Returns reference to immutable PrivacyStatementURL collection.