EPP RTK
for Java v 0.4.1

org.openrtk.idl.epp.contact
Class epp_ContactCreateRsp

java.lang.Object
  |
  +--org.openrtk.idl.epp.contact.epp_ContactCreateRsp
All Implemented Interfaces:
org.omg.CORBA.portable.IDLEntity, java.io.Serializable

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/epp/contact/epp_ContactCreateRsp.java,v 1.9 2001/12/04 22:31:46 lyin Exp $
$Revision: 1.9 $
$Date: 2001/12/04 22:31:46 $

See Also:
EPPContactCreate, epp_ContactCreateReq, Serialized Form

Field Summary
 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)
          The constructor with initializing variables.
 
Method Summary
 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 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

m_rsp

public epp_Response m_rsp
The common and generic response element.
See Also:
getRsp()

m_id

public java.lang.String m_id
The identifier for the contact object in the registry.
See Also:
setId(String), getId()
Constructor Detail

epp_ContactCreateRsp

public epp_ContactCreateRsp()
Empty constructor

epp_ContactCreateRsp

public epp_ContactCreateRsp(epp_Response _m_rsp,
                            java.lang.String _m_id)
The constructor with initializing variables.
Parameters:
_m_rsp - The common and generic response element
_m_id - The identifier for the contact object in the registry
Method Detail

setRsp

public void setRsp(epp_Response value)
Accessor method for the common and generic response element.
Parameters:
value - The new value for the response element
See Also:
m_rsp

getRsp

public epp_Response getRsp()
Accessor method for the common and generic response element.
Returns:
The value for the response element
See Also:
m_rsp

setRoid

public void setRoid(java.lang.String value)
Deprecated.  

See Also:
setId(String)

getRoid

public java.lang.String getRoid()
Deprecated.  

See Also:
getId()

setId

public void setId(java.lang.String value)
Accessor method for the identifier for the contact object in the registry
Parameters:
value - The contact id
See Also:
m_id

getId

public java.lang.String getId()
Accessor method for the identifier for the contact object in the registry
Returns:
The contact id
See Also:
m_id

toString

public java.lang.String toString()
Converts this class into a string. Typically used to view the object in debug output.
Overrides:
toString in class java.lang.Object
Returns:
The string representation of this object instance

EPP RTK
for Java v 0.4.1

Copyright © 2001 - Tucows, Inc.