EPP RTK
for Java v 0.7.2

org.openrtk.idl.epp0402.contact
Class epp_ContactInfoRsp

java.lang.Object
  |
  +--org.openrtk.idl.epp0402.contact.epp_ContactInfoRsp
All Implemented Interfaces:
org.omg.CORBA.portable.IDLEntity, java.io.Serializable

public class epp_ContactInfoRsp
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity

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/epp0402/contact/epp_ContactInfoRsp.java,v 1.1 2003/03/21 16:35:40 tubadanm Exp $
$Revision: 1.1 $
$Date: 2003/03/21 16:35:40 $

See Also:
com.tucows.oxrs.epp.rtk.xml.EPPContactInfo, epp_ContactInfoReq, Serialized Form

Field 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

m_rsp

public epp_Response m_rsp
The common and generic response element.

See Also:
getRsp()

m_id

public java.lang.String m_id
The identifier for the contact object in the registry.

See Also:
setId(String), getId()

m_roid

public java.lang.String m_roid
The repository object identifier associated with the domain object.

See Also:
setRoid(String), getRoid()

m_ascii_address

public epp_ContactNameAddress m_ascii_address
The contact name and address associated with the contact object. Content of this element must be represented in a subset of UTF-8.

See Also:
setAsciiAddress(org.openrtk.idl.epp0402.contact.epp_ContactNameAddress), getAsciiAddress()

m_i15d_address

public epp_ContactNameAddress m_i15d_address
The contact name and address associated with the contact object. Content of this element may be represented in unrestricted UTF-8.

See Also:
setI15dAddress(org.openrtk.idl.epp0402.contact.epp_ContactNameAddress), getI15dAddress()

m_voice

public epp_ContactPhone m_voice
The contact's telephone number.

See Also:
setVoice(org.openrtk.idl.epp0402.contact.epp_ContactPhone), getVoice()

m_fax

public epp_ContactPhone m_fax
The contact's fax number.

See Also:
setFax(org.openrtk.idl.epp0402.contact.epp_ContactPhone), getFax()

m_email

public java.lang.String m_email
The contact's e-mail address.

See Also:
setEmail(String), getEmail()

m_status

public epp_ContactStatus[] m_status
The array of status associated with the contact object.

See Also:
setStatus(org.openrtk.idl.epp0402.contact.epp_ContactStatus[]), getStatus()

m_client_id

public java.lang.String m_client_id
The identifier of the sponsoring client.

See Also:
setClientId(String), getClientId()

m_created_by

public java.lang.String m_created_by
The identifier of the client that created the contact object.

See Also:
setCreatedBy(String), getCreatedBy()

m_created_date

public java.lang.String m_created_date
The creation date of the contact object.

See Also:
setCreatedDate(String), getCreatedDate()

m_updated_by

public java.lang.String m_updated_by
The identifier of the client that last updated the contact object.

See Also:
setUpdatedBy(String), getUpdatedBy()

m_updated_date

public java.lang.String m_updated_date
The most recent modification date of the contact object.

See Also:
setUpdatedDate(String), getUpdatedDate()

m_transfer_date

public java.lang.String m_transfer_date
The most recent transfer date of the contact object.

See Also:
setTransferDate(String), getTransferDate()

m_auth_info

public epp_AuthInfo m_auth_info
The authorization information associated with the contact object.

See Also:
setAuthInfo(org.openrtk.idl.epp0402.epp_AuthInfo), getAuthInfo()
Constructor Detail

epp_ContactInfoRsp

public epp_ContactInfoRsp()
Empty constructor


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)
The constructor with initializing variables.

Parameters:
_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 object
Method Detail

setRsp

public void setRsp(epp_Response value)
Accessor method for the common and generic response element.

Parameters:
value - The new value for the response element
See Also:
m_rsp

getRsp

public epp_Response getRsp()
Accessor method for the common and generic response element.

Returns:
The value for the response element
See Also:
m_rsp

setId

public void setId(java.lang.String value)
Accessor method for the identifier for the contact object in the registry

Parameters:
value - The contact id
See Also:
m_id

getId

public java.lang.String getId()
Accessor method for the identifier for the contact object in the registry

Returns:
The contact id
See Also:
m_id

setRoid

public void setRoid(java.lang.String value)
Accessor method for the repository object identifier associated with the domain object

Parameters:
value - The contact roid
See Also:
m_roid

getRoid

public java.lang.String getRoid()
Accessor method for the repository object identifier associated with the domain object

Returns:
The contact roid
See Also:
m_roid

setAsciiAddress

public void setAsciiAddress(epp_ContactNameAddress value)
Accessor method for the ascii contact name and address associated with the contact object

Parameters:
value - The contact ascii name and address
See Also:
m_ascii_address

getAsciiAddress

public epp_ContactNameAddress getAsciiAddress()
Accessor method for the ascii contact name and address associated with the contact object

Returns:
The contact ascii name and address
See Also:
m_ascii_address

setI15dAddress

public void setI15dAddress(epp_ContactNameAddress value)
Accessor method for the i15d contact name and address associated with the contact object

Parameters:
value - The contact i15d name and address
See Also:
m_i15d_address

getI15dAddress

public epp_ContactNameAddress getI15dAddress()
Accessor method for the i15d contact name and address associated with the contact object

Returns:
The contact i15d name and address
See Also:
m_i15d_address

setVoice

public void setVoice(epp_ContactPhone value)
Accessor method for contact's telephone number

Parameters:
value - The contact's telephone number
See Also:
m_voice

getVoice

public epp_ContactPhone getVoice()
Accessor method for the contact's telephone number

Returns:
The contact's telephone number
See Also:
m_voice

setFax

public void setFax(epp_ContactPhone value)
Accessor method for the contact's fax number

Parameters:
value - The contact's fax number
See Also:
m_fax

setFax

public void setFax(java.lang.String value)
Accessor method for the contact's fax number

Parameters:
value - The contact's fax number
See Also:
m_fax

getFax

public epp_ContactPhone getFax()
Accessor method for the contact's fax number

Returns:
The contact's fax number
See Also:
m_fax

setEmail

public void setEmail(java.lang.String value)
Accessor method for the contact's e-mail address

Parameters:
value - The contact's e-mail address
See Also:
m_email

getEmail

public java.lang.String getEmail()
Accessor method for the contact's e-mail address

Returns:
The contact's e-mail address
See Also:
m_email

setStatus

public void setStatus(epp_ContactStatus[] value)
Accessor method for the array of status associated with the contact object

Parameters:
value - The array of contact status
See Also:
m_status

getStatus

public epp_ContactStatus[] getStatus()
Accessor method for the array of status associated with the contact object

Returns:
The array of contact status
See Also:
m_status

setClientId

public void setClientId(java.lang.String value)
Accessor method for the identifier of the sponsoring client

Parameters:
value - The identifier of the sponsoring client
See Also:
m_client_id

getClientId

public java.lang.String getClientId()
Accessor method for the identifier of the sponsoring client

Returns:
The identifier of the sponsoring client
See Also:
m_client_id

setCreatedBy

public void setCreatedBy(java.lang.String value)
Accessor method for the identifier of the client that created the contact object

Parameters:
value - The identifier of the client that created the contact object
See Also:
m_created_by

getCreatedBy

public java.lang.String getCreatedBy()
Accessor method for the identifier of the client that created the contact object

Returns:
The identifier of the client that created the contact object
See Also:
m_created_by

setCreatedDate

public void setCreatedDate(java.lang.String value)
Accessor method for the creation date of the contact object

Parameters:
value - The creation date of the contact
See Also:
m_created_date

getCreatedDate

public java.lang.String getCreatedDate()
Accessor method for the creation date of the contact object

Returns:
The creation date of the contact
See Also:
m_created_date

setUpdatedBy

public void setUpdatedBy(java.lang.String value)
Accessor method for the identifier of the client that last updated the contact object

Parameters:
value - The identifier of the client that last updated the contact object
See Also:
m_updated_by

getUpdatedBy

public java.lang.String getUpdatedBy()
Accessor method for the identifier of the client that last updated the contact object

Returns:
The identifier of the client that last updated the contact object
See Also:
m_updated_by

setUpdatedDate

public void setUpdatedDate(java.lang.String value)
Accessor method for the most recent modification date of the contact object

Parameters:
value - The most recent modification date
See Also:
m_updated_date

getUpdatedDate

public java.lang.String getUpdatedDate()
Accessor method for the most recent modification date of the contact object

Returns:
The most recent modification date
See Also:
m_updated_date

setTransferDate

public void setTransferDate(java.lang.String value)
Accessor method for the most recent transfer date of the contact object

Parameters:
value - The most recent transfer date
See Also:
m_transfer_date

getTransferDate

public java.lang.String getTransferDate()
Accessor method for the most recent transfer date of the contact object

Returns:
The most recent transfer date
See Also:
m_transfer_date

setAuthInfo

public void setAuthInfo(epp_AuthInfo value)
Accessor method for the authorization information associated with the contact object

Parameters:
value - The contact auth info
See Also:
m_auth_info

getAuthInfo

public epp_AuthInfo getAuthInfo()
Accessor method for the authorization information associated with the contact object

Returns:
The contact auth info
See Also:
m_auth_info

toString

public java.lang.String toString()
Converts this class into a string. Typically used to view the object in debug output.

Overrides:
toString in class java.lang.Object
Returns:
The string representation of this object instance

EPP RTK
for Java v 0.7.2

Copyright ? 2001-2002 - Tucows, Inc., 2003 - LibertyRMS