org.openrtk.idl.epp0503.domain
Class epp_DomainCreateReq
java.lang.Object
org.openrtk.idl.epp0503.domain.epp_DomainCreateReq
- org.omg.CORBA.portable.IDLEntity
public class epp_DomainCreateReq
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity
Class that contains the elements necessary to create a domain
in the registry.
$Header: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp0503/domain/epp_DomainCreateReq.java,v 1.2 2003/09/10 21:29:57 tubadanm Exp $
$Revision: 1.2 $
$Date: 2003/09/10 21:29:57 $
epp_AuthInfo | getAuthInfo() - Accessor method for the authorization information to be associated with the domain object
|
epp_Command | getCmd() - Accessor method for the common and generic command element
|
epp_DomainContact[] | getContacts() - Accessor method for the array of contacts to be associated with the domain object
|
String | getName() - Accessor method for the name of the domain object to be created in the registry
|
String[] | getNameServers() - Accessor method for the array of name servers to be associated with the domain object
|
epp_DomainPeriod | getPeriod() - Accessor method for the registration period of the domain object
|
String | getRegistrant() - Accessor method for the registrant to be associated with the domain object
|
void | setAuthInfo(epp_AuthInfo value) - Accessor method for the authorization information to be associated with the domain object
|
void | setCmd(epp_Command value) - Accessor method for the common and generic command element
|
void | setContacts(epp_DomainContact[] value) - Accessor method for the array of contacts to be associated with the domain object
|
void | setName(String value) - Accessor method for the name of the domain object to be created in the registry
|
void | setNameServers(String[] value) - Accessor method for the array of name servers to be associated with the domain object
|
void | setPeriod(epp_DomainPeriod value) - Accessor method for the registration period of the domain object
|
void | setRegistrant(String value) - Accessor method for the registrant to be associated with the domain object
|
String | toString() - Converts this class into a string.
|
m_auth_info
public epp_AuthInfo m_auth_info
The authorization information to be associated with the domain object.
m_cmd
public epp_Command m_cmd
The common and generic command element.
m_contacts
public epp_DomainContact[] m_contacts
The array of contacts to be associated with the domain object.
Contact objects must exist in the registry
m_name
public String m_name
The name of the domain object to be created in the registry.
m_name_servers
public String[] m_name_servers
The array of name servers to be associated with the domain object.
Name servers must exist in the registry
m_period
public epp_DomainPeriod m_period
The registration period of the domain object.
m_registrant
public String m_registrant
The domain registrant to be associated with the domain object.
Registrant must exist in the registry
epp_DomainCreateReq
public epp_DomainCreateReq()
Empty constructor
epp_DomainCreateReq
public epp_DomainCreateReq(epp_Command _m_cmd,
String _m_name,
epp_DomainPeriod _m_period,
String[] _m_name_servers,
String _m_registrant,
epp_DomainContact[] _m_contacts,
epp_AuthInfo _m_auth_info)
The constructor with initializing variables.
_m_cmd
- The common and generic command element_m_name
- The name of the domain object to be created in the registry_m_period
- The registration period of the domain object_m_name_servers
- The array of name servers to be associated with the domain object_m_registrant
- The registrant to be associated with the domain object_m_contacts
- The array of contacts to be associated with the domain object_m_auth_info
- The authorization information to be associated with the domain object
getAuthInfo
public epp_AuthInfo getAuthInfo()
Accessor method for the authorization information to be associated with the domain object
getCmd
public epp_Command getCmd()
Accessor method for the common and generic command element
getContacts
public epp_DomainContact[] getContacts()
Accessor method for the array of contacts to be associated with the domain object
- The array of domain contacts
getName
public String getName()
Accessor method for the name of the domain object to be created in the registry
getNameServers
public String[] getNameServers()
Accessor method for the array of name servers to be associated with the domain object
- The array of domain name servers
getPeriod
public epp_DomainPeriod getPeriod()
Accessor method for the registration period of the domain object
getRegistrant
public String getRegistrant()
Accessor method for the registrant to be associated with the domain object
setAuthInfo
public void setAuthInfo(epp_AuthInfo value)
Accessor method for the authorization information to be associated with the domain object
value
- The domain auth info
setCmd
public void setCmd(epp_Command value)
Accessor method for the common and generic command element
value
- The command element
setContacts
public void setContacts(epp_DomainContact[] value)
Accessor method for the array of contacts to be associated with the domain object
value
- The array of domain contacts
setName
public void setName(String value)
Accessor method for the name of the domain object to be created in the registry
setNameServers
public void setNameServers(String[] value)
Accessor method for the array of name servers to be associated with the domain object
value
- The array of domain name servers
setPeriod
public void setPeriod(epp_DomainPeriod value)
Accessor method for the registration period of the domain object
value
- The domain period
setRegistrant
public void setRegistrant(String value)
Accessor method for the registrant to be associated with the domain object
value
- The domain registrant
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