|
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.domain.epp_DomainCreateRsp
Class that contains the elements used to represent the domain create response from the EPP server.
Note usually instantiated by the RTK user, but rather by EPPDomainCreate and retrieved using that class' getResponseData() method. $Header: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/domain/epp_DomainCreateRsp.java,v 1.8 2002/03/11 22:13:28 tubadanm Exp $
EPPDomainCreate
,
epp_DomainCreateReq
, Serialized FormField Summary | |
java.lang.String |
m_creation_date
The creation date of the domain object. |
java.lang.String |
m_expiration_date
The expiration date of the domain object. |
java.lang.String |
m_name
The name of the domain object in the registry. |
epp_Response |
m_rsp
The common and generic response element. |
Constructor Summary | |
epp_DomainCreateRsp()
Empty constructor |
|
epp_DomainCreateRsp(epp_Response _m_rsp,
java.lang.String _m_name,
java.lang.String _m_creation_date,
java.lang.String _m_expiration_date)
The constructor with initializing variables. |
Method Summary | |
java.lang.String |
getCreationDate()
Accessor method for the creation date of the domain object |
java.lang.String |
getExpirationDate()
Accessor method for the expiration date of the domain object |
java.lang.String |
getName()
Accessor method for the name of the domain 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 domain object |
void |
setExpirationDate(java.lang.String value)
Accessor method for the expiration date of the domain object |
void |
setName(java.lang.String value)
Accessor method for the name of the domain 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()
public java.lang.String m_expiration_date
setExpirationDate(String)
,
getExpirationDate()
Constructor Detail |
public epp_DomainCreateRsp()
public epp_DomainCreateRsp(epp_Response _m_rsp, java.lang.String _m_name, java.lang.String _m_creation_date, java.lang.String _m_expiration_date)
_m_rsp
- The common and generic response element_m_name
- The name of the domain object in the registry_m_creation_date
- The creation date of the domain object_m_expiration_date
- The expiration date of the domain 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 setName(java.lang.String value)
value
- The domain namem_name
public java.lang.String getName()
m_name
public void setCreationDate(java.lang.String value)
value
- The domain creation datem_creation_date
public java.lang.String getCreationDate()
m_creation_date
public void setExpirationDate(java.lang.String value)
value
- The domain expiration datem_expiration_date
public java.lang.String getExpirationDate()
m_expiration_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 |