#include <saml/saml2/core/Assertions.h>
Public Member Functions | |
virtual SubjectLocality * | cloneSubjectLocality () const =0 |
Type-specific clone method. | |
virtual const XMLCh * | getAddress () const =0 |
Returns the Address attribute. | |
virtual void | setAddress (const XMLCh *Address)=0 |
Sets the Address attribute. | |
virtual const XMLCh * | getDNSName () const =0 |
Returns the DNSName attribute. | |
virtual void | setDNSName (const XMLCh *DNSName)=0 |
Sets the DNSName attribute. | |
Static Public Attributes | |
static const XMLCh | LOCAL_NAME [] |
Element local name. | |
static const XMLCh | ADDRESS_ATTRIB_NAME [] |
Address attribute name. | |
static const XMLCh | DNSNAME_ATTRIB_NAME [] |
DNSName attribute name. | |
static const XMLCh | TYPE_NAME [] |
SubjectLocalityType local name. |