#include <saml/saml1/core/Protocols.h>
Public Member Functions | |
virtual ResponseAbstractType * | cloneResponseAbstractType () const =0 |
Type-specific clone method. | |
virtual std::pair< bool, int > | getMinorVersion () const =0 |
Returns the MinorVersion attribute after a NULL indicator. | |
virtual void | setMinorVersion (const XMLCh *MinorVersion)=0 |
Sets the MinorVersion attribute using a string value. | |
virtual void | setMinorVersion (int MinorVersion)=0 |
Sets the MinorVersion attribute. | |
virtual const XMLCh * | getResponseID () const =0 |
Returns the ResponseID attribute. | |
virtual void | setResponseID (const XMLCh *ResponseID)=0 |
Sets the ResponseID attribute. | |
virtual const XMLCh * | getInResponseTo () const =0 |
Returns the InResponseTo attribute. | |
virtual void | setInResponseTo (const XMLCh *InResponseTo)=0 |
Sets the InResponseTo attribute. | |
virtual void | setIssueInstant (const xercesc::XMLDateTime *IssueInstant)=0 |
Sets the IssueInstant attribute. | |
virtual void | setIssueInstant (time_t IssueInstant)=0 |
Sets the IssueInstant attribute. | |
virtual void | setIssueInstant (const XMLCh *IssueInstant)=0 |
Sets the IssueInstant attribute. | |
virtual const XMLCh * | getRecipient () const =0 |
Returns the Recipient attribute. | |
virtual void | setRecipient (const XMLCh *Recipient)=0 |
Sets the Recipient attribute. | |
Static Public Attributes | |
static const XMLCh | LOCAL_NAME [] |
Element local name. | |
static const XMLCh | MINORVERSION_ATTRIB_NAME [] |
MinorVersion attribute name. | |
static const XMLCh | RESPONSEID_ATTRIB_NAME [] |
ResponseID attribute name. | |
static const XMLCh | INRESPONSETO_ATTRIB_NAME [] |
InResponseTo attribute name. | |
static const XMLCh | ISSUEINSTANT_ATTRIB_NAME [] |
IssueInstant attribute name. | |
static const XMLCh | RECIPIENT_ATTRIB_NAME [] |
Recipient attribute name. | |
static const XMLCh | TYPE_NAME [] |
ResponseAbstractType local name. |
virtual ResponseAbstractType* opensaml::saml1p::ResponseAbstractType::cloneResponseAbstractType | ( | ) | const [pure virtual] |
Type-specific clone method.
virtual std::pair<bool,int> opensaml::saml1p::ResponseAbstractType::getMinorVersion | ( | ) | const [pure virtual] |
Returns the MinorVersion attribute after a NULL indicator.
virtual void opensaml::saml1p::ResponseAbstractType::setMinorVersion | ( | const XMLCh * | MinorVersion | ) | [pure virtual] |
Sets the MinorVersion attribute using a string value.
virtual void opensaml::saml1p::ResponseAbstractType::setMinorVersion | ( | int | MinorVersion | ) | [pure virtual] |
Sets the MinorVersion attribute.
virtual const XMLCh* opensaml::saml1p::ResponseAbstractType::getResponseID | ( | ) | const [pure virtual] |
Returns the ResponseID attribute.
virtual void opensaml::saml1p::ResponseAbstractType::setResponseID | ( | const XMLCh * | ResponseID | ) | [pure virtual] |
Sets the ResponseID attribute.
virtual const XMLCh* opensaml::saml1p::ResponseAbstractType::getInResponseTo | ( | ) | const [pure virtual] |
Returns the InResponseTo attribute.
virtual void opensaml::saml1p::ResponseAbstractType::setInResponseTo | ( | const XMLCh * | InResponseTo | ) | [pure virtual] |
Sets the InResponseTo attribute.
virtual void opensaml::saml1p::ResponseAbstractType::setIssueInstant | ( | const xercesc::XMLDateTime * | IssueInstant | ) | [pure virtual] |
Sets the IssueInstant attribute.
virtual void opensaml::saml1p::ResponseAbstractType::setIssueInstant | ( | time_t | IssueInstant | ) | [pure virtual] |
Sets the IssueInstant attribute.
virtual void opensaml::saml1p::ResponseAbstractType::setIssueInstant | ( | const XMLCh * | IssueInstant | ) | [pure virtual] |
Sets the IssueInstant attribute.
virtual const XMLCh* opensaml::saml1p::ResponseAbstractType::getRecipient | ( | ) | const [pure virtual] |
Returns the Recipient attribute.
virtual void opensaml::saml1p::ResponseAbstractType::setRecipient | ( | const XMLCh * | Recipient | ) | [pure virtual] |
Sets the Recipient attribute.