EPP RTK
for Java v 0.7.2

org.openrtk.idl.epp0503.contact
Class epp_ContactCreateReq

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

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

Class that contains the elements necessary to create a contact in the registry.

$Header: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp0503/contact/epp_ContactCreateReq.java,v 1.1 2003/03/21 16:18:27 tubadanm Exp $
$Revision: 1.1 $
$Date: 2003/03/21 16:18:27 $

See Also:
com.tucows.oxrs.epp.rtk.xml.EPPContactCreate, epp_ContactCreateRsp, 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.
 epp_Command m_cmd
          The common and generic command element.
 java.lang.String m_email
          The e-mail address of the contact.
 epp_ContactPhone m_fax
          The fax number of the contact.
 epp_ContactNameAddress m_i15d_address
          The contact name and address to be associated with the contact object.
 java.lang.String m_id
          The identifier for the contact to be created.
 epp_ContactPhone m_voice
          The telephone number of the contact.
 
Constructor Summary
epp_ContactCreateReq()
          Empty constructor
epp_ContactCreateReq(epp_Command _m_cmd, java.lang.String _m_id, 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
 epp_Command getCmd()
          Accessor method for the common and generic command element
 java.lang.String getEmail()
          Accessor method for the e-mail address of the contact
 epp_ContactPhone getFax()
          Accessor method for the fax number of the contact
 epp_ContactNameAddress getI15dAddress()
          Accessor method for the i15d contact name and address to be associated with the contact object
 java.lang.String getId()
          Accessor method for the identifier for the contact to be created
 java.lang.String getRoid()
          Deprecated.  
 epp_ContactPhone getVoice()
          Accessor method for the telephone number of the contact
 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 setCmd(epp_Command value)
          Accessor method for the common and generic command element
 void setEmail(java.lang.String value)
          Accessor method for the e-mail address of the contact
 void setFax(epp_ContactPhone value)
          Accessor method for the fax number of the contact
 void setFax(java.lang.String value)
          Accessor method for the fax number of the contact
 void setI15dAddress(epp_ContactNameAddress value)
          Accessor method for the i15d contact name and address to be associated with the contact object
 void setId(java.lang.String value)
          Accessor method for the identifier for the contact to be created
 void setRoid(java.lang.String value)
          Deprecated.  
 void setVoice(epp_ContactPhone value)
          Accessor method for the telephone number of the contact
 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_cmd

public epp_Command m_cmd
The common and generic command element.

See Also:
setCmd(org.openrtk.idl.epp0503.epp_Command), getCmd()

m_id

public java.lang.String m_id
The identifier for the contact to be created.

See Also:
setId(String), getId()

m_ascii_address

public epp_ContactNameAddress m_ascii_address
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.

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

m_i15d_address

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

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

m_voice

public epp_ContactPhone m_voice
The telephone number of the contact.

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

m_fax

public epp_ContactPhone m_fax
The fax number of the contact.

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

m_email

public java.lang.String m_email
The e-mail address of the contact.

See Also:
setEmail(String), getEmail()

m_auth_info

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

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

epp_ContactCreateReq

public epp_ContactCreateReq()
Empty constructor


epp_ContactCreateReq

public epp_ContactCreateReq(epp_Command _m_cmd,
                            java.lang.String _m_id,
                            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.

Parameters:
_m_cmd - The common and generic command element
_m_id - The identifier for the contact to be created
_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 telephone number of the contact
_m_fax - The fax number of the contact
_m_email - The e-mail address of the contact
_m_auth_info - The authorization information to be associated with the contact object
Method Detail

setCmd

public void setCmd(epp_Command value)
Accessor method for the common and generic command element

Parameters:
value - The command element
See Also:
m_cmd

getCmd

public epp_Command getCmd()
Accessor method for the common and generic command element

Returns:
The command element
See Also:
m_cmd

setRoid

public void setRoid(java.lang.String value)
Deprecated.  

See Also:
setId(String)

getRoid

public java.lang.String getRoid()
Deprecated.  

See Also:
getId()

setId

public void setId(java.lang.String value)
Accessor method for the identifier for the contact to be created

Parameters:
value - The contact id
See Also:
m_id

getId

public java.lang.String getId()
Accessor method for the identifier for the contact to be created

Returns:
The contact id
See Also:
m_id

setAsciiAddress

public void setAsciiAddress(epp_ContactNameAddress value)
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

getAsciiAddress

public epp_ContactNameAddress getAsciiAddress()
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

setI15dAddress

public void setI15dAddress(epp_ContactNameAddress value)
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

getI15dAddress

public epp_ContactNameAddress getI15dAddress()
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

setVoice

public void setVoice(epp_ContactPhone value)
Accessor method for the telephone number of the contact

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

getVoice

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

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

setFax

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

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

setFax

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

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

getFax

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

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

setEmail

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

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

getEmail

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

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

setAuthInfo

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

getAuthInfo

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

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