EPP RTK
for Java v 0.5.0

org.openrtk.idl.epp
Class epp_Command

java.lang.Object
  |
  +--org.openrtk.idl.epp.epp_Command
All Implemented Interfaces:
org.omg.CORBA.portable.IDLEntity, java.io.Serializable

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/epp/epp_Command.java,v 1.8 2002/03/13 02:40:48 tubadanm Exp $
$Revision: 1.8 $
$Date: 2002/03/13 02:40:48 $

See Also:
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_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

m_creds

public epp_Credentials m_creds
The element that provides client identity information.
See Also:
setCreds(org.openrtk.idl.epp.epp_Credentials), getCreds()

m_extension

public epp_Extension m_extension
The optional command extensions.
See Also:
setExtension(org.openrtk.idl.epp.epp_Extension), getExtension()

m_client_trid

public java.lang.String m_client_trid
The client transaction identifier assigned by the client to the command.
See Also:
setClientTrid(String), getClientTrid()
Constructor Detail

epp_Command

public epp_Command()
Empty constructor

epp_Command

public epp_Command(epp_Credentials _m_creds,
                   epp_Extension _m_extension,
                   java.lang.String _m_client_trid)
The constructor with initializing variables.
Parameters:
_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 command
Method Detail

setCreds

public void setCreds(epp_Credentials value)
Accessor method for the element that provides client identity information
Parameters:
value - The client identity credentials
See Also:
m_creds

getCreds

public epp_Credentials getCreds()
Accessor method for the element that provides client identity information
Returns:
The client identity credentials
See Also:
m_creds

setExtension

public void setExtension(epp_Extension value)
Accessor method for the optional command extensions
Parameters:
value - The optional command extensions
See Also:
m_extension

getExtension

public epp_Extension getExtension()
Accessor method for the optional command extensions
Returns:
The optional command extensions
See Also:
m_extension

setUnspec

public void setUnspec(epp_Unspec value)
Deprecated. Please use setExtension()

Accessor method for the optional command extensions
Parameters:
value - The optional command extensions
See Also:
m_extension

getUnspec

public epp_Unspec getUnspec()
Deprecated. Please use getExtension()

Accessor method for the optional command extensions
Returns:
The optional command extensions
See Also:
m_extension

setClientTrid

public void setClientTrid(java.lang.String value)
Accessor method for the client transaction identifier assigned by the client to the command
Parameters:
value - The client transaction identifier
See Also:
m_client_trid

getClientTrid

public java.lang.String getClientTrid()
Accessor method for the client transaction identifier assigned by the client to the command
Returns:
The client transaction identifier
See Also:
m_client_trid

toString

public java.lang.String toString()
Converts this class into a string. Typically used to view the object in debug output.
Overrides:
toString in class java.lang.Object
Returns:
The string representation of this object instance

EPP RTK
for Java v 0.5.0

Copyright © 2001 - Tucows, Inc.