#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. |
virtual SubjectLocality* opensaml::saml2::SubjectLocality::cloneSubjectLocality | ( | ) | const [pure virtual] |
Type-specific clone method.
virtual const XMLCh* opensaml::saml2::SubjectLocality::getAddress | ( | ) | const [pure virtual] |
Returns the Address attribute.
virtual void opensaml::saml2::SubjectLocality::setAddress | ( | const XMLCh * | Address | ) | [pure virtual] |
Sets the Address attribute.
virtual const XMLCh* opensaml::saml2::SubjectLocality::getDNSName | ( | ) | const [pure virtual] |
Returns the DNSName attribute.
virtual void opensaml::saml2::SubjectLocality::setDNSName | ( | const XMLCh * | DNSName | ) | [pure virtual] |
Sets the DNSName attribute.