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