EPP RTK for Java v 0.9.5 | |
Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.openrtk.idl.epp0402.contact.epp_ContactInfoRsp
public class epp_ContactInfoRsp
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity
EPPContactInfo
, epp_ContactInfoReq
Field Summary | |
epp_ContactNameAddress |
|
epp_AuthInfo |
|
String |
|
String |
|
String |
|
String |
|
epp_ContactPhone |
|
epp_ContactNameAddress |
|
String |
|
String |
|
epp_Response |
|
epp_ContactStatus[] |
|
String |
|
String |
|
String |
|
epp_ContactPhone |
|
Constructor Summary | |
| |
|
Method Summary | |
epp_ContactNameAddress |
|
epp_AuthInfo |
|
String |
|
String |
|
String |
|
String |
|
epp_ContactPhone |
|
epp_ContactNameAddress |
|
String |
|
String |
|
epp_Response |
|
epp_ContactStatus[] |
|
String |
|
String |
|
String |
|
epp_ContactPhone |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
String |
|
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.
public epp_AuthInfo m_auth_info
The authorization information associated with the contact object.
- See Also:
setAuthInfo(epp_AuthInfo)
,getAuthInfo()
public String m_client_id
The identifier of the sponsoring client.
- See Also:
setClientId(String)
,getClientId()
public String m_created_by
The identifier of the client that created the contact object.
- See Also:
setCreatedBy(String)
,getCreatedBy()
public String m_created_date
The creation date of the contact object.
- See Also:
setCreatedDate(String)
,getCreatedDate()
public epp_ContactPhone m_fax
The contact's fax number.
- See Also:
setFax(epp_ContactPhone)
,getFax()
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.
public String m_id
The identifier for the contact object in the registry.
- See Also:
setId(String)
,getId()
public String m_roid
The repository object identifier associated with the domain object.
- See Also:
setRoid(String)
,getRoid()
public epp_ContactStatus[] m_status
The array of status associated with the contact object.
- See Also:
setStatus(epp_ContactStatus[])
,getStatus()
public String m_transfer_date
The most recent transfer date of the contact object.
- See Also:
setTransferDate(String)
,getTransferDate()
public String m_updated_by
The identifier of the client that last updated the contact object.
- See Also:
setUpdatedBy(String)
,getUpdatedBy()
public String m_updated_date
The most recent modification date of the contact object.
- See Also:
setUpdatedDate(String)
,getUpdatedDate()
public epp_ContactPhone m_voice
The contact's telephone number.
- See Also:
setVoice(epp_ContactPhone)
,getVoice()
public epp_ContactInfoRsp()
Empty constructor
public epp_ContactInfoRsp(epp_Response _m_rsp, String _m_id, String _m_roid, epp_ContactNameAddress _m_ascii_address, epp_ContactNameAddress _m_i15d_address, epp_ContactPhone _m_voice, epp_ContactPhone _m_fax, String _m_email, epp_ContactStatus[] _m_status, String _m_client_id, String _m_created_by, String _m_created_date, String _m_updated_by, String _m_updated_date, 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
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
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
public String getClientId()
Accessor method for the identifier of the sponsoring client
- Returns:
- The identifier of the sponsoring client
- See Also:
m_client_id
public 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
public String getCreatedDate()
Accessor method for the creation date of the contact object
- Returns:
- The creation date of the contact
- See Also:
m_created_date
public String getEmail()
Accessor method for the contact's e-mail address
- Returns:
- The contact's e-mail address
- See Also:
m_email
public epp_ContactPhone getFax()
Accessor method for the contact's fax number
- Returns:
- The contact's fax number
- See Also:
m_fax
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
public String getId()
Accessor method for the identifier for the contact object in the registry
- Returns:
- The contact id
- See Also:
m_id
public String getRoid()
Accessor method for the repository object identifier associated with the domain object
- Returns:
- The contact roid
- See Also:
m_roid
public epp_Response getRsp()
Accessor method for the common and generic response element.
- Returns:
- The value for the response element
- See Also:
m_rsp
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
public 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
public 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
public 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
public epp_ContactPhone getVoice()
Accessor method for the contact's telephone number
- Returns:
- The contact's telephone number
- See Also:
m_voice
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
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
public void setClientId(String value)
Accessor method for the identifier of the sponsoring client
- Parameters:
value
- The identifier of the sponsoring client
- See Also:
m_client_id
public void setCreatedBy(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
public void setCreatedDate(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
public void setEmail(String value)
Accessor method for the contact's e-mail address
- Parameters:
value
- The contact's e-mail address
- See Also:
m_email
public void setFax(String value)
Accessor method for the contact's fax number
- Parameters:
value
- The contact's fax number
- See Also:
m_fax
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
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
public void setId(String value)
Accessor method for the identifier for the contact object in the registry
- Parameters:
value
- The contact id
- See Also:
m_id
public void setRoid(String value)
Accessor method for the repository object identifier associated with the domain object
- Parameters:
value
- The contact roid
- See Also:
m_roid
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
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
public void setTransferDate(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
public void setUpdatedBy(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
public void setUpdatedDate(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
public void setVoice(epp_ContactPhone value)
Accessor method for contact's telephone number
- Parameters:
value
- The contact's telephone number
- See Also:
m_voice
public String toString()
Converts this class into a string. Typically used to view the object in debug output.
- Returns:
- The string representation of this object instance