EPP 0.2.4

com.neulevel.epp.core.response
Class EppResponseDataTransfer

java.lang.Object
  |
  +--com.neulevel.epp.core.EppEntity
        |
        +--com.neulevel.epp.core.response.EppResponseData
              |
              +--com.neulevel.epp.core.response.EppResponseDataTransfer
Direct Known Subclasses:
EppResponseDataTransferContact, EppResponseDataTransferDomain

public abstract class EppResponseDataTransfer
extends EppResponseData

This EppResponseDataTransfer class implements EPP Response Data entity for EPP Command Transfer.

Version:
$Revision: 1.1 $ $Date: 2001/11/05 20:20:36 $
Author:
Ning Zhang ning.zhang@neustar.com

Field Summary
protected  java.util.Calendar acDate
          The timestamp when the client who must or did act upon the transfer request
protected  java.lang.String acID
          The id of the client who must act upon the transfer request
protected  java.util.Calendar exDate
          The new expiration date of the EPP Object after transfer, if any
protected  java.util.Calendar reDate
          The timestamp when the transfer request was made
protected  java.lang.String reID
          The id of the client who made the transfer request
static java.lang.String STATUS_CLIENT_APPROVED
          Status for transfer - clientApproved
static java.lang.String STATUS_CLIENT_CANCELLED
          Status for transfer - clientCancelled
static java.lang.String STATUS_CLIENT_REJECTED
          Status for transfer - clientRejected
static java.lang.String STATUS_PENDING
          Status for transfer - pending
static java.lang.String STATUS_SERVER_APPROVED
          Status for transfer - serverApproved
static java.lang.String STATUS_SERVER_CANCELLED
          Status for transfer - serverCancelled
protected  java.lang.String trStatus
          The status of the transfer operation
 
Constructor Summary
EppResponseDataTransfer()
           
 
Method Summary
protected  void fromXMLCommon(org.w3c.dom.Node node, java.lang.String name)
          Converts shared EppResponseDataTransfer components from XML format.
 java.lang.String getActionClientId()
          Gets the id of the client that should act upon the transfer request
 java.util.Calendar getActionDate()
          Gets the date that the transfer request is required to be acted upon before an automated response action taken place by the server, if the request status is still pending; or the date that the request was completed.
 java.lang.String getRequestClientId()
          Gets the id of the client made the transfer request
 java.util.Calendar getRequestDate()
          Gets the date that the transfer request is made
 java.lang.String getTransferStatus()
          Gets the transfer status
 void setActionClientId(java.lang.String clientId)
          Sets the id of the client that should act upon the transfer request
 void setActionDate(java.util.Calendar date)
          Sets the date that the transfer request is required to be acted upon before an automated response action taken place by the server, if the request status is still pending; or the date that the request was completed.
 void setRequestClientId(java.lang.String clientId)
          Sets the id of the client made the transfer request
 void setRequestDate(java.util.Calendar date)
          Sets the date that the transfer request is made
 void setTransferStatus(java.lang.String status)
          Sets the transfer status
protected  void toXMLCommon(org.w3c.dom.Document doc, org.w3c.dom.Element body)
          Converts shared EppResponseDataTransfer component into XML elements
 
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

STATUS_PENDING

public static final java.lang.String STATUS_PENDING
Status for transfer - pending

STATUS_CLIENT_APPROVED

public static final java.lang.String STATUS_CLIENT_APPROVED
Status for transfer - clientApproved

STATUS_CLIENT_CANCELLED

public static final java.lang.String STATUS_CLIENT_CANCELLED
Status for transfer - clientCancelled

STATUS_CLIENT_REJECTED

public static final java.lang.String STATUS_CLIENT_REJECTED
Status for transfer - clientRejected

STATUS_SERVER_APPROVED

public static final java.lang.String STATUS_SERVER_APPROVED
Status for transfer - serverApproved

STATUS_SERVER_CANCELLED

public static final java.lang.String STATUS_SERVER_CANCELLED
Status for transfer - serverCancelled

trStatus

protected java.lang.String trStatus
The status of the transfer operation

reID

protected java.lang.String reID
The id of the client who made the transfer request

reDate

protected java.util.Calendar reDate
The timestamp when the transfer request was made

acID

protected java.lang.String acID
The id of the client who must act upon the transfer request

acDate

protected java.util.Calendar acDate
The timestamp when the client who must or did act upon the transfer request

exDate

protected java.util.Calendar exDate
The new expiration date of the EPP Object after transfer, if any
Constructor Detail

EppResponseDataTransfer

public EppResponseDataTransfer()
Method Detail

getTransferStatus

public java.lang.String getTransferStatus()
Gets the transfer status

setTransferStatus

public void setTransferStatus(java.lang.String status)
Sets the transfer status

getRequestClientId

public java.lang.String getRequestClientId()
Gets the id of the client made the transfer request

setRequestClientId

public void setRequestClientId(java.lang.String clientId)
Sets the id of the client made the transfer request

getRequestDate

public java.util.Calendar getRequestDate()
Gets the date that the transfer request is made

setRequestDate

public void setRequestDate(java.util.Calendar date)
Sets the date that the transfer request is made

getActionClientId

public java.lang.String getActionClientId()
Gets the id of the client that should act upon the transfer request

setActionClientId

public void setActionClientId(java.lang.String clientId)
Sets the id of the client that should act upon the transfer request

getActionDate

public java.util.Calendar getActionDate()
Gets the date that the transfer request is required to be acted upon before an automated response action taken place by the server, if the request status is still pending; or the date that the request was completed.

setActionDate

public void setActionDate(java.util.Calendar date)
Sets the date that the transfer request is required to be acted upon before an automated response action taken place by the server, if the request status is still pending; or the date that the request was completed.

toXMLCommon

protected void toXMLCommon(org.w3c.dom.Document doc,
                           org.w3c.dom.Element body)
Converts shared EppResponseDataTransfer component into XML elements
Parameters:
doc - the XML Document object
body - the XML Element to be attached

fromXMLCommon

protected void fromXMLCommon(org.w3c.dom.Node node,
                             java.lang.String name)
Converts shared EppResponseDataTransfer components from XML format.
Parameters:
root - the node of a shared component
name - the name of the node of a shared component

EPP 0.2.4

Copyright © 2001 NeuStar, Inc. All Rights Reserved.