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.epp0604.contact.epp_ContactUpdateChange
public class epp_ContactUpdateChange
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity
Field Summary | |
epp_ContactNameAddress[] |
|
epp_ContactNameAddress |
|
epp_AuthInfo |
|
String |
|
epp_ContactPhone |
|
epp_ContactNameAddress |
|
epp_ContactPhone |
|
Constructor Summary | |
| |
| |
|
Method Summary | |
epp_ContactNameAddress[] |
|
epp_ContactNameAddress |
|
epp_AuthInfo |
|
String |
|
epp_ContactPhone |
|
epp_ContactNameAddress |
|
epp_ContactPhone |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
String |
|
public epp_ContactNameAddress[] m_addresses
The contact names and addresses to be associated with the contact object. EPP permits up to two addresses to be specified. The first must always be internationalized and be represented in a subset of UTF-8 limited to 7-bit US-ASCII. The optional second address may be represented in unrestricted UTF-8.
public epp_ContactNameAddress m_ascii_address
Deprecated.
The contact name and address to be associated with the contact object. Content of this element must be represented in a subset of UTF-8. Note: Usage of this data member is deprecated in favour of the m_addresses member (or better yet, its accessor methods). If this data member is not null, then m_addresses will be ignored.
- See Also:
m_addresses
public epp_AuthInfo m_auth_info
The authorization information to be associated with the contact object.
- See Also:
setAuthInfo(epp_AuthInfo)
,getAuthInfo()
public epp_ContactPhone m_fax
The contact's fax number.
- See Also:
setFax(epp_ContactPhone)
,getFax()
public epp_ContactNameAddress m_i15d_address
Deprecated.
The contact name and address to be associated with the contact object. Content of this element may be represented in unrestricted UTF-8. Note: Usage of this data member is deprecated in favour of the m_addresses member (or better yet, its accessor methods). The RTK code will only reference this data member if m_ascii_address is not null.
- See Also:
m_addresses
public epp_ContactPhone m_voice
The contact's telephone number.
- See Also:
setVoice(epp_ContactPhone)
,getVoice()
public epp_ContactUpdateChange()
Empty constructor
public epp_ContactUpdateChange(epp_ContactNameAddress _m_ascii_address, epp_ContactNameAddress _m_i15d_address, epp_ContactPhone _m_voice, epp_ContactPhone _m_fax, String _m_email, epp_AuthInfo _m_auth_info)
Deprecated.
The constructor with initializing variables.
- Parameters:
_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
public epp_ContactUpdateChange(epp_ContactNameAddress[] _m_addresses, epp_ContactPhone _m_voice, epp_ContactPhone _m_fax, String _m_email, epp_AuthInfo _m_auth_info)
The constructor with initializing variables.
- Parameters:
_m_addresses
- The contact names and addresses 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
public epp_ContactNameAddress[] getAddresses()
Accessor method for the contact names and addresses to be associated with the contact object
- Returns:
- The contact names and addresses
- See Also:
m_addresses
public epp_ContactNameAddress getAsciiAddress()
Deprecated.
Accessor method for the ascii contact name and address to be 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 to be associated with the contact object
- Returns:
- The contact auth info
- See Also:
m_auth_info
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()
Deprecated.
Accessor method for the i15d contact name and address to be associated with the contact object
- Returns:
- The contact i15d name and address
- See Also:
m_i15d_address
public epp_ContactPhone getVoice()
Accessor method for the contact's telephone number
- Returns:
- The contact's telephone number
- See Also:
m_voice
public void setAddresses(epp_ContactNameAddress[] value)
Accessor method for the contact names and addresses to be associated with the contact object
- Parameters:
value
- The contact names and addresses
- See Also:
m_addresses
public void setAsciiAddress(epp_ContactNameAddress value)
Deprecated.
Accessor method for the ascii contact name and address to be 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 to be associated with the contact object
- Parameters:
value
- The contact auth info
- See Also:
m_auth_info
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)
Deprecated.
Accessor method for the i15d contact name and address to be associated with the contact object
- Parameters:
value
- The contact i15d name and address
- See Also:
m_i15d_address
public void setVoice(epp_ContactPhone value)
Accessor method for the 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