#include <saml/saml2/metadata/Metadata.h>

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. | |
| virtual EndpointType* opensaml::saml2md::EndpointType::cloneEndpointType | ( | ) | const [pure virtual] |
Type-specific clone method.
| virtual const XMLCh* opensaml::saml2md::EndpointType::getBinding | ( | ) | const [pure virtual] |
Returns the Binding attribute.
| virtual void opensaml::saml2md::EndpointType::setBinding | ( | const XMLCh * | Binding | ) | [pure virtual] |
Sets the Binding attribute.
| virtual const XMLCh* opensaml::saml2md::EndpointType::getLocation | ( | ) | const [pure virtual] |
Returns the Location attribute.
| virtual void opensaml::saml2md::EndpointType::setLocation | ( | const XMLCh * | Location | ) | [pure virtual] |
Sets the Location attribute.
| virtual const XMLCh* opensaml::saml2md::EndpointType::getResponseLocation | ( | ) | const [pure virtual] |
Returns the ResponseLocation attribute.
| virtual void opensaml::saml2md::EndpointType::setResponseLocation | ( | const XMLCh * | ResponseLocation | ) | [pure virtual] |
Sets the ResponseLocation attribute.
1.5.6