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

EPP LaunchCreateCmd Class. More...

#include <LaunchCreateCmd.H>

Classes

class  Type
 EPP LaunchCreateCmd::Type Class. More...
 

Public Member Functions

void set_type (const Type::Value type)
 Sets the expected type of object. More...
 
Type::Value get_type () const
 Returns the expected type of object. More...
 
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_notice (const ClaimsNotice &notice)
 Sets the notice for Claims period. More...
 
ClaimsNotice get_notice () const
 Returns the notice for Claims period. More...
 
void set_codeMarks (const list< CodeMark > &codeMarks)
 Sets the code mark list. More...
 
list< CodeMarkget_codeMarks () const
 Returns the code mark list. More...
 
void set_signedMarks (const list< SMD > &signedMarks)
 Sets the signed mark list. More...
 
list< SMDget_signedMarks () const
 Returns the signed mark list. More...
 
void set_encodedSignedMarks (const list< EncodedSignedMark > &encodedSignedMarks)
 Sets the encoded signed mark list. More...
 
list< EncodedSignedMarkget_encodedSignedMarks ()
 Returns the encoded signed mark list. More...
 
void reset ()
 Reset object attributes.
 

Detailed Description

EPP LaunchCreateCmd Class.

Member Function Documentation

list<CodeMark> LaunchCreateCmd::get_codeMarks ( ) const
inline

Returns the code mark list.

Returns
code mark list
list<EncodedSignedMark> LaunchCreateCmd::get_encodedSignedMarks ( )
inline

Returns the encoded signed mark list.

Returns
encoded signed mark list
ClaimsNotice LaunchCreateCmd::get_notice ( ) const
inline

Returns the notice for Claims period.

Returns
notice for Claims period
LaunchPhase LaunchCreateCmd::get_phase ( ) const
inline

Returns the phase of the launch.

Returns
phase of the launch

Referenced by DomainCreateCmd::has_launch_extension().

list<SMD> LaunchCreateCmd::get_signedMarks ( ) const
inline

Returns the signed mark list.

Returns
signed mark list
Type::Value LaunchCreateCmd::get_type ( ) const
inline

Returns the expected type of object.

Returns
expected type of object
void LaunchCreateCmd::set_codeMarks ( const list< CodeMark > &  codeMarks)
inline

Sets the code mark list.

Parameters
codeMarkscode mark list
void LaunchCreateCmd::set_encodedSignedMarks ( const list< EncodedSignedMark > &  encodedSignedMarks)
inline

Sets the encoded signed mark list.

Parameters
encodedSignedMarksencoded signed mark list

Referenced by cmd_domain_create().

void LaunchCreateCmd::set_notice ( const ClaimsNotice notice)
inline

Sets the notice for Claims period.

Parameters
noticenotice for Claims period

Referenced by cmd_domain_create().

void LaunchCreateCmd::set_phase ( const LaunchPhase phase)
inline

Sets the phase of the launch.

Parameters
phasephase of the launch

Referenced by cmd_domain_create().

void LaunchCreateCmd::set_signedMarks ( const list< SMD > &  signedMarks)
inline

Sets the signed mark list.

Parameters
signedMarkssigned mark list
void LaunchCreateCmd::set_type ( const Type::Value  type)
inline

Sets the expected type of object.

Parameters
typeexpected type of object

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