EPP RTK
for Java v 0.7.2

org.openrtk.idl.epp0604.host
Class epp_HostAddress

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

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

Class that contains the elements used to represent host IP addresses with the type: IPV4, IPV6.

$Header: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp0604/host/epp_HostAddress.java,v 1.1 2003/03/21 15:55:22 tubadanm Exp $
$Revision: 1.1 $
$Date: 2003/03/21 15:55:22 $

See Also:
epp_HostUpdateAddRemove, epp_HostCreateReq, epp_HostInfoRsp, Serialized Form

Field Summary
 java.lang.String m_ip
          The ip address of the host address.
 epp_HostAddressType m_type
          The type of the host address.
 
Constructor Summary
epp_HostAddress()
          Empty constructor
epp_HostAddress(epp_HostAddressType _m_type, java.lang.String _m_ip)
          The constructor with initializing variables.
 
Method Summary
 java.lang.String getIp()
          Accessor method for the ip address of the host address
 epp_HostAddressType getType()
          Accessor method for the type of the host address
 void setIp(java.lang.String value)
          Accessor method for the ip address of the host address
 void setType(epp_HostAddressType value)
          Accessor method for the type of the host address
 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_type

public epp_HostAddressType m_type
The type of the host address.

See Also:
setType(org.openrtk.idl.epp0604.host.epp_HostAddressType), getType()

m_ip

public java.lang.String m_ip
The ip address of the host address.

See Also:
setIp(String), getIp()
Constructor Detail

epp_HostAddress

public epp_HostAddress()
Empty constructor


epp_HostAddress

public epp_HostAddress(epp_HostAddressType _m_type,
                       java.lang.String _m_ip)
The constructor with initializing variables.

Parameters:
_m_type - The type of the host address
_m_ip - The ip address of the host address
Method Detail

setType

public void setType(epp_HostAddressType value)
Accessor method for the type of the host address

Parameters:
value - The host address type
See Also:
m_type

getType

public epp_HostAddressType getType()
Accessor method for the type of the host address

Returns:
The host address type
See Also:
m_type

setIp

public void setIp(java.lang.String value)
Accessor method for the ip address of the host address

Parameters:
value - The host ip
See Also:
m_ip

getIp

public java.lang.String getIp()
Accessor method for the ip address of the host address

Returns:
The host ip
See Also:
m_ip

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