|
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_HostUpdateAddRemove
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/epp/host/epp_HostUpdateAddRemove.java,v 1.7 2001/12/04 22:32:09 lyin Exp $
epp_HostUpdateReq.setAdd(epp_HostUpdateAddRemove)
,
epp_HostUpdateReq.setRemove(epp_HostUpdateAddRemove)
, Serialized FormField 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 |
public epp_HostAddress[] m_addresses
setAddresses(org.openrtk.idl.epp.host.epp_HostAddress[])
,
getAddresses()
public epp_HostStatus[] m_status
setStatus(org.openrtk.idl.epp.host.epp_HostStatus[])
,
getStatus()
Constructor Detail |
public epp_HostUpdateAddRemove()
public epp_HostUpdateAddRemove(epp_HostAddress[] _m_addresses, epp_HostStatus[] _m_status)
_m_addresses
- The array of IP addresses_m_status
- The array of host status valuesMethod Detail |
public void setAddresses(epp_HostAddress[] value)
value
- The array of host IP addressesm_addresses
public epp_HostAddress[] getAddresses()
m_addresses
public void setStatus(epp_HostStatus[] value)
value
- The array of host status valuesm_status
public epp_HostStatus[] getStatus()
m_status
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 |