EPP RTK
for Java v 0.7.2

org.openrtk.idl.epp0503.host
Class epp_HostUpdateAddRemove

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

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/epp0503/host/epp_HostUpdateAddRemove.java,v 1.1 2003/03/21 16:18:31 tubadanm Exp $
$Revision: 1.1 $
$Date: 2003/03/21 16:18:31 $

See Also:
epp_HostUpdateReq.setAdd(epp_HostUpdateAddRemove), epp_HostUpdateReq.setRemove(epp_HostUpdateAddRemove), Serialized Form

Field Summary
 epp_HostAddress[] m_addresses
          The array of IP addresses to be associated with or removed from the host object.
 epp_HostStatus[] m_status
          The array of status values to be associated with or removed from the host object.
 
Constructor Summary
epp_HostUpdateAddRemove()
          Empty constructor
epp_HostUpdateAddRemove(epp_HostAddress[] _m_addresses, epp_HostStatus[] _m_status)
          The constructor with initializing variables.
 
Method Summary
 epp_HostAddress[] getAddresses()
          Accessor method for the array of IP addresses
 epp_HostStatus[] getStatus()
          Accessor method for the array of host status values
 void setAddresses(epp_HostAddress[] value)
          Accessor method for the array of IP addresses
 void setStatus(epp_HostStatus[] value)
          Accessor method for the array of host status values
 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_addresses

public epp_HostAddress[] m_addresses
The array of IP addresses to be associated with or removed from the host object.

See Also:
setAddresses(org.openrtk.idl.epp0503.host.epp_HostAddress[]), getAddresses()

m_status

public epp_HostStatus[] m_status
The array of status values to be associated with or removed from the host object.

See Also:
setStatus(org.openrtk.idl.epp0503.host.epp_HostStatus[]), getStatus()
Constructor Detail

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.

Parameters:
_m_addresses - The array of IP addresses
_m_status - The array of host status values
Method Detail

setAddresses

public void setAddresses(epp_HostAddress[] value)
Accessor method for the array of IP addresses

Parameters:
value - The array of host IP addresses
See Also:
m_addresses

getAddresses

public epp_HostAddress[] getAddresses()
Accessor method for the array of IP addresses

Returns:
The array of host addresses
See Also:
m_addresses

setStatus

public void setStatus(epp_HostStatus[] value)
Accessor method for the array of host status values

Parameters:
value - The array of host status values
See Also:
m_status

getStatus

public epp_HostStatus[] getStatus()
Accessor method for the array of host status values

Returns:
The array of host status values
See Also:
m_status

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