|
EPP RTK for Java v 0.5.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.openrtk.idl.epp.host.epp_HostAddress
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/epp/host/epp_HostAddress.java,v 1.7 2001/12/04 22:32:09 lyin Exp $
epp_HostUpdateAddRemove
,
epp_HostCreateReq
,
epp_HostInfoRsp
, Serialized FormField 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 |
public epp_HostAddressType m_type
setType(org.openrtk.idl.epp.host.epp_HostAddressType)
,
getType()
public java.lang.String m_ip
setIp(String)
,
getIp()
Constructor Detail |
public epp_HostAddress()
public epp_HostAddress(epp_HostAddressType _m_type, java.lang.String _m_ip)
_m_type
- The type of the host address_m_ip
- The ip address of the host addressMethod Detail |
public void setType(epp_HostAddressType value)
value
- The host address typem_type
public epp_HostAddressType getType()
m_type
public void setIp(java.lang.String value)
value
- The host ipm_ip
public java.lang.String getIp()
m_ip
public java.lang.String toString()
toString
in class java.lang.Object
|
EPP RTK for Java v 0.5.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |