org.openrtk.idl.epp0402
Class epp_Command
java.lang.Object
org.openrtk.idl.epp0402.epp_Command
- org.omg.CORBA.portable.IDLEntity
public class epp_Command
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity
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/epp0402/epp_Command.java,v 1.1 2003/03/21 16:35:38 tubadanm Exp $
$Revision: 1.1 $
$Date: 2003/03/21 16:35:38 $
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_Unspec | getUnspec() - Accessor method for the optional command extensions
|
void | setClientTrid(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 | setUnspec(epp_Unspec value) - Accessor method for the optional command extensions
|
String | toString() - Converts this class into a string.
|
m_client_trid
public String m_client_trid
The client transaction identifier assigned by the client to the command.
m_creds
public epp_Credentials m_creds
The element that provides client identity information.
m_unspec
public epp_Unspec m_unspec
The optional command extensions.
epp_Command
public epp_Command()
Empty constructor
epp_Command
public epp_Command(epp_Credentials _m_creds,
epp_Unspec _m_unspec,
String _m_client_trid)
The constructor with initializing variables.
_m_creds
- The element that provides client identity information_m_unspec
- The optional command extensions_m_client_trid
- The client transaction identifier assigned by the client to the command
getClientTrid
public String getClientTrid()
Accessor method for the client transaction identifier assigned by the client to the command
- The client transaction identifier
getCreds
public epp_Credentials getCreds()
Accessor method for the element that provides client identity information
- The client identity credentials
getUnspec
public epp_Unspec getUnspec()
Accessor method for the optional command extensions
- The optional command extensions
setClientTrid
public void setClientTrid(String value)
Accessor method for the client transaction identifier assigned by the client to the command
value
- The client transaction identifier
setCreds
public void setCreds(epp_Credentials value)
Accessor method for the element that provides client identity information
value
- The client identity credentials
setUnspec
public void setUnspec(epp_Unspec value)
Accessor method for the optional command extensions
value
- The optional command extensions
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