7 #ifndef __LAUNCH_CREATE_CMD_H__
8 #define __LAUNCH_CREATE_CMD_H__
47 return "registration";
60 if (value ==
"application") {
63 }
else if (value ==
"registration") {
117 void set_codeMarks(
const list<CodeMark> &codeMarks) { _codeMarks = codeMarks; }
131 _signedMarks = signedMarks;
146 _encodedSignedMarks =encodedSignedMarks;
162 _signedMarks.clear();
163 _encodedSignedMarks.clear();
177 list<CodeMark> _codeMarks;
180 list<SMD> _signedMarks;
183 list<EncodedSignedMark> _encodedSignedMarks;
188 #endif // __LAUNCH_CREATE_CMD_H__
EPP Launch Phase Class.
Definition: Launch.H:121
void set_signedMarks(const list< SMD > &signedMarks)
Sets the signed mark list.
Definition: LaunchCreateCmd.H:129
list< EncodedSignedMark > get_encodedSignedMarks()
Returns the encoded signed mark list.
Definition: LaunchCreateCmd.H:153
EPP LaunchCreateCmd Class.
Definition: LaunchCreateCmd.H:20
EPP LaunchCreateCmd::Type Class.
Definition: LaunchCreateCmd.H:24
void set_phase(const LaunchPhase &phase)
Sets the phase of the launch.
Definition: LaunchCreateCmd.H:93
static string toStr(const Value value)
Convert type to text format.
Definition: LaunchCreateCmd.H:39
Type::Value get_type() const
Returns the expected type of object.
Definition: LaunchCreateCmd.H:87
void reset()
Reset object attributes.
Definition: Launch.H:236
LaunchPhase get_phase() const
Returns the phase of the launch.
Definition: LaunchCreateCmd.H:99
EPP Notice Class.
Definition: ClaimsNotice.H:13
void set_notice(const ClaimsNotice ¬ice)
Sets the notice for Claims period.
Definition: LaunchCreateCmd.H:105
void set_encodedSignedMarks(const list< EncodedSignedMark > &encodedSignedMarks)
Sets the encoded signed mark list.
Definition: LaunchCreateCmd.H:144
list< CodeMark > get_codeMarks() const
Returns the code mark list.
Definition: LaunchCreateCmd.H:123
void set_type(const Type::Value type)
Sets the expected type of object.
Definition: LaunchCreateCmd.H:81
void reset()
Reset object attributes.
Definition: ClaimsNotice.H:73
list< SMD > get_signedMarks() const
Returns the signed mark list.
Definition: LaunchCreateCmd.H:138
static Value fromStr(const string &value)
Convert text type to value.
Definition: LaunchCreateCmd.H:58
Value
Possible type values.
Definition: LaunchCreateCmd.H:28
void reset()
Reset object attributes.
Definition: LaunchCreateCmd.H:156
void set_codeMarks(const list< CodeMark > &codeMarks)
Sets the code mark list.
Definition: LaunchCreateCmd.H:117
ClaimsNotice get_notice() const
Returns the notice for Claims period.
Definition: LaunchCreateCmd.H:111