org.openrtk.idl.epp0705.contact
Class epp_ContactUpdateReq
java.lang.Object
org.openrtk.idl.epp0705.contact.epp_ContactUpdateReq
- org.omg.CORBA.portable.IDLEntity
public class epp_ContactUpdateReq
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity
Class that contains the elements necessary to modify a contact
in the registry.
$Header: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp0705/contact/epp_ContactUpdateReq.java,v 1.2 2003/09/10 21:29:59 tubadanm Exp $
$Revision: 1.2 $
$Date: 2003/09/10 21:29:59 $
epp_ContactUpdateAddRemove | getAdd() - Accessor method for the add element that contains attribute values to be added to the contact object
|
epp_ContactUpdateChange | getChange() - Accessor method for the change element that contains attribute values to be changed in the contact object
|
epp_Command | getCmd() - Accessor method for the common and generic command element
|
String | getId() - Accessor method for the identifier for the contact object to be modified
|
epp_ContactUpdateAddRemove | getRemove() - Accessor method for the remove element that contains attribute values to be removed from the contact object
|
String | getRoid()
|
void | setAdd(epp_ContactUpdateAddRemove value) - Accessor method for the add element that contains attribute values to be added to the contact object
|
void | setChange(epp_ContactUpdateChange value) - Accessor method for the change element that contains attribute values to be changed in the contact object
|
void | setCmd(epp_Command value) - Accessor method for the common and generic command element
|
void | setId(String value) - Accessor method for the identifier for the contact object to be modified
|
void | setRemove(epp_ContactUpdateAddRemove value) - Accessor method for the remove element that contains attribute values to be removed from the contact object
|
void | setRoid(String value)
|
String | toString() - Converts this class into a string.
|
m_change
public epp_ContactUpdateChange m_change
The change element that contains attribute values to be changed in the contact object.
m_cmd
public epp_Command m_cmd
The common and generic command element.
m_id
public String m_id
The identifier for the contact object to be modified in the registry.
m_remove
public epp_ContactUpdateAddRemove m_remove
The remove element that contains attribute values to be removed from the contact object.
epp_ContactUpdateReq
public epp_ContactUpdateReq()
Empty constructor
epp_ContactUpdateReq
public epp_ContactUpdateReq(epp_Command _m_cmd,
String _m_id,
epp_ContactUpdateAddRemove _m_add,
epp_ContactUpdateAddRemove _m_remove,
epp_ContactUpdateChange _m_change)
The constructor with initializing variables.
_m_cmd
- The common and generic command element_m_id
- The identifier for the contact object to be modified in the registry_m_add
- The add element that contains attribute values to be added to the contact object_m_remove
- The remove element that contains attribute values to be removed from the contact object_m_change
- The change element that contains attribute values to be changed in the contact object
getAdd
public epp_ContactUpdateAddRemove getAdd()
Accessor method for the add element that contains attribute values to be added to the contact object
getChange
public epp_ContactUpdateChange getChange()
Accessor method for the change element that contains attribute values to be changed in the contact object
getCmd
public epp_Command getCmd()
Accessor method for the common and generic command element
getId
public String getId()
Accessor method for the identifier for the contact object to be modified
getRemove
public epp_ContactUpdateAddRemove getRemove()
Accessor method for the remove element that contains attribute values to be removed from the contact object
getRoid
public String getRoid()
setAdd
public void setAdd(epp_ContactUpdateAddRemove value)
Accessor method for the add element that contains attribute values to be added to the contact object
setChange
public void setChange(epp_ContactUpdateChange value)
Accessor method for the change element that contains attribute values to be changed in the contact object
value
- The change element
setCmd
public void setCmd(epp_Command value)
Accessor method for the common and generic command element
value
- The command element
setId
public void setId(String value)
Accessor method for the identifier for the contact object to be modified
setRemove
public void setRemove(epp_ContactUpdateAddRemove value)
Accessor method for the remove element that contains attribute values to be removed from the contact object
value
- The remove element
setRoid
public void setRoid(String value)
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