EPP RTK
for Java v 0.7.2

org.openrtk.idl.epp0705.host
Class epp_HostUpdateChange

java.lang.Object
  |
  +--org.openrtk.idl.epp0705.host.epp_HostUpdateChange
All Implemented Interfaces:
org.omg.CORBA.portable.IDLEntity, java.io.Serializable

public class epp_HostUpdateChange
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity

Class that contains the host object elements to be changed in the registry.

This class can only be used when modifying a host object.

$Header: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp0705/host/epp_HostUpdateChange.java,v 1.1 2003/03/20 22:42:31 tubadanm Exp $
$Revision: 1.1 $
$Date: 2003/03/20 22:42:31 $

See Also:
epp_HostUpdateReq.setChange(epp_HostUpdateChange), Serialized Form

Field Summary
 java.lang.String m_name
          The new host name of the host object.
 
Constructor Summary
epp_HostUpdateChange()
          Empty constructor
epp_HostUpdateChange(java.lang.String _m_name)
          The constructor with initializing variables.
 
Method Summary
 java.lang.String getName()
          Accessor method for the new host name of the host object
 void setName(java.lang.String value)
          Accessor method for the new host name of the host 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_name

public java.lang.String m_name
The new host name of the host object.

See Also:
setName(String), getName()
Constructor Detail

epp_HostUpdateChange

public epp_HostUpdateChange()
Empty constructor


epp_HostUpdateChange

public epp_HostUpdateChange(java.lang.String _m_name)
The constructor with initializing variables.

Parameters:
_m_name - The new host name of the host object
Method Detail

setName

public void setName(java.lang.String value)
Accessor method for the new host name of the host object

Parameters:
value - The new host name
See Also:
m_name

getName

public java.lang.String getName()
Accessor method for the new host name of the host object

Returns:
The new host name
See Also:
m_name

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