|
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_ContactInfoRsp
Class that contains the elements used to represent the contact info response from the EPP server.
Note usually instantiated by the RTK user, but rather by EPPContactInfo and retrieved using that class' getResponseData() method. $Header: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/contact/epp_ContactInfoRsp.java,v 1.8 2001/12/04 22:31:46 lyin Exp $
EPPContactInfo
,
epp_ContactInfoReq
, Serialized FormField Summary | |
epp_ContactNameAddress |
m_ascii_address
The contact name and address associated with the contact object. |
epp_AuthInfo |
m_auth_info
The authorization information associated with the contact object. |
java.lang.String |
m_client_id
The identifier of the sponsoring client. |
java.lang.String |
m_created_by
The identifier of the client that created the contact object. |
java.lang.String |
m_created_date
The creation date of 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 associated with the contact object. |
java.lang.String |
m_id
The identifier for the contact object in the registry. |
java.lang.String |
m_roid
The repository object identifier associated with the domain object. |
epp_Response |
m_rsp
The common and generic response element. |
epp_ContactStatus[] |
m_status
The array of status associated with the contact object. |
java.lang.String |
m_transfer_date
The most recent transfer date of the contact object. |
java.lang.String |
m_updated_by
The identifier of the client that last updated the contact object. |
java.lang.String |
m_updated_date
The most recent modification date of the contact object. |
epp_ContactPhone |
m_voice
The contact's telephone number. |
Constructor Summary | |
epp_ContactInfoRsp()
Empty constructor |
|
epp_ContactInfoRsp(epp_Response _m_rsp,
java.lang.String _m_id,
java.lang.String _m_roid,
epp_ContactNameAddress _m_ascii_address,
epp_ContactNameAddress _m_i15d_address,
epp_ContactPhone _m_voice,
epp_ContactPhone _m_fax,
java.lang.String _m_email,
epp_ContactStatus[] _m_status,
java.lang.String _m_client_id,
java.lang.String _m_created_by,
java.lang.String _m_created_date,
java.lang.String _m_updated_by,
java.lang.String _m_updated_date,
java.lang.String _m_transfer_date,
epp_AuthInfo _m_auth_info)
The constructor with initializing variables. |
Method Summary | |
epp_ContactNameAddress |
getAsciiAddress()
Accessor method for the ascii contact name and address associated with the contact object |
epp_AuthInfo |
getAuthInfo()
Accessor method for the authorization information associated with the contact object |
java.lang.String |
getClientId()
Accessor method for the identifier of the sponsoring client |
java.lang.String |
getCreatedBy()
Accessor method for the identifier of the client that created the contact object |
java.lang.String |
getCreatedDate()
Accessor method for the creation date of 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 associated with the contact object |
java.lang.String |
getId()
Accessor method for the identifier for the contact object in the registry |
java.lang.String |
getRoid()
Accessor method for the repository object identifier associated with the domain object |
epp_Response |
getRsp()
Accessor method for the common and generic response element. |
epp_ContactStatus[] |
getStatus()
Accessor method for the array of status associated with the contact object |
java.lang.String |
getTransferDate()
Accessor method for the most recent transfer date of the contact object |
java.lang.String |
getUpdatedBy()
Accessor method for the identifier of the client that last updated the contact object |
java.lang.String |
getUpdatedDate()
Accessor method for the most recent modification date of 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 associated with the contact object |
void |
setAuthInfo(epp_AuthInfo value)
Accessor method for the authorization information associated with the contact object |
void |
setClientId(java.lang.String value)
Accessor method for the identifier of the sponsoring client |
void |
setCreatedBy(java.lang.String value)
Accessor method for the identifier of the client that created the contact object |
void |
setCreatedDate(java.lang.String value)
Accessor method for the creation date of 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 associated with the contact object |
void |
setId(java.lang.String value)
Accessor method for the identifier for the contact object in the registry |
void |
setRoid(java.lang.String value)
Accessor method for the repository object identifier associated with the domain object |
void |
setRsp(epp_Response value)
Accessor method for the common and generic response element. |
void |
setStatus(epp_ContactStatus[] value)
Accessor method for the array of status associated with the contact object |
void |
setTransferDate(java.lang.String value)
Accessor method for the most recent transfer date of the contact object |
void |
setUpdatedBy(java.lang.String value)
Accessor method for the identifier of the client that last updated the contact object |
void |
setUpdatedDate(java.lang.String value)
Accessor method for the most recent modification date of the contact object |
void |
setVoice(epp_ContactPhone value)
Accessor method for 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_Response m_rsp
getRsp()
public java.lang.String m_id
setId(String)
,
getId()
public java.lang.String m_roid
setRoid(String)
,
getRoid()
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_ContactStatus[] m_status
setStatus(org.openrtk.idl.epp.contact.epp_ContactStatus[])
,
getStatus()
public java.lang.String m_client_id
setClientId(String)
,
getClientId()
public java.lang.String m_created_by
setCreatedBy(String)
,
getCreatedBy()
public java.lang.String m_created_date
setCreatedDate(String)
,
getCreatedDate()
public java.lang.String m_updated_by
setUpdatedBy(String)
,
getUpdatedBy()
public java.lang.String m_updated_date
setUpdatedDate(String)
,
getUpdatedDate()
public java.lang.String m_transfer_date
setTransferDate(String)
,
getTransferDate()
public epp_AuthInfo m_auth_info
setAuthInfo(org.openrtk.idl.epp.epp_AuthInfo)
,
getAuthInfo()
Constructor Detail |
public epp_ContactInfoRsp()
public epp_ContactInfoRsp(epp_Response _m_rsp, java.lang.String _m_id, java.lang.String _m_roid, epp_ContactNameAddress _m_ascii_address, epp_ContactNameAddress _m_i15d_address, epp_ContactPhone _m_voice, epp_ContactPhone _m_fax, java.lang.String _m_email, epp_ContactStatus[] _m_status, java.lang.String _m_client_id, java.lang.String _m_created_by, java.lang.String _m_created_date, java.lang.String _m_updated_by, java.lang.String _m_updated_date, java.lang.String _m_transfer_date, epp_AuthInfo _m_auth_info)
_m_rsp
- The common and generic response element_m_id
- The identifier for the contact object in the registry_m_roid
- The repository object identifier associated with the domain object_m_ascii_address
- The ascii contact name and address associated with the contact object_m_i15d_address
- The i15d contact name and address 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_status
- The array of status associated with the contact object_m_client_id
- The identifier of the sponsoring client_m_created_by
- The identifier of the client that created the contact object_m_created_date
- The creation date of the contact object_m_updated_by
- The identifier of the client that last updated the contact object_m_updated_date
- The most recent modification date of the contact object_m_transfer_date
- The most recent transfer date of the contact object_m_auth_info
- The authorization information associated with the contact objectMethod Detail |
public void setRsp(epp_Response value)
value
- The new value for the response elementm_rsp
public epp_Response getRsp()
m_rsp
public void setId(java.lang.String value)
value
- The contact idm_id
public java.lang.String getId()
m_id
public void setRoid(java.lang.String value)
value
- The contact roidm_roid
public java.lang.String getRoid()
m_roid
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 setStatus(epp_ContactStatus[] value)
value
- The array of contact statusm_status
public epp_ContactStatus[] getStatus()
m_status
public void setClientId(java.lang.String value)
value
- The identifier of the sponsoring clientm_client_id
public java.lang.String getClientId()
m_client_id
public void setCreatedBy(java.lang.String value)
value
- The identifier of the client that created the contact objectm_created_by
public java.lang.String getCreatedBy()
m_created_by
public void setCreatedDate(java.lang.String value)
value
- The creation date of the contactm_created_date
public java.lang.String getCreatedDate()
m_created_date
public void setUpdatedBy(java.lang.String value)
value
- The identifier of the client that last updated the contact objectm_updated_by
public java.lang.String getUpdatedBy()
m_updated_by
public void setUpdatedDate(java.lang.String value)
value
- The most recent modification datem_updated_date
public java.lang.String getUpdatedDate()
m_updated_date
public void setTransferDate(java.lang.String value)
value
- The most recent transfer datem_transfer_date
public java.lang.String getTransferDate()
m_transfer_date
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 |