org.openrtk.idl.epp.contact
Class epp_ContactUpdateAddRemove
java.lang.Object
|
+--org.openrtk.idl.epp.contact.epp_ContactUpdateAddRemove
- All Implemented Interfaces:
- org.omg.CORBA.portable.IDLEntity, java.io.Serializable
- public class epp_ContactUpdateAddRemove
- extends java.lang.Object
- implements org.omg.CORBA.portable.IDLEntity
Class that contains the elements to be added into or removed from the contact
object in the registry.
This class can only be used when modifying a contact object.
$Header: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/contact/epp_ContactUpdateAddRemove.java,v 1.7 2001/12/04 22:31:46 lyin Exp $
$Revision: 1.7 $
$Date: 2001/12/04 22:31:46 $
- See Also:
epp_ContactUpdateReq.setAdd(epp_ContactUpdateAddRemove)
,
epp_ContactUpdateReq.setRemove(epp_ContactUpdateAddRemove)
, Serialized Form
Method Summary |
epp_ContactStatus[] |
getStatus()
Accessor method for the array of status to be associated with or removed from the contact object |
void |
setStatus(epp_ContactStatus[] value)
Accessor method for the array of status to be associated with or removed from the contact object |
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 |
m_status
public epp_ContactStatus[] m_status
- The array of status to be associated with or removed from the contact object.
- See Also:
setStatus(org.openrtk.idl.epp.contact.epp_ContactStatus[])
,
getStatus()
epp_ContactUpdateAddRemove
public epp_ContactUpdateAddRemove()
- Empty constructor
epp_ContactUpdateAddRemove
public epp_ContactUpdateAddRemove(epp_ContactStatus[] _m_status)
- The constructor with initializing variables.
- Parameters:
_m_status
- The array of status to be associated with or removed from the contact object
setStatus
public void setStatus(epp_ContactStatus[] value)
- Accessor method for the array of status to be associated with or removed from the contact object
- Parameters:
value
- The array of contact status values- See Also:
m_status
getStatus
public epp_ContactStatus[] getStatus()
- Accessor method for the array of status to be associated with or removed from the contact object
- Returns:
- The array of contact status values
- See Also:
m_status
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
Copyright © 2001 - Tucows, Inc.