#include <saml/saml1/core/Assertions.h>
Public Member Functions | |
virtual AuthorityBinding * | cloneAuthorityBinding () const =0 |
Type-specific clone method. | |
virtual const xmltooling::QName * | getAuthorityKind () const =0 |
Returns the AuthorityKind attribute. | |
virtual void | setAuthorityKind (const xmltooling::QName *AuthorityKind)=0 |
Sets the AuthorityKind attribute. | |
virtual const XMLCh * | getLocation () const =0 |
Returns the Location attribute. | |
virtual void | setLocation (const XMLCh *Location)=0 |
Sets the Location attribute. | |
virtual const XMLCh * | getBinding () const =0 |
Returns the Binding attribute. | |
virtual void | setBinding (const XMLCh *Binding)=0 |
Sets the Binding attribute. | |
Static Public Attributes | |
static const XMLCh | LOCAL_NAME [] |
Element local name. | |
static const XMLCh | AUTHORITYKIND_ATTRIB_NAME [] |
AuthorityKind attribute name. | |
static const XMLCh | LOCATION_ATTRIB_NAME [] |
Location attribute name. | |
static const XMLCh | BINDING_ATTRIB_NAME [] |
Binding attribute name. | |
static const XMLCh | TYPE_NAME [] |
AuthorityBindingType local name. |