|
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.contact.epp_ContactInfoReq
Class that contains the elements necessary to retrieve detailed information associated with a contact in the registry.
$Header: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/contact/epp_ContactInfoReq.java,v 1.9 2001/12/04 22:31:46 lyin Exp $
EPPContactInfo
,
epp_ContactInfoRsp
, Serialized FormField Summary | |
epp_Command |
m_cmd
The common and generic command element. |
java.lang.String |
m_id
The identifier for the contact object to be queried. |
Constructor Summary | |
epp_ContactInfoReq()
Empty constructor |
|
epp_ContactInfoReq(epp_Command _m_cmd,
java.lang.String _m_id)
The constructor with initializing variables. |
Method Summary | |
epp_Command |
getCmd()
Accessor method for the common and generic command element |
java.lang.String |
getId()
Accessor method for the identifier for the contact object to be queried |
java.lang.String |
getRoid()
Deprecated. |
void |
setCmd(epp_Command value)
Accessor method for the common and generic command element |
void |
setId(java.lang.String value)
Accessor method for the identifier for the contact object to be queried |
void |
setRoid(java.lang.String value)
Deprecated. |
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_Command m_cmd
setCmd(org.openrtk.idl.epp.epp_Command)
,
getCmd()
public java.lang.String m_id
setId(String)
,
getId()
Constructor Detail |
public epp_ContactInfoReq()
public epp_ContactInfoReq(epp_Command _m_cmd, java.lang.String _m_id)
_m_cmd
- The common and generic command element_m_id
- The identifier for the contact object to be queriedMethod Detail |
public void setCmd(epp_Command value)
value
- The command elementm_cmd
public epp_Command getCmd()
m_cmd
public void setRoid(java.lang.String value)
setId(String)
public java.lang.String getRoid()
getId()
public void setId(java.lang.String value)
value
- The contact idm_id
public java.lang.String getId()
m_id
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 |