EPP RTK
for Java v 0.4.1

org.openrtk.idl.epp.domain
Class epp_DomainUpdateAddRemove

java.lang.Object
  |
  +--org.openrtk.idl.epp.domain.epp_DomainUpdateAddRemove
All Implemented Interfaces:
org.omg.CORBA.portable.IDLEntity, java.io.Serializable

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/epp/domain/epp_DomainUpdateAddRemove.java,v 1.7 2001/12/04 22:31:06 lyin Exp $
$Revision: 1.7 $
$Date: 2001/12/04 22:31:06 $

See Also:
epp_DomainUpdateReq.setAdd(epp_DomainUpdateAddRemove), epp_DomainUpdateReq.setRemove(epp_DomainUpdateAddRemove), Serialized Form

Field Summary
 epp_DomainContact[] m_contacts
          The array of contact objects to be associated with or removed from the domain object.
 java.lang.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.
 
Constructor Summary
epp_DomainUpdateAddRemove()
          Empty constructor
epp_DomainUpdateAddRemove(java.lang.String[] _m_name_servers, epp_DomainContact[] _m_contacts, epp_DomainStatus[] _m_status)
          The constructor with initializing variables.
 
Method Summary
 epp_DomainContact[] getContacts()
          Accessor method for the array of domain contact objects
 java.lang.String[] getNameServers()
          Accessor method for the array of domain name servers
 epp_DomainStatus[] getStatus()
          Accessor method for the array of domain status values
 void setContacts(epp_DomainContact[] value)
          Accessor method for the array of domain contact objects
 void setNameServers(java.lang.String[] value)
          Accessor method for the array of domain name servers
 void setStatus(epp_DomainStatus[] value)
          Accessor method for the array of domain status values
 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_name_servers

public java.lang.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
See Also:
setNameServers(String[]), getNameServers()

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
See Also:
setContacts(org.openrtk.idl.epp.domain.epp_DomainContact[]), getContacts()

m_status

public epp_DomainStatus[] m_status
The array of status to be associated with or removed from the domain object.
See Also:
setStatus(org.openrtk.idl.epp.domain.epp_DomainStatus[]), getStatus()
Constructor Detail

epp_DomainUpdateAddRemove

public epp_DomainUpdateAddRemove()
Empty constructor

epp_DomainUpdateAddRemove

public epp_DomainUpdateAddRemove(java.lang.String[] _m_name_servers,
                                 epp_DomainContact[] _m_contacts,
                                 epp_DomainStatus[] _m_status)
The constructor with initializing variables.
Parameters:
_m_name_servers - The array of name servers
_m_contacts - The array of contact objects
_m_status - The array of domain status values
Method Detail

setNameServers

public void setNameServers(java.lang.String[] value)
Accessor method for the array of domain name servers
Parameters:
value - The array of domain name servers
See Also:
m_name_servers

getNameServers

public java.lang.String[] getNameServers()
Accessor method for the array of domain name servers
Returns:
The array of domain name servers
See Also:
m_name_servers

setContacts

public void setContacts(epp_DomainContact[] value)
Accessor method for the array of domain contact objects
Parameters:
value - The array of domain contacts
See Also:
m_contacts

getContacts

public epp_DomainContact[] getContacts()
Accessor method for the array of domain contact objects
Returns:
The array of domain contacts
See Also:
m_contacts

setStatus

public void setStatus(epp_DomainStatus[] value)
Accessor method for the array of domain status values
Parameters:
value - The array of domain status values
See Also:
m_status

getStatus

public epp_DomainStatus[] getStatus()
Accessor method for the array of domain status values
Returns:
The array of domain status values
See Also:
m_status

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.4.1

Copyright © 2001 - Tucows, Inc.