This EppResponse class implements EPP Response entity.
![[more]](icon1.gif) EppResponse()
 EppResponse()
EppResponse object
![[more]](icon1.gif) ~EppResponse()
 ~EppResponse()
![[more]](icon1.gif) virtual   int getEntityType()
virtual   int getEntityType()
![[more]](icon1.gif) ValueVectorOf<EppResult *> * getResult()
ValueVectorOf<EppResult *> * getResult()
![[more]](icon1.gif) void addResult( EppResult*  result )
void addResult( EppResult*  result )
![[more]](icon1.gif) void addResult( EppResult& result )
void addResult( EppResult& result )
![[more]](icon1.gif) int getMessageQueued()
int getMessageQueued()
![[more]](icon1.gif) void setMessageQueued( int number )
void setMessageQueued( int number )
![[more]](icon1.gif) time_t getMessageQueueUpdated()
time_t getMessageQueueUpdated()
![[more]](icon1.gif) void setMessageQueueUpdated( time_t cal )
void setMessageQueueUpdated( time_t cal )
![[more]](icon1.gif) EppResponseData* getResponseData()
EppResponseData* getResponseData()
![[more]](icon1.gif) void setResponseData( EppResponseData*  data )
void setResponseData( EppResponseData*  data )
![[more]](icon1.gif) EppUnspec* getUnspec()
EppUnspec* getUnspec()
![[more]](icon1.gif) void setUnspec( EppUnspec& unspec )
void setUnspec( EppUnspec& unspec )
![[more]](icon1.gif) EppTransactionId* getTransactionId()
EppTransactionId* getTransactionId()
![[more]](icon1.gif) void setTransactionId( EppTransactionId& xid )
void setTransactionId( EppTransactionId& xid )
![[more]](icon1.gif) bool success()
bool success()
![[more]](icon1.gif) DOM_Element toXML( DOM_Document& doc, const DOMString& tag )
DOM_Element toXML( DOM_Document& doc, const DOMString& tag )
EppResponse object into an XML element
![[more]](icon1.gif) static   EppResponse* fromXML( const DOM_Node& root )
static   EppResponse* fromXML( const DOM_Node& root )
EppResponse object.
 bool instanceOf( const int type )
bool instanceOf( const int type )
 virtual   DOMString toString()
virtual   DOMString toString()
 DOMString toString( const DOMString &tag )
DOMString toString( const DOMString &tag )
This EppResponse class implements EPP Response entity.
 EppResponse()
 EppResponse()
EppResponse object
 ~EppResponse()
 ~EppResponse()
 virtual   int getEntityType()
virtual   int getEntityType()
 ValueVectorOf<EppResult *> * getResult()
ValueVectorOf<EppResult *> * getResult()
 void addResult( EppResult*  result )
void addResult( EppResult*  result )
 void addResult( EppResult& result )
void addResult( EppResult& result )
 int getMessageQueued()
int getMessageQueued()
 void setMessageQueued( int number )
void setMessageQueued( int number )
 time_t getMessageQueueUpdated()
time_t getMessageQueueUpdated()
 void setMessageQueueUpdated( time_t cal )
void setMessageQueueUpdated( time_t cal )
 EppResponseData* getResponseData()
EppResponseData* getResponseData()
 void setResponseData( EppResponseData*  data )
void setResponseData( EppResponseData*  data )
Note: the memory associated with the response data will not be
freed by this class. The caller of this method should be
responsible to free the memory, if needed.
 EppUnspec* getUnspec()
EppUnspec* getUnspec()
 void setUnspec( EppUnspec& unspec )
void setUnspec( EppUnspec& unspec )
 EppTransactionId* getTransactionId()
EppTransactionId* getTransactionId()
 void setTransactionId( EppTransactionId& xid )
void setTransactionId( EppTransactionId& xid )
 bool success()
bool success()
 DOM_Element toXML( DOM_Document& doc, const DOMString& tag )
DOM_Element toXML( DOM_Document& doc, const DOMString& tag )
EppResponse object into an XML element
DOM_Element object
EppResponse
object
DOM_Element object static   EppResponse* fromXML( const DOM_Node& root )
static   EppResponse* fromXML( const DOM_Node& root )
EppResponse object. The
caller of this method must make sure that the root node is of the EPP
responseType.
EppResponse object in XML
format
EppResponse object, or null if the node is
invalidAlphabetic index HTML hierarchy of classes or Java