#include <saml/saml1/core/Assertions.h>
Public Member Functions | |
virtual SubjectLocality * | cloneSubjectLocality () const =0 |
Type-specific clone method. | |
virtual const XMLCh * | getIPAddress () const =0 |
Returns the IPAddress attribute. | |
virtual void | setIPAddress (const XMLCh *IPAddress)=0 |
Sets the IPAddress attribute. | |
virtual const XMLCh * | getDNSAddress () const =0 |
Returns the DNSAddress attribute. | |
virtual void | setDNSAddress (const XMLCh *DNSAddress)=0 |
Sets the DNSAddress attribute. | |
Static Public Attributes | |
static const XMLCh | LOCAL_NAME [] |
Element local name. | |
static const XMLCh | IPADDRESS_ATTRIB_NAME [] |
IPAddress attribute name. | |
static const XMLCh | DNSADDRESS_ATTRIB_NAME [] |
DNSAddress attribute name. | |
static const XMLCh | TYPE_NAME [] |
SubjectLocalityType local name. |