com.neulevel.epp.core.response
Class EppResponseDataCreate
java.lang.Object
|
+--com.neulevel.epp.core.EppEntity
|
+--com.neulevel.epp.core.response.EppResponseData
|
+--com.neulevel.epp.core.response.EppResponseDataCreate
- Direct Known Subclasses:
- EppResponseDataCreateContact, EppResponseDataCreateDomain, EppResponseDataCreateHost
- public abstract class EppResponseDataCreate
- extends EppResponseData
This EppResponseDataCreate
class implements EPP Response
Data entity for EPP Command Create.
- Version:
- $Revision: 1.1 $ $Date: 2001/11/05 20:20:36 $
- Author:
- Ning Zhang ning.zhang@neustar.com
Field Summary |
protected java.lang.String |
roid
Deprecated. for EPP-04 (06/29/2001) |
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 java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
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
EppResponseDataCreate
public EppResponseDataCreate()
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
Copyright © 2001 NeuStar, Inc. All Rights Reserved.