|
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_ContactCreateReq
Class that contains the elements necessary to create a contact in the registry.
$Header: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/contact/epp_ContactCreateReq.java,v 1.9 2001/12/04 22:31:46 lyin Exp $
EPPContactCreate
,
epp_ContactCreateRsp
, Serialized FormField Summary | |
epp_ContactNameAddress |
m_ascii_address
The contact name and address to be associated with the contact object. |
epp_AuthInfo |
m_auth_info
The authorization information to be associated with the contact object. |
epp_Command |
m_cmd
The common and generic command element. |
java.lang.String |
m_email
The e-mail address of the contact. |
epp_ContactPhone |
m_fax
The fax number of the contact. |
epp_ContactNameAddress |
m_i15d_address
The contact name and address to be associated with the contact object. |
java.lang.String |
m_id
The identifier for the contact to be created. |
epp_ContactPhone |
m_voice
The telephone number of the contact. |
Constructor Summary | |
epp_ContactCreateReq()
Empty constructor |
|
epp_ContactCreateReq(epp_Command _m_cmd,
java.lang.String _m_id,
epp_ContactNameAddress _m_ascii_address,
epp_ContactNameAddress _m_i15d_address,
epp_ContactPhone _m_voice,
epp_ContactPhone _m_fax,
java.lang.String _m_email,
epp_AuthInfo _m_auth_info)
The constructor with initializing variables. |
Method Summary | |
epp_ContactNameAddress |
getAsciiAddress()
Accessor method for the ascii contact name and address to be associated with the contact object |
epp_AuthInfo |
getAuthInfo()
Accessor method for the authorization information to be associated with the contact object |
epp_Command |
getCmd()
Accessor method for the common and generic command element |
java.lang.String |
getEmail()
Accessor method for the e-mail address of the contact |
epp_ContactPhone |
getFax()
Accessor method for the fax number of the contact |
epp_ContactNameAddress |
getI15dAddress()
Accessor method for the i15d contact name and address to be associated with the contact object |
java.lang.String |
getId()
Accessor method for the identifier for the contact to be created |
java.lang.String |
getRoid()
Deprecated. |
epp_ContactPhone |
getVoice()
Accessor method for the telephone number of the contact |
void |
setAsciiAddress(epp_ContactNameAddress value)
Accessor method for the ascii contact name and address to be associated with the contact object |
void |
setAuthInfo(epp_AuthInfo value)
Accessor method for the authorization information to be associated with the contact object |
void |
setCmd(epp_Command value)
Accessor method for the common and generic command element |
void |
setEmail(java.lang.String value)
Accessor method for the e-mail address of the contact |
void |
setFax(epp_ContactPhone value)
Accessor method for the fax number of the contact |
void |
setFax(java.lang.String value)
Accessor method for the fax number of the contact |
void |
setI15dAddress(epp_ContactNameAddress value)
Accessor method for the i15d contact name and address to be associated with the contact object |
void |
setId(java.lang.String value)
Accessor method for the identifier for the contact to be created |
void |
setRoid(java.lang.String value)
Deprecated. |
void |
setVoice(epp_ContactPhone value)
Accessor method for the telephone number of the contact |
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()
public epp_ContactNameAddress m_ascii_address
setAsciiAddress(org.openrtk.idl.epp.contact.epp_ContactNameAddress)
,
getAsciiAddress()
public epp_ContactNameAddress m_i15d_address
setI15dAddress(org.openrtk.idl.epp.contact.epp_ContactNameAddress)
,
getI15dAddress()
public epp_ContactPhone m_voice
setVoice(org.openrtk.idl.epp.contact.epp_ContactPhone)
,
getVoice()
public epp_ContactPhone m_fax
setFax(org.openrtk.idl.epp.contact.epp_ContactPhone)
,
getFax()
public java.lang.String m_email
setEmail(String)
,
getEmail()
public epp_AuthInfo m_auth_info
setAuthInfo(org.openrtk.idl.epp.epp_AuthInfo)
,
getAuthInfo()
Constructor Detail |
public epp_ContactCreateReq()
public epp_ContactCreateReq(epp_Command _m_cmd, java.lang.String _m_id, epp_ContactNameAddress _m_ascii_address, epp_ContactNameAddress _m_i15d_address, epp_ContactPhone _m_voice, epp_ContactPhone _m_fax, java.lang.String _m_email, epp_AuthInfo _m_auth_info)
_m_cmd
- The common and generic command element_m_id
- The identifier for the contact to be created_m_ascii_address
- The ascii contact name and address to be associated with the contact object_m_i15d_address
- The i15d contact name and address to be associated with the contact object_m_voice
- The telephone number of the contact_m_fax
- The fax number of the contact_m_email
- The e-mail address of the contact_m_auth_info
- The authorization information to be associated with the contact objectMethod 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 void setAsciiAddress(epp_ContactNameAddress value)
value
- The contact ascii name and addressm_ascii_address
public epp_ContactNameAddress getAsciiAddress()
m_ascii_address
public void setI15dAddress(epp_ContactNameAddress value)
value
- The contact i15d name and addressm_i15d_address
public epp_ContactNameAddress getI15dAddress()
m_i15d_address
public void setVoice(epp_ContactPhone value)
value
- The contact's telephone numberm_voice
public epp_ContactPhone getVoice()
m_voice
public void setFax(epp_ContactPhone value)
value
- The contact's fax numberm_fax
public void setFax(java.lang.String value)
value
- The contact's fax numberm_fax
public epp_ContactPhone getFax()
m_fax
public void setEmail(java.lang.String value)
value
- The contact's e-mail addressm_email
public java.lang.String getEmail()
m_email
public void setAuthInfo(epp_AuthInfo value)
value
- The contact auth infom_auth_info
public epp_AuthInfo getAuthInfo()
m_auth_info
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 |