BrOrgUpdateCmd Class Reference

EPP BrOrgUpdateCmd Class. More...

#include <BrOrgUpdateCmd.H>

Inheritance diagram for BrOrgUpdateCmd:

ContactUpdateCmd Command List of all members.

Public Member Functions

 BrOrgUpdateCmd (bool reset=true)
 Default constructor.
void set_organization (const string &organization)
 Sets Organization attribute.
string get_organization ()
 Returns the Organization.
void set_responsible (const string &responsible)
 Sets Responsible for the organization.
string get_responsible ()
 Returns Responsible for the organization.
void set_responsible_f (bool responsible_f)
 Sets the responsible change flag.
bool get_responsible_f ()
 Returns the responsible change flag.
void set_exDate (string exDate)
 Sets expiration date.
string get_exDate ()
 Returns expiration date.
void insert_contact_add (const string &type, const string &id)
 Inserts a Contact into the list of additions.
map< string, string, less<
string > > 
get_contact_list_add ()
 Returns the Contact List of additions.
void insert_contact_rem (const string &type, const string &id)
 Inserts a Contact into the list of deletions.
map< string, string, less<
string > > 
get_contact_list_rem ()
 Returns the Contact List.
void reset ()
 reset attributes

Protected Attributes

string _organization
 map with organization attribute
string _responsible
 Person responsible for the organization.
bool _responsible_f
 Responsible change flag.
string _exDate
map< string, string, less<
string > > 
_contact_list_add
 Human Contacts to add.
map< string, string, less<
string > > 
_contact_list_rem
 Human Contacts to remove.

Detailed Description

EPP BrOrgUpdateCmd Class.


Member Function Documentation

map< string, string, less<string> > BrOrgUpdateCmd::get_contact_list_add (  )  [inline]

Returns the Contact List of additions.

Returns:
Contact List

map< string, string, less<string> > BrOrgUpdateCmd::get_contact_list_rem (  )  [inline]

Returns the Contact List.

Returns:
Contact List

string BrOrgUpdateCmd::get_exDate (  )  [inline]

Returns expiration date.

Returns:
expiration date

string BrOrgUpdateCmd::get_organization (  )  [inline]

Returns the Organization.

Returns:
organization attribute

string BrOrgUpdateCmd::get_responsible (  )  [inline]

Returns Responsible for the organization.

Returns:
Person Responsible

bool BrOrgUpdateCmd::get_responsible_f (  )  [inline]

Returns the responsible change flag.

Returns:
The responsible change flag

void BrOrgUpdateCmd::insert_contact_add ( const string &  type,
const string &  id 
) [inline]

Inserts a Contact into the list of additions.

Parameters:
id Contact Id
type Contact Type

void BrOrgUpdateCmd::insert_contact_rem ( const string &  type,
const string &  id 
) [inline]

Inserts a Contact into the list of deletions.

Parameters:
id Contact Id
type Contact Type

void BrOrgUpdateCmd::set_exDate ( string  exDate  )  [inline]

Sets expiration date.

Parameters:
exDate object expiration date

void BrOrgUpdateCmd::set_organization ( const string &  organization  )  [inline]

Sets Organization attribute.

Parameters:
organization Organization Identifier

void BrOrgUpdateCmd::set_responsible ( const string &  responsible  )  [inline]

Sets Responsible for the organization.

Parameters:
responsible Person Responsible

void BrOrgUpdateCmd::set_responsible_f ( bool  responsible_f  )  [inline]

Sets the responsible change flag.

Parameters:
responsible_f responsible change flag


Member Data Documentation

string BrOrgUpdateCmd::_exDate [protected]

date and time identifying the end of the organization object's registration period


The documentation for this class was generated from the following file:
Generated on Tue Mar 17 16:03:07 2009 for libepp_nicbr by  doxygen 1.4.7