org.openrtk.idl.epp0503.contact
Class epp_ContactCreateReq
java.lang.Object
org.openrtk.idl.epp0503.contact.epp_ContactCreateReq
- org.omg.CORBA.portable.IDLEntity
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.2 2003/09/10 21:29:56 tubadanm Exp $
$Revision: 1.2 $
$Date: 2003/09/10 21:29:56 $
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.
m_auth_info
public epp_AuthInfo m_auth_info
The authorization information to be associated with the contact object.
m_cmd
public epp_Command m_cmd
The common and generic command element.
m_email
public String m_email
The e-mail address of the contact.
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.
m_id
public String m_id
The identifier for the contact to be created.
epp_ContactCreateReq
public epp_ContactCreateReq()
Empty constructor
epp_ContactCreateReq
public epp_ContactCreateReq(epp_Command _m_cmd,
String _m_id,
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)
The constructor with initializing variables.
_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
getAsciiAddress
public epp_ContactNameAddress getAsciiAddress()
Accessor method for the ascii contact name and address to be associated with the contact object
- The contact ascii name and address
getAuthInfo
public epp_AuthInfo getAuthInfo()
Accessor method for the authorization information to be associated with the contact object
getCmd
public epp_Command getCmd()
Accessor method for the common and generic command element
getEmail
public String getEmail()
Accessor method for the e-mail address of the contact
- The contact's e-mail address
getFax
public epp_ContactPhone getFax()
Accessor method for the fax number of the contact
getI15dAddress
public epp_ContactNameAddress getI15dAddress()
Accessor method for the i15d contact name and address to be associated with the contact object
- The contact i15d name and address
getId
public String getId()
Accessor method for the identifier for the contact to be created
getRoid
public String getRoid()
getVoice
public epp_ContactPhone getVoice()
Accessor method for the telephone number of the contact
- The contact's telephone number
setAsciiAddress
public void setAsciiAddress(epp_ContactNameAddress value)
Accessor method for the ascii contact name and address to be associated with the contact object
value
- The contact ascii name and address
setAuthInfo
public void setAuthInfo(epp_AuthInfo value)
Accessor method for the authorization information to be associated with the contact object
value
- The contact auth info
setCmd
public void setCmd(epp_Command value)
Accessor method for the common and generic command element
value
- The command element
setEmail
public void setEmail(String value)
Accessor method for the e-mail address of the contact
value
- The contact's e-mail address
setFax
public void setFax(String value)
Accessor method for the fax number of the contact
value
- The contact's fax number
setFax
public void setFax(epp_ContactPhone value)
Accessor method for the fax number of the contact
value
- The contact's fax number
setI15dAddress
public void setI15dAddress(epp_ContactNameAddress value)
Accessor method for the i15d contact name and address to be associated with the contact object
value
- The contact i15d name and address
setId
public void setId(String value)
Accessor method for the identifier for the contact to be created
setRoid
public void setRoid(String value)
setVoice
public void setVoice(epp_ContactPhone value)
Accessor method for the telephone number of the contact
value
- The contact's telephone number
toString
public String toString()
Converts this class into a string.
Typically used to view the object in debug output.
- The string representation of this object instance
Copyright © 2001-2002 - Tucows, Inc., 2003 - LibertyRMS