class AkentiResponses

Holds an ordered list of AkentiResponses.

Public Methods

[more] AkentiResponses ()
Constructor
[more]int numOfResponses () const
Returns the number of responses contained in this AkentiResponses.
[more]void addResponse (const AkentiResponse& req)
Appends one AkentiResponse to this AkentiResponses
[more]const AkentiResponse& getResponseAt (int idx) const
Returns the AkentiResponse at index idx.
[more]DOMElement* toXML () const
Creates a DOMElement from this AkentiResponses/i>
[more]void fromXML (const DOMElement* responses)
Initializes an AkentiResponses from a DOMElement
[more]string toString () const


Documentation

Holds an ordered list of AkentiResponses.

o AkentiResponses()
Constructor

oint numOfResponses() const
Returns the number of responses contained in this AkentiResponses.

ovoid addResponse(const AkentiResponse& req)
Appends one AkentiResponse to this AkentiResponses

oconst AkentiResponse& getResponseAt(int idx) const
Returns the AkentiResponse at index idx.

oDOMElement* toXML() const
Creates a DOMElement from this AkentiResponses/i>

ovoid fromXML(const DOMElement* responses)
Initializes an AkentiResponses from a DOMElement

ostring toString() const


This class has no child classes.
See Also:
AkentiResponse

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.