|
EPP RTK for Java v 0.5.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.openrtk.idl.epp.host.epp_HostCreateReq
Class that contains the elements necessary to create a host in the registry.
$Header: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/host/epp_HostCreateReq.java,v 1.7 2001/12/04 22:32:09 lyin Exp $
EPPHostCreate
,
epp_HostCreateRsp
, Serialized FormField Summary | |
epp_HostAddress[] |
m_addresses
The array of IP addresses to be associated with the host object. |
epp_Command |
m_cmd
The common and generic command element. |
java.lang.String |
m_name
The name of the host object to be created in the registry. |
Constructor Summary | |
epp_HostCreateReq()
Empty constructor |
|
epp_HostCreateReq(epp_Command _m_cmd,
java.lang.String _m_name,
epp_HostAddress[] _m_addresses)
The constructor with initializing variables. |
Method Summary | |
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 |
java.lang.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(java.lang.String value)
Accessor method for the name of the host object to be created |
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 |
public epp_Command m_cmd
setCmd(org.openrtk.idl.epp.epp_Command)
,
getCmd()
public java.lang.String m_name
setName(String)
,
getName()
public epp_HostAddress[] m_addresses
setAddresses(org.openrtk.idl.epp.host.epp_HostAddress[])
,
getAddresses()
Constructor Detail |
public epp_HostCreateReq()
public epp_HostCreateReq(epp_Command _m_cmd, java.lang.String _m_name, epp_HostAddress[] _m_addresses)
_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 objectMethod Detail |
public void setCmd(epp_Command value)
value
- The command elementm_cmd
public epp_Command getCmd()
m_cmd
public void setName(java.lang.String value)
value
- The host namem_name
public java.lang.String getName()
m_name
public void setAddresses(epp_HostAddress[] value)
value
- The array of host IP addressesm_addresses
public epp_HostAddress[] getAddresses()
m_addresses
public java.lang.String toString()
toString
in class java.lang.Object
|
EPP RTK for Java v 0.5.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |