libepp_nicbr
|
#include <AsnUpdateCmd.H>
Public Member Functions | |
AsnUpdateCmd (bool reset=true) | |
Default constructor. | |
void | set_asn (const int asn) |
Sets asn. More... | |
int | get_asn () const |
Returns asn. More... | |
void | set_organization (const string &organization) |
Sets organization. More... | |
string | get_organization () const |
Returns organization associated with the asn. More... | |
void | set_creation_date (const string &creation_date) |
string | get_creation_date () const |
void | insert_contact_add (const string &type, const string &identification) |
Inserts a contact to be added. More... | |
map< string, string, less< string > > | get_contacts_add () const |
Returns map of other contacts to be added. More... | |
void | insert_contact_rem (const string &type, const string &identification) |
Inserts a contact to be removed. More... | |
map< string, string, less< string > > | get_contacts_rem () const |
Returns map of other contacts to be removed. More... | |
void | insert_as_in_add (const string &policy) |
Inserts an AS input policy to be added. More... | |
vector< string > | get_as_in_add () const |
Returns list of all AS input policies to be added. More... | |
void | insert_as_in_rem (const string &policy) |
Inserts an AS input policy to be removed. More... | |
vector< string > | get_as_in_rem () const |
Returns list of all AS input policies to be removed. More... | |
void | insert_as_out_add (const string &policy) |
Inserts an AS output policy to be added. More... | |
vector< string > | get_as_out_add () const |
Returns list of all AS output policies to be added. More... | |
void | insert_as_out_rem (const string &policy) |
Inserts an AS output policy to be removed. More... | |
vector< string > | get_as_out_rem () const |
Returns list of all AS output policies to be removed. More... | |
void | reset () |
![]() | |
Command (bool reset=true) | |
Default constructor. | |
void | reset () |
Reset object attributes. More... | |
virtual | ~Command () |
virtual destructor | |
void | set_clTRID (const string &clTRID) |
Sets clTRID. More... | |
string | get_clTRID () const |
Returns clTRID. More... | |
Protected Attributes | |
int | _asn |
autonomous system number | |
string | _organization |
organization associated with the asn | |
string | _creation_date |
object creation date | |
map< string, string, less< string > > | _contacts_add |
contacts to be added | |
map< string, string, less< string > > | _contacts_rem |
contacts to be removed | |
vector< string > | _as_in_add |
as-in policy to be added | |
vector< string > | _as_in_rem |
as-in policy to be removed | |
vector< string > | _as_out_add |
vector< string > | _as_out_rem |
![]() | |
string | _clTRID |
Client Transaction ID. | |
EPP AsnUpdate Class.
|
inline |
Returns list of all AS input policies to be added.
References _as_in_add.
Referenced by cmd_asn_update().
|
inline |
Returns list of all AS input policies to be removed.
References _as_in_rem.
Referenced by cmd_asn_update().
|
inline |
Returns list of all AS output policies to be added.
|
inline |
Returns list of all AS output policies to be removed.
|
inline |
|
inline |
Returns map of other contacts to be added.
References _contacts_add.
Referenced by cmd_asn_update().
|
inline |
Returns map of other contacts to be removed.
References _contacts_rem.
Referenced by cmd_asn_update().
|
inline |
Returns organization associated with the asn.
References _organization.
Referenced by cmd_asn_update().
|
inline |
Inserts an AS input policy to be added.
policy | AS policy |
References _as_in_add.
Referenced by cmd_asn_update().
|
inline |
Inserts an AS input policy to be removed.
policy | AS policy |
References _as_in_rem.
Referenced by cmd_asn_update().
|
inline |
|
inline |
Inserts an AS output policy to be removed.
policy | AS policy |
Referenced by cmd_asn_update().
|
inline |
Inserts a contact to be added.
type | contact type |
identification | contact identification |
References _contacts_add.
Referenced by cmd_asn_update().
|
inline |
Inserts a contact to be removed.
type | contact type |
identification | contact identification |
References _contacts_rem.
Referenced by cmd_asn_update().
|
inline |
|
inline |
Sets organization.
organization | organization to be associated with the asn |
References _organization.
Referenced by cmd_asn_update().