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

Public Member Functions | |
| virtual const xercesc::XMLDateTime * | getCacheDuration () const =0 |
| Returns the CacheDuration attribute. | |
| virtual void | setCacheDuration (const xercesc::XMLDateTime *CacheDuration)=0 |
| Sets the CacheDuration attribute. | |
| virtual time_t | getCacheDurationEpoch () const =0 |
| Returns the CacheDuration attribute in epoch form. | |
| virtual void | setCacheDuration (time_t CacheDuration)=0 |
| Sets the CacheDuration attribute. | |
| virtual void | setCacheDuration (const XMLCh *CacheDuration)=0 |
| Sets the CacheDuration attribute. | |
Static Public Attributes | |
| static const XMLCh | CACHEDURATION_ATTRIB_NAME [] |
| CacheDuration attribute name. | |
| virtual const xercesc::XMLDateTime* opensaml::saml2md::CacheableSAMLObject::getCacheDuration | ( | ) | const [pure virtual] |
Returns the CacheDuration attribute.
| virtual void opensaml::saml2md::CacheableSAMLObject::setCacheDuration | ( | const xercesc::XMLDateTime * | CacheDuration | ) | [pure virtual] |
Sets the CacheDuration attribute.
| virtual time_t opensaml::saml2md::CacheableSAMLObject::getCacheDurationEpoch | ( | ) | const [pure virtual] |
Returns the CacheDuration attribute in epoch form.
| virtual void opensaml::saml2md::CacheableSAMLObject::setCacheDuration | ( | time_t | CacheDuration | ) | [pure virtual] |
Sets the CacheDuration attribute.
| virtual void opensaml::saml2md::CacheableSAMLObject::setCacheDuration | ( | const XMLCh * | CacheDuration | ) | [pure virtual] |
Sets the CacheDuration attribute.
1.5.6