org.openrtk.idl.epp02.host

Class epp_HostAddress

Implemented Interfaces:
org.omg.CORBA.portable.IDLEntity

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

org/openrtk/idl/epp/host/epp_HostAddress.java Generated by the IDL-to-Java compiler (portable), version "3.0" from epp_host.idl Thursday, July 26, 2001 6:26:09 PM EDT

Field Summary

String
m_ip
epp_HostAddressType
m_type

Constructor Summary

epp_HostAddress()
epp_HostAddress(epp_HostAddressType _m_type, String _m_ip)

Method Summary

String
getIp()
epp_HostAddressType
getType()
void
setIp(String value)
void
setType(epp_HostAddressType value)
String
toString()

Field Details

m_ip

public String m_ip

m_type

public epp_HostAddressType m_type

Constructor Details

epp_HostAddress

public epp_HostAddress()

epp_HostAddress

public epp_HostAddress(epp_HostAddressType _m_type,
                       String _m_ip)

Method Details

getIp

public String getIp()

getType

public epp_HostAddressType getType()

setIp

public void setIp(String value)

setType

public void setType(epp_HostAddressType value)

toString

public String toString()

Copyright © 2001-2002 - Tucows, Inc., 2003 - LibertyRMS