|
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_DomainRenewRsp
Class that contains the elements used to represent the domain renew response from the EPP server.
Note usually instantiated by the RTK user, but rather by EPPDomainRenew and retrieved using that class' getResponseData() method. $Header: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/domain/epp_DomainRenewRsp.java,v 1.7 2001/12/04 22:31:06 lyin Exp $
EPPDomainRenew
,
epp_DomainRenewReq
, Serialized FormField Summary | |
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_DomainRenewRsp()
Empty constructor |
|
epp_DomainRenewRsp(epp_Response _m_rsp,
java.lang.String _m_name,
java.lang.String _m_expiration_date)
The constructor with initializing variables. |
Method Summary | |
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 |
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_expiration_date
setExpirationDate(String)
,
getExpirationDate()
Constructor Detail |
public epp_DomainRenewRsp()
public epp_DomainRenewRsp(epp_Response _m_rsp, java.lang.String _m_name, 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_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 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 |