#include <saml/saml2/core/Protocols.h>
Public Member Functions | |
virtual IDPList * | cloneIDPList () const =0 |
Type-specific clone method. | |
virtual xmltooling::XMLObjectChildrenList< std::vector< IDPEntry * > > | getIDPEntrys ()=0 |
Returns modifiable IDPEntry collection. | |
virtual const std::vector< IDPEntry * > & | getIDPEntrys () const =0 |
Returns reference to immutable IDPEntry collection. | |
virtual GetComplete * | getGetComplete () const =0 |
Returns the GetComplete child. | |
virtual void | setGetComplete (GetComplete *child)=0 |
Sets the GetComplete child. | |
Static Public Attributes | |
static const XMLCh | LOCAL_NAME [] |
Element local name. | |
static const XMLCh | TYPE_NAME [] |
IDPListType local name. |