#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 |
|
Returns active attribute (***DEPRECATED***).
|
|
Return if the domain is with or without auto renewal.
|
|
Returns organization attribute.
|
|
Returns the Release Process Flags.
|
|
Sets active attribute (***DEPRECATED***).
|
|
Actives/Inactives domain auto renewal.
|
|
Sets organization attribute.
|
|
Sets the Release Process Flags.
|