org.openrtk.idl.epprtk.host
Class epp_HostAddress
java.lang.Object
org.openrtk.idl.epprtk.host.epp_HostAddress
- org.omg.CORBA.portable.IDLEntity
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/epprtk/host/epp_HostAddress.java,v 1.1 2004/12/07 15:27:50 ewang2004 Exp $
$Revision: 1.1 $
$Date: 2004/12/07 15:27:50 $
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(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
|
String | toString() - Converts this class into a string.
|
m_ip
public String m_ip
The ip address of the host address.
epp_HostAddress
public epp_HostAddress()
Empty constructor
epp_HostAddress
public epp_HostAddress(epp_HostAddressType _m_type,
String _m_ip)
The constructor with initializing variables.
_m_type
- The type of the host address_m_ip
- The ip address of the host address
getIp
public String getIp()
Accessor method for the ip address of the host address
setIp
public void setIp(String value)
Accessor method for the ip address of the host address
setType
public void setType(epp_HostAddressType value)
Accessor method for the type of the host address
value
- The host address type
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