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