|
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_Greeting
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/epp/epp_Greeting.java,v 1.8 2002/03/12 22:16:19 lyin Exp $
EPPGreeting.getResponseData()
,
EPPClient.getGreeting()
,
EPPClient.hello()
, Serialized FormField 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 |
public java.lang.String m_server_id
setServerId(String)
,
getServerId()
public java.lang.String m_server_date
setServerDate(String)
,
getServerDate()
public epp_ServiceMenu m_svc_menu
setSvcMenu(org.openrtk.idl.epp.epp_ServiceMenu)
,
getSvcMenu()
public epp_DataCollectionPolicy m_dcp
setDcp(org.openrtk.idl.epp.epp_DataCollectionPolicy)
,
getDcp()
Constructor Detail |
public 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)
_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 serverMethod Detail |
public void setServerId(java.lang.String value)
value
- The name of the serverm_server_id
public java.lang.String getServerId()
m_server_id
public void setServerDate(java.lang.String value)
value
- The server's current date and timem_server_date
public java.lang.String getServerDate()
m_server_date
public void setSvcMenu(epp_ServiceMenu value)
value
- The service elementm_svc_menu
public epp_ServiceMenu getSvcMenu()
m_svc_menu
public void setDcp(epp_DataCollectionPolicy value)
value
- The data collection policy of the serverm_dcp
public epp_DataCollectionPolicy getDcp()
m_dcp
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 |