#include <saml/saml1/core/Protocols.h>
Inheritance diagram for opensaml::saml1p::RequestAbstractType:

Public Member Functions | |
| virtual RequestAbstractType * | cloneRequestAbstractType () 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 * | getRequestID () const =0 |
| Returns the RequestID attribute. | |
| virtual void | setRequestID (const XMLCh *RequestID)=0 |
| Sets the RequestID 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 xmltooling::XMLObjectChildrenList< std::vector< RespondWith * > > | getRespondWiths ()=0 |
| Returns modifiable RespondWith collection. | |
|
virtual const std::vector< RespondWith * > & | getRespondWiths () const =0 |
| Returns reference to immutable RespondWith collection. | |
Static Public Attributes | |
| static const XMLCh | LOCAL_NAME [] |
| Element local name. | |
| static const XMLCh | MINORVERSION_ATTRIB_NAME [] |
| MinorVersion attribute name. | |
| static const XMLCh | REQUESTID_ATTRIB_NAME [] |
| RequestID attribute name. | |
| static const XMLCh | ISSUEINSTANT_ATTRIB_NAME [] |
| IssueInstant attribute name. | |
| static const XMLCh | TYPE_NAME [] |
| RequestAbstractType local name. | |
1.4.7