|
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.host.epp_HostCreateRsp
Class that contains the elements used to represent the host create response from the EPP server.
Not usually instantiated by the RTK user, but rather by EPPHostCreate and retrieved using that class' getResponseData() method. $Header: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/host/epp_HostCreateRsp.java,v 1.8 2002/03/11 17:50:30 tubadanm Exp $
EPPHostCreate
,
epp_HostCreateReq
, Serialized FormField Summary | |
java.lang.String |
m_creation_date
The creation date of the new host object in the registry. |
java.lang.String |
m_name
The name of the host object in the registry. |
epp_Response |
m_rsp
The common and generic response element. |
Constructor Summary | |
epp_HostCreateRsp()
Empty constructor |
|
epp_HostCreateRsp(epp_Response _m_rsp,
java.lang.String _m_name,
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 host object in the registry |
java.lang.String |
getName()
Accessor method for the name of the host object in the registry |
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 host object in the registry |
void |
setName(java.lang.String value)
Accessor method for the name of the host object in the registry |
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_name
setName(String)
,
getName()
public java.lang.String m_creation_date
setCreationDate(String)
,
getCreationDate()
Constructor Detail |
public epp_HostCreateRsp()
public epp_HostCreateRsp(epp_Response _m_rsp, java.lang.String _m_name, java.lang.String _m_creation_date)
_m_rsp
- The common and generic response element_m_name
- The name of the host object in the registryMethod Detail |
public void setRsp(epp_Response value)
value
- The new value for the response elementm_rsp
public epp_Response getRsp()
m_rsp
public void setName(java.lang.String value)
value
- The host namem_name
public java.lang.String getName()
m_name
public void setCreationDate(java.lang.String value)
value
- The host creation datem_creation_date
public java.lang.String getCreationDate()
m_name
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 |