|
EPP RTK for Java v 0.5.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.openrtk.idl.epp.epp_TransferRequest
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 $
epp_DomainTransferReq
,
epp_ContactTransferReq
, Serialized FormField 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 |
public epp_AuthInfo m_auth_info
setAuthInfo(org.openrtk.idl.epp.epp_AuthInfo)
,
getAuthInfo()
public epp_TransferOpType m_op
setOp(org.openrtk.idl.epp.epp_TransferOpType)
,
getOp()
Constructor Detail |
public epp_TransferRequest()
public epp_TransferRequest(epp_AuthInfo _m_auth_info, epp_TransferOpType _m_op)
_m_auth_info
- The authorization information required to authorize object transfers_m_op
- The transfer operation typeMethod Detail |
public void setAuthInfo(epp_AuthInfo value)
value
- The authorization informationm_auth_info
public epp_AuthInfo getAuthInfo()
m_auth_info
public void setOp(epp_TransferOpType value)
value
- The transfer operation typem_op
public epp_TransferOpType getOp()
m_op
public java.lang.String toString()
toString
in class java.lang.Object
|
EPP RTK for Java v 0.5.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |