|
EPP RTK for Java v 0.5.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.openrtk.idl.epp.contact.epp_ContactCreateRsp
Class that contains the elements used to represent the contact create response from the EPP server.
Note usually instantiated by the RTK user, but rather by EPPContactCreate and retrieved using that class' getResponseData() method. $Header: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/contact/epp_ContactCreateRsp.java,v 1.10 2002/03/11 22:38:45 tubadanm Exp $
EPPContactCreate
,
epp_ContactCreateReq
, Serialized FormField Summary | |
java.lang.String |
m_creation_date
The creation date of the contact object. |
java.lang.String |
m_id
The identifier for the contact object in the registry. |
epp_Response |
m_rsp
The common and generic response element. |
Constructor Summary | |
epp_ContactCreateRsp()
Empty constructor |
|
epp_ContactCreateRsp(epp_Response _m_rsp,
java.lang.String _m_id,
java.lang.String _m_creation_date)
The constructor with initializing variables. |
Method Summary | |
java.lang.String |
getCreationDate()
Accessor method for the creation date of the contact object |
java.lang.String |
getId()
Accessor method for the identifier for the contact object in the registry |
java.lang.String |
getRoid()
Deprecated. |
epp_Response |
getRsp()
Accessor method for the common and generic response element. |
void |
setCreationDate(java.lang.String value)
Accessor method for the creation date of the contact object |
void |
setId(java.lang.String value)
Accessor method for the identifier for the contact object in the registry |
void |
setRoid(java.lang.String value)
Deprecated. |
void |
setRsp(epp_Response value)
Accessor method for the common and generic response element. |
java.lang.String |
toString()
Converts this class into a string. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public epp_Response m_rsp
getRsp()
public java.lang.String m_id
setId(String)
,
getId()
public java.lang.String m_creation_date
setCreationDate(String)
,
getCreationDate()
Constructor Detail |
public epp_ContactCreateRsp()
public epp_ContactCreateRsp(epp_Response _m_rsp, java.lang.String _m_id, java.lang.String _m_creation_date)
_m_rsp
- The common and generic response element_m_id
- The identifier for the contact object in the registry_m_creation_date
- The creation date of the contact objectMethod Detail |
public void setRsp(epp_Response value)
value
- The new value for the response elementm_rsp
public epp_Response getRsp()
m_rsp
public void setRoid(java.lang.String value)
setId(String)
public java.lang.String getRoid()
getId()
public void setId(java.lang.String value)
value
- The contact idm_id
public java.lang.String getId()
m_id
public void setCreationDate(java.lang.String value)
value
- The contact creation datem_creation_date
public java.lang.String getCreationDate()
m_creation_date
public java.lang.String toString()
toString
in class java.lang.Object
|
EPP RTK for Java v 0.5.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |