#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. |
virtual AuthorityBinding* opensaml::saml1::AuthorityBinding::cloneAuthorityBinding | ( | ) | const [pure virtual] |
Type-specific clone method.
virtual const xmltooling::QName* opensaml::saml1::AuthorityBinding::getAuthorityKind | ( | ) | const [pure virtual] |
Returns the AuthorityKind attribute.
virtual void opensaml::saml1::AuthorityBinding::setAuthorityKind | ( | const xmltooling::QName * | AuthorityKind | ) | [pure virtual] |
Sets the AuthorityKind attribute.
virtual const XMLCh* opensaml::saml1::AuthorityBinding::getLocation | ( | ) | const [pure virtual] |
Returns the Location attribute.
virtual void opensaml::saml1::AuthorityBinding::setLocation | ( | const XMLCh * | Location | ) | [pure virtual] |
Sets the Location attribute.
virtual const XMLCh* opensaml::saml1::AuthorityBinding::getBinding | ( | ) | const [pure virtual] |
Returns the Binding attribute.
virtual void opensaml::saml1::AuthorityBinding::setBinding | ( | const XMLCh * | Binding | ) | [pure virtual] |
Sets the Binding attribute.