#include <saml/saml2/metadata/Metadata.h>
Public Member Functions | |
| virtual DiscoHints * | cloneDiscoHints () const =0 |
| Type-specific clone method. | |
|
virtual xmltooling::XMLObjectChildrenList< std::vector< IPHint * > > | getIPHints ()=0 |
| Returns modifiable IPHint collection. | |
|
virtual const std::vector< IPHint * > & | getIPHints () const =0 |
| Returns reference to immutable IPHint collection. | |
|
virtual xmltooling::XMLObjectChildrenList< std::vector< DomainHint * > > | getDomainHints ()=0 |
| Returns modifiable DomainHint collection. | |
|
virtual const std::vector< DomainHint * > & | getDomainHints () const =0 |
| Returns reference to immutable DomainHint collection. | |
|
virtual xmltooling::XMLObjectChildrenList< std::vector< GeolocationHint * > > | getGeolocationHints ()=0 |
| Returns modifiable GeolocationHint collection. | |
|
virtual const std::vector< GeolocationHint * > & | getGeolocationHints () const =0 |
| Returns reference to immutable GeolocationHint collection. | |
Static Public Attributes | |
| static const XMLCh | LOCAL_NAME [] |
| Element local name. | |
| static const XMLCh | TYPE_NAME [] |
| DiscoHintsType local name. | |
1.4.7