EPP RTK
for Java v 0.7.2

org.openrtk.idl.epp0604.domain
Class epp_DomainCreateReq

java.lang.Object
  |
  +--org.openrtk.idl.epp0604.domain.epp_DomainCreateReq
All Implemented Interfaces:
org.omg.CORBA.portable.IDLEntity, java.io.Serializable

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/epp0604/domain/epp_DomainCreateReq.java,v 1.1 2003/03/21 15:55:14 tubadanm Exp $
$Revision: 1.1 $
$Date: 2003/03/21 15:55:14 $

See Also:
com.tucows.oxrs.epp.rtk.xml.EPPDomainCreate, epp_DomainCreateRsp, Serialized Form

Field Summary
 epp_AuthInfo m_auth_info
          The authorization information to be associated with the domain object.
 epp_Command m_cmd
          The common and generic command element.
 epp_DomainContact[] m_contacts
          The array of contacts to be associated with the domain object.
 java.lang.String m_name
          The name of the domain object to be created in the registry.
 java.lang.String[] m_name_servers
          The array of name servers to be associated with the domain object.
 epp_DomainPeriod m_period
          The registration period of the domain object.
 java.lang.String m_registrant
          The domain registrant to be associated with the domain object.
 
Constructor Summary
epp_DomainCreateReq()
          Empty constructor
epp_DomainCreateReq(epp_Command _m_cmd, java.lang.String _m_name, epp_DomainPeriod _m_period, java.lang.String[] _m_name_servers, java.lang.String _m_registrant, epp_DomainContact[] _m_contacts, epp_AuthInfo _m_auth_info)
          The constructor with initializing variables.
 
Method Summary
 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
 java.lang.String getName()
          Accessor method for the name of the domain object to be created in the registry
 java.lang.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
 java.lang.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(java.lang.String value)
          Accessor method for the name of the domain object to be created in the registry
 void setNameServers(java.lang.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(java.lang.String value)
          Accessor method for the registrant to be associated with the domain object
 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.epp0604.epp_Command), getCmd()

m_name

public java.lang.String m_name
The name of the domain object to be created in the registry.

See Also:
setName(String), getName()

m_period

public epp_DomainPeriod m_period
The registration period of the domain object.

See Also:
setPeriod(org.openrtk.idl.epp0604.domain.epp_DomainPeriod), getPeriod()

m_name_servers

public java.lang.String[] m_name_servers
The array of name servers to be associated with the domain object. Name servers must exist in the registry

See Also:
setNameServers(String[]), getNameServers()

m_registrant

public java.lang.String m_registrant
The domain registrant to be associated with the domain object. Registrant must exist in the registry

See Also:
setRegistrant(String), getRegistrant()

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

See Also:
setContacts(org.openrtk.idl.epp0604.domain.epp_DomainContact[]), getContacts()

m_auth_info

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

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

epp_DomainCreateReq

public epp_DomainCreateReq()
Empty constructor


epp_DomainCreateReq

public epp_DomainCreateReq(epp_Command _m_cmd,
                           java.lang.String _m_name,
                           epp_DomainPeriod _m_period,
                           java.lang.String[] _m_name_servers,
                           java.lang.String _m_registrant,
                           epp_DomainContact[] _m_contacts,
                           epp_AuthInfo _m_auth_info)
The constructor with initializing variables.

Parameters:
_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
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

setName

public void setName(java.lang.String value)
Accessor method for the name of the domain object to be created in the registry

Parameters:
value - The domain name
See Also:
m_name

getName

public java.lang.String getName()
Accessor method for the name of the domain object to be created in the registry

Returns:
The domain name
See Also:
m_name

setPeriod

public void setPeriod(epp_DomainPeriod value)
Accessor method for the registration period of the domain object

Parameters:
value - The domain period
See Also:
m_period

getPeriod

public epp_DomainPeriod getPeriod()
Accessor method for the registration period of the domain object

Returns:
The domain period
See Also:
m_period

setNameServers

public void setNameServers(java.lang.String[] value)
Accessor method for the array of name servers to be associated with the domain object

Parameters:
value - The array of domain name servers
See Also:
m_name_servers

getNameServers

public java.lang.String[] getNameServers()
Accessor method for the array of name servers to be associated with the domain object

Returns:
The array of domain name servers
See Also:
m_name_servers

setRegistrant

public void setRegistrant(java.lang.String value)
Accessor method for the registrant to be associated with the domain object

Parameters:
value - The domain registrant
See Also:
m_registrant

getRegistrant

public java.lang.String getRegistrant()
Accessor method for the registrant to be associated with the domain object

Returns:
The domain registrant
See Also:
m_registrant

setContacts

public void setContacts(epp_DomainContact[] value)
Accessor method for the array of contacts to be associated with the domain object

Parameters:
value - The array of domain contacts
See Also:
m_contacts

getContacts

public epp_DomainContact[] getContacts()
Accessor method for the array of contacts to be associated with the domain object

Returns:
The array of domain contacts
See Also:
m_contacts

setAuthInfo

public void setAuthInfo(epp_AuthInfo value)
Accessor method for the authorization information to be associated with the domain object

Parameters:
value - The domain auth info
See Also:
m_auth_info

getAuthInfo

public epp_AuthInfo getAuthInfo()
Accessor method for the authorization information to be associated with the domain object

Returns:
The domain 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