org.openrtk.idl.epprtk
Class epp_TransferRequest
java.lang.Object
org.openrtk.idl.epprtk.epp_TransferRequest
- org.omg.CORBA.portable.IDLEntity
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/epprtk/epp_TransferRequest.java,v 1.1 2004/12/07 15:27:49 ewang2004 Exp $
$Revision: 1.1 $
$Date: 2004/12/07 15:27:49 $
m_auth_info
public epp_AuthInfo m_auth_info
The authorization information required to authorize object transfers.
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.
_m_auth_info
- The authorization information required to authorize object transfers_m_op
- The transfer operation type
getAuthInfo
public epp_AuthInfo getAuthInfo()
Accessor method for the authorization information
- The authorization information
getOp
public epp_TransferOpType getOp()
Accessor method for the transfer operation type
- The transfer operation type
setAuthInfo
public void setAuthInfo(epp_AuthInfo value)
Accessor method for the authorization information
value
- The authorization information
setOp
public void setOp(epp_TransferOpType value)
Accessor method for the transfer operation type
value
- The transfer operation type
toString
public String toString()
Converts this class into a string.
Typically used to view the object in debug output.
- The string representation of this object instance
Copyright © 2001-2002 - Tucows, Inc., 2003 - LibertyRMS