org.openrtk.idl.epprtk.contact
Class epp_ContactCreateRsp
java.lang.Object
org.openrtk.idl.epprtk.contact.epp_ContactCreateRsp
- org.omg.CORBA.portable.IDLEntity
public class epp_ContactCreateRsp
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity
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/epprtk/contact/epp_ContactCreateRsp.java,v 1.1 2004/12/07 15:27:49 ewang2004 Exp $
$Revision: 1.1 $
$Date: 2004/12/07 15:27:49 $
String | m_creation_date - The creation date of the contact object.
|
String | m_id - The identifier for the contact object in the registry.
|
epp_Response | m_rsp - The common and generic response element.
|
String | getCreationDate() - Accessor method for the creation date of the contact object
|
String | getId() - Accessor method for the identifier for the contact object in the registry
|
String | getRoid()
|
epp_Response | getRsp() - Accessor method for the common and generic response element.
|
void | setCreationDate(String value) - Accessor method for the creation date of the contact object
|
void | setId(String value) - Accessor method for the identifier for the contact object in the registry
|
void | setRoid(String value)
|
void | setRsp(epp_Response value) - Accessor method for the common and generic response element.
|
String | toString() - Converts this class into a string.
|
m_creation_date
public String m_creation_date
The creation date of the contact object.
m_id
public String m_id
The identifier for the contact object in the registry.
m_rsp
public epp_Response m_rsp
The common and generic response element.
epp_ContactCreateRsp
public epp_ContactCreateRsp()
Empty constructor
epp_ContactCreateRsp
public epp_ContactCreateRsp(epp_Response _m_rsp,
String _m_id,
String _m_creation_date)
The constructor with initializing variables.
_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 object
getCreationDate
public String getCreationDate()
Accessor method for the creation date of the contact object
- The contact creation date
getId
public String getId()
Accessor method for the identifier for the contact object in the registry
getRoid
public String getRoid()
getRsp
public epp_Response getRsp()
Accessor method for the common and generic response element.
- The value for the response element
setCreationDate
public void setCreationDate(String value)
Accessor method for the creation date of the contact object
value
- The contact creation date
setId
public void setId(String value)
Accessor method for the identifier for the contact object in the registry
setRoid
public void setRoid(String value)
setRsp
public void setRsp(epp_Response value)
Accessor method for the common and generic response element.
value
- The new value for the response element
toString
public String toString()
Converts this class into a string.
Typically used to view the object in debug output.
- The string representation of this object instance
Copyright © 2001-2002 - Tucows, Inc., 2003 - LibertyRMS