org.openrtk.idl.epprtk.host
Class epp_HostCreateReq
java.lang.Object
org.openrtk.idl.epprtk.host.epp_HostCreateReq
- org.omg.CORBA.portable.IDLEntity
public class epp_HostCreateReq
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity
Class that contains the elements necessary to create a host
in the registry.
$Header: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epprtk/host/epp_HostCreateReq.java,v 1.1 2004/12/07 15:27:50 ewang2004 Exp $
$Revision: 1.1 $
$Date: 2004/12/07 15:27:50 $
epp_HostAddress[] | getAddresses() - Accessor method for the array of IP addresses to be associated with the host object
|
epp_Command | getCmd() - Accessor method for the common and generic command element
|
String | getName() - Accessor method for the name of the host object to be created
|
void | setAddresses(epp_HostAddress[] value) - Accessor method for the array of IP addresses to be associated with the host object
|
void | setCmd(epp_Command value) - Accessor method for the common and generic command element
|
void | setName(String value) - Accessor method for the name of the host object to be created
|
String | toString() - Converts this class into a string.
|
m_addresses
public epp_HostAddress[] m_addresses
The array of IP addresses to be associated with the host object.
m_cmd
public epp_Command m_cmd
The common and generic command element.
m_name
public String m_name
The name of the host object to be created in the registry.
epp_HostCreateReq
public epp_HostCreateReq()
Empty constructor
epp_HostCreateReq
public epp_HostCreateReq(epp_Command _m_cmd,
String _m_name,
epp_HostAddress[] _m_addresses)
The constructor with initializing variables.
_m_cmd
- The common and generic command element_m_name
- The name of the host object to be created_m_addresses
- The array of IP addresses to be associated with the host object
getAddresses
public epp_HostAddress[] getAddresses()
Accessor method for the array of IP addresses to be associated with the host object
- The array of host IP addresses
getCmd
public epp_Command getCmd()
Accessor method for the common and generic command element
getName
public String getName()
Accessor method for the name of the host object to be created
setAddresses
public void setAddresses(epp_HostAddress[] value)
Accessor method for the array of IP addresses to be associated with the host object
value
- The array of host IP addresses
setCmd
public void setCmd(epp_Command value)
Accessor method for the common and generic command element
value
- The command element
setName
public void setName(String value)
Accessor method for the name of the host object to be created
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