|
EPP RTK for Java v 0.7.2 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--org.openrtk.idl.epp0604.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/epp0604/epp_Command.java,v 1.1 2003/03/21 15:53:53 tubadanm Exp $
epp_LoginReq.setCmd(epp_Command),
epp_DomainCreateReq.setCmd(epp_Command),
Serialized Form| Field 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_extensions
The optional command extensions. |
| Constructor Summary | |
epp_Command()
Empty constructor |
|
epp_Command(epp_Credentials _m_creds,
epp_Extension[] _m_extensions,
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()
Deprecated. |
epp_Extension[] |
getExtensions()
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)
Deprecated. |
void |
setExtensions(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.epp0604.epp_Credentials),
getCreds()public epp_Extension[] m_extensions
#setExtensions(org.openrtk.idl.epp0604.epp_Extension),
getExtensions()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_extensions,
java.lang.String _m_client_trid)
_m_creds - The element that provides client identity information_m_extensions - The optional command extensions_m_client_trid - The client transaction identifier assigned by the client to the command| Method Detail |
public void setCreds(epp_Credentials value)
value - The client identity credentialsm_credspublic epp_Credentials getCreds()
m_credspublic void setExtension(epp_Extension value)
value - The optional command extensionsm_extensionspublic epp_Extension getExtension()
m_extensionspublic void setExtensions(epp_Extension[] value)
value - The optional command extensionsm_extensionspublic epp_Extension[] getExtensions()
m_extensionspublic void setUnspec(epp_Unspec value)
value - The optional command extensions#m_extensionpublic epp_Unspec getUnspec()
#m_extensionpublic void setClientTrid(java.lang.String value)
value - The client transaction identifierm_client_tridpublic java.lang.String getClientTrid()
m_client_tridpublic java.lang.String toString()
toString in class java.lang.Object
|
EPP RTK for Java v 0.7.2 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||