#include <saml/saml2/core/Assertions.h>
Public Member Functions | |
| virtual Delegate * | cloneDelegate () const =0 |
| Type-specific clone method. | |
| virtual const XMLCh * | getConfirmationMethod () const =0 |
| Returns the ConfirmationMethod attribute. | |
| virtual void | setConfirmationMethod (const XMLCh *ConfirmationMethod)=0 |
| Sets the ConfirmationMethod attribute. | |
| virtual const xercesc::XMLDateTime * | getDelegationInstant () const =0 |
| Returns the DelegationInstant attribute. | |
| virtual void | setDelegationInstant (const xercesc::XMLDateTime *DelegationInstant)=0 |
| Sets the DelegationInstant attribute. | |
| virtual time_t | getDelegationInstantEpoch () const =0 |
| Returns the DelegationInstant attribute in epoch form. | |
| virtual void | setDelegationInstant (time_t DelegationInstant)=0 |
| Sets the DelegationInstant attribute. | |
| virtual void | setDelegationInstant (const XMLCh *DelegationInstant)=0 |
| Sets the DelegationInstant attribute. | |
| virtual BaseID * | getBaseID () const =0 |
| Returns the BaseID child. | |
| virtual void | setBaseID (BaseID *child)=0 |
| Sets the BaseID child. | |
| virtual NameID * | getNameID () const =0 |
| Returns the NameID child. | |
| virtual void | setNameID (NameID *child)=0 |
| Sets the NameID child. | |
| virtual EncryptedID * | getEncryptedID () const =0 |
| Returns the EncryptedID child. | |
| virtual void | setEncryptedID (EncryptedID *child)=0 |
| Sets the EncryptedID child. | |
Static Public Attributes | |
| static const XMLCh | LOCAL_NAME [] |
| Element local name. | |
| static const XMLCh | CONFIRMATIONMETHOD_ATTRIB_NAME [] |
| ConfirmationMethod attribute name. | |
| static const XMLCh | DELEGATIONINSTANT_ATTRIB_NAME [] |
| DelegationInstant attribute name. | |
| static const XMLCh | TYPE_NAME [] |
| DelegateType local name. | |
1.4.7