#include <BrDomainCreateCmd.H>
Inheritance diagram for BrDomainCreateCmd:
Public Member Functions | |
BrDomainCreateCmd (bool reset=true) | |
Default constructor. | |
void | set_organization (string organization) |
Sets organization attribute. | |
string | get_organization () |
Returns organization attribute. | |
void | set_releaseProcessFlags (struct ReleaseProcessFlags rpf) |
Sets the Release Process Flags. | |
ReleaseProcessFlags | get_releaseProcessFlags () |
Returns the Release Process Flags. | |
void | set_auto_renew (int auto_renew) |
Actives/Inactives domain auto renewal. | |
int | get_auto_renew () |
Return if the domain is with or without auto renewal. | |
void | reset () |
Reset object attributes. | |
void | set_active (int active) |
Sets active attribute (***DEPRECATED***). | |
int | get_active () |
Returns active attribute (***DEPRECATED***). | |
Protected Attributes | |
string | _organization |
organization | |
ReleaseProcessFlags | _releaseProcessFlags |
release process flags | |
int | _auto_renew |
domain auto renewal flag |
int BrDomainCreateCmd::get_active | ( | ) | [inline] |
Returns active attribute (***DEPRECATED***).
int BrDomainCreateCmd::get_auto_renew | ( | ) | [inline] |
Return if the domain is with or without auto renewal.
string BrDomainCreateCmd::get_organization | ( | ) | [inline] |
Returns organization attribute.
struct ReleaseProcessFlags BrDomainCreateCmd::get_releaseProcessFlags | ( | ) | [inline] |
Returns the Release Process Flags.
void BrDomainCreateCmd::set_active | ( | int | active | ) | [inline] |
Sets active attribute (***DEPRECATED***).
active | attribute |
void BrDomainCreateCmd::set_auto_renew | ( | int | auto_renew | ) | [inline] |
Actives/Inactives domain auto renewal.
auto_renew | attribute |
void BrDomainCreateCmd::set_organization | ( | string | organization | ) | [inline] |
Sets organization attribute.
organization | organization attribute |
void BrDomainCreateCmd::set_releaseProcessFlags | ( | struct ReleaseProcessFlags | rpf | ) | [inline] |
Sets the Release Process Flags.
rpf | Release Process Flags |