#include <saml/saml2/metadata/Metadata.h>
Inheritance diagram for opensaml::saml2md::EndpointType:
Public Member Functions | |
virtual EndpointType * | cloneEndpointType () const =0 |
Type-specific clone method. | |
virtual const XMLCh * | getBinding () const =0 |
Returns the Binding attribute. | |
virtual void | setBinding (const XMLCh *Binding)=0 |
Sets the Binding 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 * | getResponseLocation () const =0 |
Returns the ResponseLocation attribute. | |
virtual void | setResponseLocation (const XMLCh *ResponseLocation)=0 |
Sets the ResponseLocation attribute. | |
Static Public Attributes | |
static const XMLCh | LOCAL_NAME [] |
Element local name. | |
static const XMLCh | BINDING_ATTRIB_NAME [] |
Binding attribute name. | |
static const XMLCh | LOCATION_ATTRIB_NAME [] |
Location attribute name. | |
static const XMLCh | RESPONSELOCATION_ATTRIB_NAME [] |
ResponseLocation attribute name. | |
static const XMLCh | TYPE_NAME [] |
EndpointType local name. |