| EPP RTK for Java v 0.9.5 | |
| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.openrtk.idl.epp0503.epp_TransferRequestpublic class epp_TransferRequestextends java.lang.Objectimplements org.omg.CORBA.portable.IDLEntityepp_DomainTransferReq, epp_ContactTransferReqField Summary | |
epp_AuthInfo |
|
epp_TransferOpType |
|
Constructor Summary | |
| |
| |
Method Summary | |
epp_AuthInfo |
|
epp_TransferOpType |
|
void |
|
void |
|
String |
|
public epp_AuthInfo m_auth_info
The authorization information required to authorize object transfers.
- See Also:
setAuthInfo(epp_AuthInfo),getAuthInfo()
public epp_TransferOpType m_op
The transfer operation type.
- See Also:
setOp(epp_TransferOpType),getOp()
public epp_TransferRequest()
Empty constructor
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
public epp_AuthInfo getAuthInfo()
Accessor method for the authorization information
- Returns:
- The authorization information
- See Also:
m_auth_info
public epp_TransferOpType getOp()
Accessor method for the transfer operation type
- Returns:
- The transfer operation type
- See Also:
m_op
public void setAuthInfo(epp_AuthInfo value)
Accessor method for the authorization information
- Parameters:
value- The authorization information
- See Also:
m_auth_info
public void setOp(epp_TransferOpType value)
Accessor method for the transfer operation type
- Parameters:
value- The transfer operation type
- See Also:
m_op
public String toString()
Converts this class into a string. Typically used to view the object in debug output.
- Returns:
- The string representation of this object instance