|
EPP RTK for Java v 0.5.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.openrtk.idl.epp.contact.epp_ContactUpdateReq
Class that contains the elements necessary to modify a contact in the registry.
$Header: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/contact/epp_ContactUpdateReq.java,v 1.9 2001/12/04 22:31:46 lyin Exp $
EPPContactUpdate
,
epp_ContactUpdateRsp
, Serialized FormField 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 |
public epp_Command m_cmd
setCmd(org.openrtk.idl.epp.epp_Command)
,
getCmd()
public java.lang.String m_id
setId(String)
,
getId()
public epp_ContactUpdateAddRemove m_add
setAdd(org.openrtk.idl.epp.contact.epp_ContactUpdateAddRemove)
,
getAdd()
public epp_ContactUpdateAddRemove m_remove
setRemove(org.openrtk.idl.epp.contact.epp_ContactUpdateAddRemove)
,
getRemove()
public epp_ContactUpdateChange m_change
setChange(org.openrtk.idl.epp.contact.epp_ContactUpdateChange)
,
getChange()
Constructor Detail |
public 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)
_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 objectMethod Detail |
public void setCmd(epp_Command value)
value
- The command elementm_cmd
public epp_Command getCmd()
m_cmd
public void setRoid(java.lang.String value)
setId(String)
public java.lang.String getRoid()
getId()
public void setId(java.lang.String value)
value
- The contact idm_id
public java.lang.String getId()
m_id
public void setAdd(epp_ContactUpdateAddRemove value)
value
- The add elementm_add
public epp_ContactUpdateAddRemove getAdd()
m_add
public void setRemove(epp_ContactUpdateAddRemove value)
value
- The remove elementm_remove
public epp_ContactUpdateAddRemove getRemove()
m_remove
public void setChange(epp_ContactUpdateChange value)
value
- The change elementm_change
public epp_ContactUpdateChange getChange()
m_change
public java.lang.String toString()
toString
in class java.lang.Object
|
EPP RTK for Java v 0.5.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |