org.openrtk.idl.epprtk.contact
Class epp_ContactUpdateAddRemove
java.lang.Object
org.openrtk.idl.epprtk.contact.epp_ContactUpdateAddRemove
- org.omg.CORBA.portable.IDLEntity
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/epprtk/contact/epp_ContactUpdateAddRemove.java,v 1.1 2004/12/07 15:27:49 ewang2004 Exp $
$Revision: 1.1 $
$Date: 2004/12/07 15:27:49 $
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
|
String | toString() - Converts this class into a string.
|
m_status
public epp_ContactStatus[] m_status
The array of status to be associated with or removed from the contact object.
epp_ContactUpdateAddRemove
public epp_ContactUpdateAddRemove()
Empty constructor
epp_ContactUpdateAddRemove
public epp_ContactUpdateAddRemove(epp_ContactStatus[] _m_status)
The constructor with initializing variables.
_m_status
- The array of status to be associated with or removed from the contact object
getStatus
public epp_ContactStatus[] getStatus()
Accessor method for the array of status to be associated with or removed from the contact object
- The array of contact status values
setStatus
public void setStatus(epp_ContactStatus[] value)
Accessor method for the array of status to be associated with or removed from the contact object
value
- The array of contact status values
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