BrDomainUpdateRsp Class Reference

EPP BrDomainUpdateRsp extension Class. More...

#include <BrDomainUpdateRsp.H>

Inheritance diagram for BrDomainUpdateRsp:

Response List of all members.

Public Member Functions

 BrDomainUpdateRsp (bool reset=true)
 Default constructor.
void set_ticketNumber (int ticketNumber)
 Sets the Ticket Number.
int get_ticketNumber ()
 Returns the Ticket Number.
void insert_doc_pending (struct PendingDoc p)
 Inserts a Doc Pending to the ticket.
set< struct PendingDoc > get_doc_pendings ()
 Returns the ticket's Doc Pendings.
void insert_dns_pending (struct PendingDns p)
 Inserts a Dns Pending to the ticket.
set< struct PendingDns > get_dns_pendings ()
 Returns the ticket's Dns Pendings.
void set_rel_pending (struct PendingReleaseProc p)
 Sets the ticket's Release Process Pending.
PendingReleaseProc get_rel_pending ()
 Returns the ticket's Release Process Pending.
void insert_host_status (struct HostStatus hs)
 Insert a host status.
set< struct HostStatus > get_host_status ()
 Returns list of host status.
void reset ()
 Resets object attributes.

Protected Attributes

int _ticketNumber
 ticket number
set< struct PendingDoc > _doc_pendings
 doc
set< struct PendingDns > _dns_pendings
 dns
PendingReleaseProc _rel_pending
 releaseProc
set< struct HostStatus > _host_status
 host status

Detailed Description

EPP BrDomainUpdateRsp extension Class.


Member Function Documentation

set<struct PendingDns> BrDomainUpdateRsp::get_dns_pendings  )  [inline]
 

Returns the ticket's Dns Pendings.

Returns:
Dns Pendings

set<struct PendingDoc> BrDomainUpdateRsp::get_doc_pendings  )  [inline]
 

Returns the ticket's Doc Pendings.

Returns:
Doc Pendings

set<struct HostStatus> BrDomainUpdateRsp::get_host_status  )  [inline]
 

Returns list of host status.

Returns:
list of host status

struct PendingReleaseProc BrDomainUpdateRsp::get_rel_pending  )  [inline]
 

Returns the ticket's Release Process Pending.

Returns:
Release Process Pending

void BrDomainUpdateRsp::insert_dns_pending struct PendingDns  p  )  [inline]
 

Inserts a Dns Pending to the ticket.

Parameters:
p new Dns Pending

void BrDomainUpdateRsp::insert_doc_pending struct PendingDoc  p  )  [inline]
 

Inserts a Doc Pending to the ticket.

Parameters:
p new Doc Pending

void BrDomainUpdateRsp::insert_host_status struct HostStatus  hs  )  [inline]
 

Insert a host status.

Parameters:
host host name
status status

void BrDomainUpdateRsp::set_rel_pending struct PendingReleaseProc  p  )  [inline]
 

Sets the ticket's Release Process Pending.

Parameters:
p Release Process Pending

void BrDomainUpdateRsp::set_ticketNumber int  ticketNumber  )  [inline]
 

Sets the Ticket Number.

Parameters:
ticketNumber Ticket Number


The documentation for this class was generated from the following file:
Generated on Wed Mar 22 14:18:27 2006 for libepp_nicbr by  doxygen 1.4.6