libepp_nicbr
Classes | Public Member Functions | List of all members
LaunchInfoRsp Class Reference

EPP LaunchInfoRsp Class. More...

#include <LaunchInfoRsp.H>

Classes

class  Status
 EPP LaunchInfoRsp::Status Class. More...
 

Public Member Functions

 LaunchInfoRsp ()
 Default constructor.
 
void set_phase (const LaunchPhase &phase)
 Sets the phase of the launch. More...
 
LaunchPhase get_phase () const
 Returns the phase of the launch. More...
 
void set_applicationId (const string &applicationId)
 Sets the application Identifier of the Launch Application. More...
 
string get_applicationId () const
 Returns the application Identifier of the Launch Application. More...
 
void set_status (const Status::Value status)
 Sets the status of the Launch Application. More...
 
Status::Value get_status () const
 Returns the status of the Launch Application. More...
 
void set_marks (const list< SMDMark > &marks)
 Sets the list of marks. More...
 
void add_mark (const SMDMark &mark)
 Add a mark. More...
 
list< SMDMarkget_marks () const
 Returns the list of marks. More...
 
void reset ()
 Reset object attributes.
 

Detailed Description

EPP LaunchInfoRsp Class.

Member Function Documentation

void LaunchInfoRsp::add_mark ( const SMDMark mark)
inline

Add a mark.

Parameters
markmark
string LaunchInfoRsp::get_applicationId ( ) const
inline

Returns the application Identifier of the Launch Application.

Returns
application Identifier of the Launch Application
list<SMDMark> LaunchInfoRsp::get_marks ( ) const
inline

Returns the list of marks.

Returns
list of marks
LaunchPhase LaunchInfoRsp::get_phase ( ) const
inline

Returns the phase of the launch.

Returns
phase of the launch
Status::Value LaunchInfoRsp::get_status ( ) const
inline

Returns the status of the Launch Application.

Returns
status of the Launch Application
void LaunchInfoRsp::set_applicationId ( const string &  applicationId)
inline

Sets the application Identifier of the Launch Application.

Parameters
applicationIdapplication Identifier of the Launch Application
void LaunchInfoRsp::set_marks ( const list< SMDMark > &  marks)
inline

Sets the list of marks.

Parameters
markslist of marks
void LaunchInfoRsp::set_phase ( const LaunchPhase phase)
inline

Sets the phase of the launch.

Parameters
phasephase of the launch
void LaunchInfoRsp::set_status ( const Status::Value  status)
inline

Sets the status of the Launch Application.

Parameters
statusstatus of the Launch Application

The documentation for this class was generated from the following file: