|
EPP 0.2.6 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.neulevel.epp.core.EppEntity
com.neulevel.epp.core.response.EppResponseData
com.neulevel.epp.core.response.EppResponseDataTransfer
com.neulevel.epp.core.response.EppResponseDataTransferSvcsub
This EppResponseDataTransferSvcsub
class implements EPP
Response Data entity for EPP Command Transfer of EPP Svcsub objects.
Field Summary |
Fields inherited from class com.neulevel.epp.core.response.EppResponseDataTransfer |
acDate, acID, exDate, reDate, reID, STATUS_CLIENT_APPROVED, STATUS_CLIENT_CANCELLED, STATUS_CLIENT_REJECTED, STATUS_PENDING, STATUS_SERVER_APPROVED, STATUS_SERVER_CANCELLED, trStatus |
Constructor Summary | |
EppResponseDataTransferSvcsub(java.lang.String id)
Creates an EppResponseDataTransferSvcsub object |
Method Summary | |
static EppEntity |
fromXML(org.w3c.dom.Node root)
Converts an XML element into an EppResponseDataTransferSvcsub object. |
java.util.Calendar |
getDateExpired()
Gets the new expiration date of the service subscription object after the transfer, or null if the transfer request does not change the expiration date of the service subscription object. |
java.lang.String |
getId()
Gets the id of the EPP Svcsub object |
void |
setDateExpired(java.util.Calendar date)
Sets the new expiration date of the service subscription object after the transfer. |
void |
setId(java.lang.String id)
Sets the id of the EPP Svcsub Object |
org.w3c.dom.Element |
toXML(org.w3c.dom.Document doc,
java.lang.String tag)
Converts the EppResponseDataTransferSvcsub object into
an XML element |
Methods inherited from class com.neulevel.epp.core.response.EppResponseDataTransfer |
fromXMLCommon, getActionClientId, getActionDate, getRequestClientId, getRequestDate, getTransferStatus, setActionClientId, setActionDate, setRequestClientId, setRequestDate, setTransferStatus, toXMLCommon |
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 EppResponseDataTransferSvcsub(java.lang.String id)
EppResponseDataTransferSvcsub
object
Method Detail |
public java.lang.String getId()
public void setId(java.lang.String id)
public java.util.Calendar getDateExpired()
public void setDateExpired(java.util.Calendar date)
public org.w3c.dom.Element toXML(org.w3c.dom.Document doc, java.lang.String tag)
EppResponseDataTransferSvcsub
object into
an XML element
toXML
in class EppEntity
doc
- the XML Document
objecttag
- the tag/element name for the
EppResponseDataTransferSvcsub
object
Element
objectpublic static EppEntity fromXML(org.w3c.dom.Node root)
EppResponseDataTransferSvcsub
object. The caller of
this method must make sure that the root node is of an EPP Response
Transfer entity for EPP Svcsub object.
root
- root node for an
EppResponseDataTransferSvcsub
object in XML format
EppResponseDataTransferSvcsub
object, or null
if the node is invalid
|
EPP 0.2.6 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |