EPP RTK
for Java v 0.4.1

org.openrtk.idl.epp
Class epp_TransferRequest

java.lang.Object
  |
  +--org.openrtk.idl.epp.epp_TransferRequest
All Implemented Interfaces:
org.omg.CORBA.portable.IDLEntity, java.io.Serializable

public class epp_TransferRequest
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity

Class that contains elements used in requests to transfer any EPP object.

The minimum required data elements are the object's authorization information and one of the transfer operation types: APPROVE, CANCEL, QUERY, REJECT and REQUEST.

$Header: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/epp_TransferRequest.java,v 1.7 2001/12/04 22:32:50 lyin Exp $
$Revision: 1.7 $
$Date: 2001/12/04 22:32:50 $

See Also:
epp_DomainTransferReq, epp_ContactTransferReq, Serialized Form

Field Summary
 epp_AuthInfo m_auth_info
          The authorization information required to authorize object transfers.
 epp_TransferOpType m_op
          The transfer operation type.
 
Constructor Summary
epp_TransferRequest()
          Empty constructor
epp_TransferRequest(epp_AuthInfo _m_auth_info, epp_TransferOpType _m_op)
          The constructor with initializing variables.
 
Method Summary
 epp_AuthInfo getAuthInfo()
          Accessor method for the authorization information
 epp_TransferOpType getOp()
          Accessor method for the transfer operation type
 void setAuthInfo(epp_AuthInfo value)
          Accessor method for the authorization information
 void setOp(epp_TransferOpType value)
          Accessor method for the transfer operation type
 java.lang.String toString()
          Converts this class into a string.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

m_auth_info

public epp_AuthInfo m_auth_info
The authorization information required to authorize object transfers.
See Also:
setAuthInfo(org.openrtk.idl.epp.epp_AuthInfo), getAuthInfo()

m_op

public epp_TransferOpType m_op
The transfer operation type.
See Also:
setOp(org.openrtk.idl.epp.epp_TransferOpType), getOp()
Constructor Detail

epp_TransferRequest

public epp_TransferRequest()
Empty constructor

epp_TransferRequest

public epp_TransferRequest(epp_AuthInfo _m_auth_info,
                           epp_TransferOpType _m_op)
The constructor with initializing variables.
Parameters:
_m_auth_info - The authorization information required to authorize object transfers
_m_op - The transfer operation type
Method Detail

setAuthInfo

public void setAuthInfo(epp_AuthInfo value)
Accessor method for the authorization information
Parameters:
value - The authorization information
See Also:
m_auth_info

getAuthInfo

public epp_AuthInfo getAuthInfo()
Accessor method for the authorization information
Returns:
The authorization information
See Also:
m_auth_info

setOp

public void setOp(epp_TransferOpType value)
Accessor method for the transfer operation type
Parameters:
value - The transfer operation type
See Also:
m_op

getOp

public epp_TransferOpType getOp()
Accessor method for the transfer operation type
Returns:
The transfer operation type
See Also:
m_op

toString

public java.lang.String toString()
Converts this class into a string. Typically used to view the object in debug output.
Overrides:
toString in class java.lang.Object
Returns:
The string representation of this object instance

EPP RTK
for Java v 0.4.1

Copyright © 2001 - Tucows, Inc.