EPP RTK
for Java v 0.7.2

org.openrtk.idl.epp0604.contact
Class epp_ContactUpdateReq

java.lang.Object
  |
  +--org.openrtk.idl.epp0604.contact.epp_ContactUpdateReq
All Implemented Interfaces:
org.omg.CORBA.portable.IDLEntity, java.io.Serializable

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/epp0604/contact/epp_ContactUpdateReq.java,v 1.1 2003/03/21 15:54:59 tubadanm Exp $
$Revision: 1.1 $
$Date: 2003/03/21 15:54:59 $

See Also:
com.tucows.oxrs.epp.rtk.xml.EPPContactUpdate, epp_ContactUpdateRsp, Serialized Form

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.
 java.lang.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, java.lang.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
 java.lang.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
 java.lang.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(java.lang.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(java.lang.String value)
          Deprecated.  
 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

m_cmd

public epp_Command m_cmd
The common and generic command element.

See Also:
setCmd(org.openrtk.idl.epp0604.epp_Command), getCmd()

m_id

public java.lang.String m_id
The identifier for the contact object to be modified in the registry.

See Also:
setId(String), getId()

m_add

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

See Also:
setAdd(org.openrtk.idl.epp0604.contact.epp_ContactUpdateAddRemove), getAdd()

m_remove

public epp_ContactUpdateAddRemove m_remove
The remove element that contains attribute values to be removed from the contact object.

See Also:
setRemove(org.openrtk.idl.epp0604.contact.epp_ContactUpdateAddRemove), getRemove()

m_change

public epp_ContactUpdateChange m_change
The change element that contains attribute values to be changed in the contact object.

See Also:
setChange(org.openrtk.idl.epp0604.contact.epp_ContactUpdateChange), getChange()
Constructor Detail

epp_ContactUpdateReq

public epp_ContactUpdateReq()
Empty constructor


epp_ContactUpdateReq

public epp_ContactUpdateReq(epp_Command _m_cmd,
                            java.lang.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 Detail

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

getCmd

public epp_Command getCmd()
Accessor method for the common and generic command element

Returns:
The command element
See Also:
m_cmd

setRoid

public void setRoid(java.lang.String value)
Deprecated.  

See Also:
setId(String)

getRoid

public java.lang.String getRoid()
Deprecated.  

See Also:
getId()

setId

public void setId(java.lang.String value)
Accessor method for the identifier for the contact object to be modified

Parameters:
value - The contact id
See Also:
m_id

getId

public java.lang.String getId()
Accessor method for the identifier for the contact object to be modified

Returns:
The contact id
See Also:
m_id

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

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

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

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

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

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

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

EPP RTK
for Java v 0.7.2

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