EPP RTK
for Java v 0.7.2

org.openrtk.idl.epp0503
Class epp_Greeting

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

public class epp_Greeting
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity

Class that contains elements to state the EPP server's abilities.

The greeting returned by the server is in response to a successful connection or the hello request initiated by the client.

It lists the languages and protocol versions supported by the server, the services and data collection policy offered by the server.

$Header: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp0503/epp_Greeting.java,v 1.1 2003/03/21 16:18:25 tubadanm Exp $
$Revision: 1.1 $
$Date: 2003/03/21 16:18:25 $

See Also:
com.tucows.oxrs.epp.rtk.xml.EPPGreeting#getResponseData(), com.tucows.oxrs.epp.rtk.EPPClient#getGreeting(), com.tucows.oxrs.epp.rtk.EPPClient#hello(), Serialized Form

Field Summary
 epp_DataCollectionPolicy m_dcp
          The data collection policy of the server.
 java.lang.String m_server_date
          The server's current date and time in UTC.
 java.lang.String m_server_id
          The name of the server.
 epp_ServiceMenu m_svc_menu
          The services offered by the server.
 
Constructor Summary
epp_Greeting()
          Empty constructor
epp_Greeting(java.lang.String _m_server_id, java.lang.String _m_server_date, epp_ServiceMenu _m_svc_menu, epp_DataCollectionPolicy _m_dcp)
          The constructor with initializing variables.
 
Method Summary
 epp_DataCollectionPolicy getDcp()
          Accessor method for the data collection policy of the server
 java.lang.String getServerDate()
          Accessor method for the server's current date and time in UTC
 java.lang.String getServerId()
          Accessor method for the name of the server
 epp_ServiceMenu getSvcMenu()
          Accessor method for the services offered by the server
 void setDcp(epp_DataCollectionPolicy value)
          Accessor method for the data collection policy of the server
 void setServerDate(java.lang.String value)
          Accessor method for the server's current date and time in UTC
 void setServerId(java.lang.String value)
          Accessor method for the name of the server
 void setSvcMenu(epp_ServiceMenu value)
          Accessor method for the services offered by the server
 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_server_id

public java.lang.String m_server_id
The name of the server.

See Also:
setServerId(String), getServerId()

m_server_date

public java.lang.String m_server_date
The server's current date and time in UTC.

See Also:
setServerDate(String), getServerDate()

m_svc_menu

public epp_ServiceMenu m_svc_menu
The services offered by the server.

See Also:
setSvcMenu(org.openrtk.idl.epp0503.epp_ServiceMenu), getSvcMenu()

m_dcp

public epp_DataCollectionPolicy m_dcp
The data collection policy of the server.

See Also:
setDcp(org.openrtk.idl.epp0503.epp_DataCollectionPolicy), getDcp()
Constructor Detail

epp_Greeting

public epp_Greeting()
Empty constructor


epp_Greeting

public epp_Greeting(java.lang.String _m_server_id,
                    java.lang.String _m_server_date,
                    epp_ServiceMenu _m_svc_menu,
                    epp_DataCollectionPolicy _m_dcp)
The constructor with initializing variables.

Parameters:
_m_server_id - The name of the server
_m_server_date - The server's current date and time in UTC
_m_svc_menu - The services offered by the server
_m_dcp - The data collection policy of the server
Method Detail

setServerId

public void setServerId(java.lang.String value)
Accessor method for the name of the server

Parameters:
value - The name of the server
See Also:
m_server_id

getServerId

public java.lang.String getServerId()
Accessor method for the name of the server

Returns:
The name of the server
See Also:
m_server_id

setServerDate

public void setServerDate(java.lang.String value)
Accessor method for the server's current date and time in UTC

Parameters:
value - The server's current date and time
See Also:
m_server_date

getServerDate

public java.lang.String getServerDate()
Accessor method for the server's current date and time in UTC

Returns:
The server's current date and time
See Also:
m_server_date

setSvcMenu

public void setSvcMenu(epp_ServiceMenu value)
Accessor method for the services offered by the server

Parameters:
value - The service element
See Also:
m_svc_menu

getSvcMenu

public epp_ServiceMenu getSvcMenu()
Accessor method for the services offered by the server

Returns:
The service element
See Also:
m_svc_menu

setDcp

public void setDcp(epp_DataCollectionPolicy value)
Accessor method for the data collection policy of the server

Parameters:
value - The data collection policy of the server
See Also:
m_dcp

getDcp

public epp_DataCollectionPolicy getDcp()
Accessor method for the data collection policy of the server

Returns:
The data collection policy of the server
See Also:
m_dcp

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.7.2

Copyright ? 2001-2002 - Tucows, Inc., 2003 - LibertyRMS