org.openrtk.idl.epp0503.domain
Class epp_DomainUpdateAddRemove
java.lang.Object
org.openrtk.idl.epp0503.domain.epp_DomainUpdateAddRemove
- org.omg.CORBA.portable.IDLEntity
public class epp_DomainUpdateAddRemove
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity
Class that contains the elements to be added into or removed from the domain
object in the registry.
This class can only be used when modifying a domain object.
$Header: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp0503/domain/epp_DomainUpdateAddRemove.java,v 1.1 2003/03/21 16:18:30 tubadanm Exp $
$Revision: 1.1 $
$Date: 2003/03/21 16:18:30 $
epp_DomainContact[] | m_contacts - The array of contact objects to be associated with or removed from the domain object.
|
String[] | m_name_servers - The array of name servers to be associated with or removed from the domain object.
|
epp_DomainStatus[] | m_status - The array of status to be associated with or removed from the domain object.
|
m_contacts
public epp_DomainContact[] m_contacts
The array of contact objects to be associated with or removed from the domain object.
Contact objects must exist in the registry
m_name_servers
public String[] m_name_servers
The array of name servers to be associated with or removed from the domain object.
Name servers must exist in the registry
m_status
public epp_DomainStatus[] m_status
The array of status to be associated with or removed from the domain object.
epp_DomainUpdateAddRemove
public epp_DomainUpdateAddRemove()
Empty constructor
epp_DomainUpdateAddRemove
public epp_DomainUpdateAddRemove(String[] _m_name_servers,
epp_DomainContact[] _m_contacts,
epp_DomainStatus[] _m_status)
The constructor with initializing variables.
_m_name_servers
- The array of name servers_m_contacts
- The array of contact objects_m_status
- The array of domain status values
getContacts
public epp_DomainContact[] getContacts()
Accessor method for the array of domain contact objects
- The array of domain contacts
getNameServers
public String[] getNameServers()
Accessor method for the array of domain name servers
- The array of domain name servers
getStatus
public epp_DomainStatus[] getStatus()
Accessor method for the array of domain status values
- The array of domain status values
setContacts
public void setContacts(epp_DomainContact[] value)
Accessor method for the array of domain contact objects
value
- The array of domain contacts
setNameServers
public void setNameServers(String[] value)
Accessor method for the array of domain name servers
value
- The array of domain name servers
setStatus
public void setStatus(epp_DomainStatus[] value)
Accessor method for the array of domain status values
value
- The array of domain status values
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