EPP 0.2.6

com.neulevel.epp.core.response
Class EppResponseDataCreate

java.lang.Object
  extended bycom.neulevel.epp.core.EppEntity
      extended bycom.neulevel.epp.core.response.EppResponseData
          extended bycom.neulevel.epp.core.response.EppResponseDataCreate
Direct Known Subclasses:
EppResponseDataCreateContact, EppResponseDataCreateDomain, EppResponseDataCreateHost, EppResponseDataCreateSvcsub

public abstract class EppResponseDataCreate
extends EppResponseData

This EppResponseDataCreate class implements EPP Response Data entity for EPP Command Create.

Version:
$Revision: 1.1.1.1 $ $Date: 2005/12/06 20:11:35 $
Author:
Ning Zhang ning.zhang@neustar.com

Field Summary
protected  java.lang.String roid
          Deprecated. for EPP-04 (06/29/2001)
 
Constructor Summary
EppResponseDataCreate()
           
 
Method Summary
 java.lang.String getRoid()
          Deprecated. for EPP-04 (06/29/2001)
 void setRoid(java.lang.String roid)
          Deprecated. for EPP-04 (06/29/2001)
 
Methods inherited from class com.neulevel.epp.core.response.EppResponseData
fromXML, toString
 
Methods inherited from class com.neulevel.epp.core.EppEntity
toString, toXML
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

roid

protected java.lang.String roid
Deprecated. for EPP-04 (06/29/2001)

The ROID associated with the response data after creating an object sucessfully

Constructor Detail

EppResponseDataCreate

public EppResponseDataCreate()
Method Detail

getRoid

public java.lang.String getRoid()
Deprecated. for EPP-04 (06/29/2001)

Gets ROID associated with the creation of an EppObject


setRoid

public void setRoid(java.lang.String roid)
Deprecated. for EPP-04 (06/29/2001)

Sets ROID associated with the creation of an EppObject


EPP 0.2.6

Copyright © 2001-2002 NeuLevel, Inc. All Rights Reserved.