#include <saml/saml2/core/Protocols.h>

Public Member Functions | |
| virtual RequestAbstractType * | cloneRequestAbstractType () const =0 |
| Type-specific clone method. | |
| virtual void | setID (const XMLCh *ID)=0 |
| Sets the ID attribute. | |
| virtual void | setVersion (const XMLCh *Version)=0 |
| Sets the Version 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 * | getDestination () const =0 |
| Returns the Destination attribute. | |
| virtual void | setDestination (const XMLCh *Destination)=0 |
| Sets the Destination attribute. | |
| virtual const XMLCh * | getConsent () const =0 |
| Returns the Consent attribute. | |
| virtual void | setConsent (const XMLCh *Consent)=0 |
| Sets the Consent attribute. | |
| virtual void | setIssuer (saml2::Issuer *child)=0 |
| Sets the Issuer child. | |
| virtual Extensions * | getExtensions () const =0 |
| Returns the Extensions child. | |
| virtual void | setExtensions (Extensions *child)=0 |
| Sets the Extensions child. | |
Static Public Attributes | |
| static const XMLCh | LOCAL_NAME [] |
| Element local name. | |
| static const XMLCh | ID_ATTRIB_NAME [] |
| ID attribute name. | |
| static const XMLCh | VER_ATTRIB_NAME [] |
| Version attribute name. | |
| static const XMLCh | ISSUEINSTANT_ATTRIB_NAME [] |
| IssueInstant attribute name. | |
| static const XMLCh | DESTINATION_ATTRIB_NAME [] |
| Destination attribute name. | |
| static const XMLCh | CONSENT_ATTRIB_NAME [] |
| Consent attribute name. | |
| static const XMLCh | TYPE_NAME [] |
| RequestAbstractType local name. | |
| virtual RequestAbstractType* opensaml::saml2p::RequestAbstractType::cloneRequestAbstractType | ( | ) | const [pure virtual] |
Type-specific clone method.
| virtual void opensaml::saml2p::RequestAbstractType::setID | ( | const XMLCh * | ID | ) | [pure virtual] |
Sets the ID attribute.
| virtual void opensaml::saml2p::RequestAbstractType::setVersion | ( | const XMLCh * | Version | ) | [pure virtual] |
Sets the Version attribute.
| virtual void opensaml::saml2p::RequestAbstractType::setIssueInstant | ( | const xercesc::XMLDateTime * | IssueInstant | ) | [pure virtual] |
Sets the IssueInstant attribute.
| virtual void opensaml::saml2p::RequestAbstractType::setIssueInstant | ( | time_t | IssueInstant | ) | [pure virtual] |
Sets the IssueInstant attribute.
| virtual void opensaml::saml2p::RequestAbstractType::setIssueInstant | ( | const XMLCh * | IssueInstant | ) | [pure virtual] |
Sets the IssueInstant attribute.
| virtual const XMLCh* opensaml::saml2p::RequestAbstractType::getDestination | ( | ) | const [pure virtual] |
Returns the Destination attribute.
| virtual void opensaml::saml2p::RequestAbstractType::setDestination | ( | const XMLCh * | Destination | ) | [pure virtual] |
Sets the Destination attribute.
| virtual const XMLCh* opensaml::saml2p::RequestAbstractType::getConsent | ( | ) | const [pure virtual] |
Returns the Consent attribute.
| virtual void opensaml::saml2p::RequestAbstractType::setConsent | ( | const XMLCh * | Consent | ) | [pure virtual] |
Sets the Consent attribute.
| virtual void opensaml::saml2p::RequestAbstractType::setIssuer | ( | saml2::Issuer * | child | ) | [pure virtual] |
Sets the Issuer child.
| virtual Extensions* opensaml::saml2p::RequestAbstractType::getExtensions | ( | ) | const [pure virtual] |
Returns the Extensions child.
| virtual void opensaml::saml2p::RequestAbstractType::setExtensions | ( | Extensions * | child | ) | [pure virtual] |
Sets the Extensions child.
1.5.6