libepp_nicbr
Public Member Functions | List of all members
ClaimsNotice Class Reference

EPP Notice Class. More...

#include <ClaimsNotice.H>

Public Member Functions

 ClaimsNotice ()
 Default constructor.
 
void set_id (const string &id)
 
string get_id () const
 
void set_notAfter (const string &notAfter)
 Sets the expiry of the claims notice. More...
 
string get_notAfter () const
 Returns the expiry of the claims notice. More...
 
void set_acceptedDate (const string &acceptedDate)
 Sets the date and time that the Claims Notice was accepted. More...
 
string get_acceptedDate () const
 Returns the date and time that the Claims Notice was accepted. More...
 
bool is_empty () const
 Returns if the Notice object is empty. More...
 
void reset ()
 Reset object attributes.
 

Detailed Description

EPP Notice Class.

Member Function Documentation

string ClaimsNotice::get_acceptedDate ( ) const
inline

Returns the date and time that the Claims Notice was accepted.

Returns
date and time that the Claims Notice was accepted
string ClaimsNotice::get_id ( ) const
inline

Returns the unique notice identifier generated by the source of the Claims Notice information

Returns
unique notice identifier generated by the source of the Claims Notice information
string ClaimsNotice::get_notAfter ( ) const
inline

Returns the expiry of the claims notice.

Returns
expiry of the claims notice
bool ClaimsNotice::is_empty ( ) const
inline

Returns if the Notice object is empty.

Returns
true for empty notice object or false otherwise
void ClaimsNotice::set_acceptedDate ( const string &  acceptedDate)
inline

Sets the date and time that the Claims Notice was accepted.

Parameters
acceptedDatedate and time that the Claims Notice was accepted

Referenced by SheppObjSet::claimsNotice().

void ClaimsNotice::set_id ( const string &  id)
inline

Sets the unique notice identifier generated by the source of the Claims Notice information

Parameters
idunique notice identifier generated by the source of the Claims Notice information

Referenced by SheppObjSet::claimsNotice().

void ClaimsNotice::set_notAfter ( const string &  notAfter)
inline

Sets the expiry of the claims notice.

Parameters
notAfterexpiry of the claims notice

Referenced by SheppObjSet::claimsNotice().


The documentation for this class was generated from the following file: