|
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_Command
Class that contains the common and generic elements necessary for an EPP command sending to the server.
$Header: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/epp_Command.java,v 1.8 2002/03/13 02:40:48 tubadanm Exp $
epp_LoginReq.setCmd(epp_Command)
,
epp_DomainCreateReq.setCmd(epp_Command)
, Serialized FormField Summary | |
java.lang.String |
m_client_trid
The client transaction identifier assigned by the client to the command. |
epp_Credentials |
m_creds
The element that provides client identity information. |
epp_Extension |
m_extension
The optional command extensions. |
Constructor Summary | |
epp_Command()
Empty constructor |
|
epp_Command(epp_Credentials _m_creds,
epp_Extension _m_extension,
java.lang.String _m_client_trid)
The constructor with initializing variables. |
Method Summary | |
java.lang.String |
getClientTrid()
Accessor method for the client transaction identifier assigned by the client to the command |
epp_Credentials |
getCreds()
Accessor method for the element that provides client identity information |
epp_Extension |
getExtension()
Accessor method for the optional command extensions |
epp_Unspec |
getUnspec()
Deprecated. Please use getExtension() |
void |
setClientTrid(java.lang.String value)
Accessor method for the client transaction identifier assigned by the client to the command |
void |
setCreds(epp_Credentials value)
Accessor method for the element that provides client identity information |
void |
setExtension(epp_Extension value)
Accessor method for the optional command extensions |
void |
setUnspec(epp_Unspec value)
Deprecated. Please use setExtension() |
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_Credentials m_creds
setCreds(org.openrtk.idl.epp.epp_Credentials)
,
getCreds()
public epp_Extension m_extension
setExtension(org.openrtk.idl.epp.epp_Extension)
,
getExtension()
public java.lang.String m_client_trid
setClientTrid(String)
,
getClientTrid()
Constructor Detail |
public epp_Command()
public epp_Command(epp_Credentials _m_creds, epp_Extension _m_extension, java.lang.String _m_client_trid)
_m_creds
- The element that provides client identity information_m_extension
- The optional command extensions_m_client_trid
- The client transaction identifier assigned by the client to the commandMethod Detail |
public void setCreds(epp_Credentials value)
value
- The client identity credentialsm_creds
public epp_Credentials getCreds()
m_creds
public void setExtension(epp_Extension value)
value
- The optional command extensionsm_extension
public epp_Extension getExtension()
m_extension
public void setUnspec(epp_Unspec value)
value
- The optional command extensionsm_extension
public epp_Unspec getUnspec()
m_extension
public void setClientTrid(java.lang.String value)
value
- The client transaction identifierm_client_trid
public java.lang.String getClientTrid()
m_client_trid
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 |