|
EPP 0.2.5 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.neulevel.epp.core.EppEntity | +--com.neulevel.epp.core.response.EppResponseData | +--com.neulevel.epp.core.response.EppResponseDataCreate | +--com.neulevel.epp.core.response.EppResponseDataCreateSvcsub
This EppResponseDataCreateSvcsub
class implements EPP
Response Data entity for EPP Command Create of EPP Svcsub objects.
Fields inherited from class com.neulevel.epp.core.response.EppResponseDataCreate |
roid |
Constructor Summary | |
EppResponseDataCreateSvcsub(java.lang.String id)
Creates an EppResponseDataCreateSvcsub object |
|
EppResponseDataCreateSvcsub(java.lang.String id,
java.util.Calendar exDate)
Creates an EppResponseDataCreateSvcsub object |
|
EppResponseDataCreateSvcsub(java.lang.String id,
java.lang.String roid)
Deprecated. for EPP-04 (06/29/2001) |
|
EppResponseDataCreateSvcsub(java.lang.String id,
java.lang.String roid,
java.util.Calendar exDate)
Deprecated. for EPP-04 (06/29/2001) |
Method Summary | |
static EppEntity |
fromXML(org.w3c.dom.Node root)
Converts an XML element into an EppResponseDataCreateSvcsub object. |
java.util.Calendar |
getDateExpired()
Gets expiration date of the service subscription object created |
java.lang.String |
getId()
Gets the id of the service subscription object created |
void |
setDateExpired(java.util.Calendar exDate)
Sets expiration date of the service subscription object created |
void |
setId(java.lang.String id)
Sets the id of the service subscription object created |
org.w3c.dom.Element |
toXML(org.w3c.dom.Document doc,
java.lang.String tag)
Converts an EppResponseDataCreateSvcsub object
into an XML element. |
Methods inherited from class com.neulevel.epp.core.response.EppResponseDataCreate |
getRoid,
setRoid |
Methods inherited from class com.neulevel.epp.core.response.EppResponseData |
toString |
Methods inherited from class com.neulevel.epp.core.EppEntity |
toString |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Constructor Detail |
public EppResponseDataCreateSvcsub(java.lang.String id)
EppResponseDataCreateSvcsub
objectid
- the id of the EppSvcsub
object createdpublic EppResponseDataCreateSvcsub(java.lang.String id, java.util.Calendar exDate)
EppResponseDataCreateSvcsub
objectid
- the id of the EppSvcsub
object createdexDate
- the expiration date of the EppSvcsub
object createdpublic EppResponseDataCreateSvcsub(java.lang.String id, java.lang.String roid)
EppResponseDataCreateSvcsub
objectid
- the id of the EppSvcsub
object createdroid
- the ROID of the EppSvcsub
object createdpublic EppResponseDataCreateSvcsub(java.lang.String id, java.lang.String roid, java.util.Calendar exDate)
EppResponseDataCreateSvcsub
objectid
- the id of the EppSvcsub
object createdroid
- the ROID of the EppSvcsub
object createdexDate
- the expiration date of the EppSvcsub
object createdMethod Detail |
public java.lang.String getId()
public void setId(java.lang.String id)
public java.util.Calendar getDateExpired()
public void setDateExpired(java.util.Calendar exDate)
public static EppEntity fromXML(org.w3c.dom.Node root)
EppResponseDataCreateSvcsub
object. The caller of this
method must make sure that the root node is the resData element of
EPP responseType for creating an EPP Svcsub objectroot
- root node for an EppResponseDataCreateSvcsub
object in XML formatEppResponseDataCreateSvcsub
object,
or null if the node is invalidpublic org.w3c.dom.Element toXML(org.w3c.dom.Document doc, java.lang.String tag)
EppResponseDataCreateSvcsub
object
into an XML element.doc
- the XML Document
objecttag
- the tag/element name for the
EppResponseDataCreateSvcsub
objectElement
object
|
EPP 0.2.5 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |