org.openrtk.idl.epp0705.host
Class epp_HostUpdateAddRemove
java.lang.Object
org.openrtk.idl.epp0705.host.epp_HostUpdateAddRemove
- org.omg.CORBA.portable.IDLEntity
public class epp_HostUpdateAddRemove
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity
Class that contains the elements to be added into or removed from the host
object 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_HostUpdateAddRemove.java,v 1.1 2003/03/20 22:42:31 tubadanm Exp $
$Revision: 1.1 $
$Date: 2003/03/20 22:42:31 $
m_addresses
public epp_HostAddress[] m_addresses
The array of IP addresses to be associated with or removed from the host object.
m_status
public epp_HostStatus[] m_status
The array of status values to be associated with or removed from the host object.
epp_HostUpdateAddRemove
public epp_HostUpdateAddRemove()
Empty constructor
epp_HostUpdateAddRemove
public epp_HostUpdateAddRemove(epp_HostAddress[] _m_addresses,
epp_HostStatus[] _m_status)
The constructor with initializing variables.
_m_addresses
- The array of IP addresses_m_status
- The array of host status values
getAddresses
public epp_HostAddress[] getAddresses()
Accessor method for the array of IP addresses
- The array of host addresses
getStatus
public epp_HostStatus[] getStatus()
Accessor method for the array of host status values
- The array of host status values
setAddresses
public void setAddresses(epp_HostAddress[] value)
Accessor method for the array of IP addresses
value
- The array of host IP addresses
setStatus
public void setStatus(epp_HostStatus[] value)
Accessor method for the array of host status values
value
- The array of host status values
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