org.openrtk.idl.epp0705.contact

Class epp_ContactUpdateReq

Implemented Interfaces:
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 $
See Also:
EPPContactUpdate, epp_ContactUpdateRsp

Field Summary

epp_ContactUpdateAddRemove
m_add
The add element that contains attribute values to be added to the contact object.
epp_ContactUpdateChange
m_change
The change element that contains attribute values to be changed in the contact object.
epp_Command
m_cmd
The common and generic command element.
String
m_id
The identifier for the contact object to be modified in the registry.
epp_ContactUpdateAddRemove
m_remove
The remove element that contains attribute values to be removed from the contact object.

Constructor Summary

epp_ContactUpdateReq()
Empty constructor
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.

Method Summary

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()
Deprecated.
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)
Deprecated.
String
toString()
Converts this class into a string.

Field Details

m_add

public epp_ContactUpdateAddRemove m_add
The add element that contains attribute values to be added to the contact object.

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.

Constructor Details

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.
Parameters:
_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

Method Details

getAdd

public epp_ContactUpdateAddRemove getAdd()
Accessor method for the add element that contains attribute values to be added to the contact object
Returns:
The add element
See Also:
m_add

getChange

public epp_ContactUpdateChange getChange()
Accessor method for the change element that contains attribute values to be changed in the contact object
Returns:
The change element
See Also:
m_change

getCmd

public epp_Command getCmd()
Accessor method for the common and generic command element
Returns:
The command element
See Also:
m_cmd

getId

public String getId()
Accessor method for the identifier for the contact object to be modified
Returns:
The contact id

getRemove

public epp_ContactUpdateAddRemove getRemove()
Accessor method for the remove element that contains attribute values to be removed from the contact object
Returns:
The remove element
See Also:
m_remove

getRoid

public String getRoid()

Deprecated.


setAdd

public void setAdd(epp_ContactUpdateAddRemove value)
Accessor method for the add element that contains attribute values to be added to the contact object
Parameters:
value - The add element
See Also:
m_add

setChange

public void setChange(epp_ContactUpdateChange value)
Accessor method for the change element that contains attribute values to be changed in the contact object
Parameters:
value - The change element
See Also:
m_change

setCmd

public void setCmd(epp_Command value)
Accessor method for the common and generic command element
Parameters:
value - The command element
See Also:
m_cmd

setId

public void setId(String value)
Accessor method for the identifier for the contact object to be modified
Parameters:
value - The contact id

setRemove

public void setRemove(epp_ContactUpdateAddRemove value)
Accessor method for the remove element that contains attribute values to be removed from the contact object
Parameters:
value - The remove element
See Also:
m_remove

setRoid

public void setRoid(String value)

Deprecated.


toString

public String toString()
Converts this class into a string. Typically used to view the object in debug output.
Returns:
The string representation of this object instance

Copyright © 2001-2002 - Tucows, Inc., 2003 - LibertyRMS