|
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_ContactUpdateChange
Class that contains the contact object elements to be changed in the registry.
This class can only be used when modifying a contact object. $Header: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/contact/epp_ContactUpdateChange.java,v 1.8 2001/12/18 16:04:05 tubadanm Exp $
epp_ContactUpdateReq.setChange(epp_ContactUpdateChange), Serialized Form| Field 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. |
java.lang.String |
m_email
The contact's e-mail address. |
epp_ContactPhone |
m_fax
The contact's fax number. |
epp_ContactNameAddress |
m_i15d_address
The contact name and address to be associated with the contact object. |
epp_ContactPhone |
m_voice
The contact's telephone number. |
| Constructor Summary | |
epp_ContactUpdateChange()
Empty constructor |
|
epp_ContactUpdateChange(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 |
java.lang.String |
getEmail()
Accessor method for the contact's e-mail address |
epp_ContactPhone |
getFax()
Accessor method for the contact's fax number |
epp_ContactNameAddress |
getI15dAddress()
Accessor method for the i15d contact name and address to be associated with the contact object |
epp_ContactPhone |
getVoice()
Accessor method for the contact's telephone number |
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 |
setEmail(java.lang.String value)
Accessor method for the contact's e-mail address |
void |
setFax(epp_ContactPhone value)
Accessor method for the contact's fax number |
void |
setFax(java.lang.String value)
Accessor method for the contact's fax number |
void |
setI15dAddress(epp_ContactNameAddress value)
Accessor method for the i15d contact name and address to be associated with the contact object |
void |
setVoice(epp_ContactPhone value)
Accessor method for the contact's telephone number |
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_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_ContactUpdateChange()
public epp_ContactUpdateChange(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_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 contact's telephone number_m_fax - The contact's fax number_m_email - The contact's e-mail address_m_auth_info - The authorization information to be associated with the contact object| Method Detail |
public void setAsciiAddress(epp_ContactNameAddress value)
value - The contact ascii name and addressm_ascii_addresspublic epp_ContactNameAddress getAsciiAddress()
m_ascii_addresspublic void setI15dAddress(epp_ContactNameAddress value)
value - The contact i15d name and addressm_i15d_addresspublic epp_ContactNameAddress getI15dAddress()
m_i15d_addresspublic void setVoice(epp_ContactPhone value)
value - The contact's telephone numberm_voicepublic epp_ContactPhone getVoice()
m_voicepublic void setFax(epp_ContactPhone value)
value - The contact's fax numberm_faxpublic void setFax(java.lang.String value)
value - The contact's fax numberm_faxpublic epp_ContactPhone getFax()
m_faxpublic void setEmail(java.lang.String value)
value - The contact's e-mail addressm_emailpublic java.lang.String getEmail()
m_emailpublic void setAuthInfo(epp_AuthInfo value)
value - The contact auth infom_auth_infopublic epp_AuthInfo getAuthInfo()
m_auth_infopublic 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 | ||||||||