EPP RTK
for Java v 0.5.0

org.openrtk.idl.epp
Class epp_dcpStatement

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

public class epp_dcpStatement
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity

Class that contains elements used to describe EPP Server's policy for data collection and management.

Data collection purposes, data recipients, and data retention are described here.

$Header: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/epp_dcpStatement.java,v 1.2 2002/03/19 15:48:36 lyin Exp $
$Revision: 1.2 $
$Date: 2002/03/19 15:48:36 $

See Also:
epp_DataCollectionPolicy, EPPGreeting, Serialized Form

Field Summary
 epp_dcpPurposeType[] m_purposes
          The array of data collection purpose types.
 epp_dcpRecipientType[] m_recipients
          The array of data recipient types.
 epp_dcpRetentionType m_retention
          The data retention type.
 
Constructor Summary
epp_dcpStatement()
          Empty constructor
epp_dcpStatement(epp_dcpPurposeType[] _m_purposes, epp_dcpRecipientType[] _m_recipients, epp_dcpRetentionType _m_retention)
          The constructor with initializing variables.
 
Method Summary
 epp_dcpPurposeType[] getPurposes()
          Accessor method for the array of data collection purpose types
 epp_dcpRecipientType[] getRecipients()
          Accessor method for the array of data recipient types
 epp_dcpRetentionType getRetention()
          Accessor method for the data retention type
 void setPurposes(epp_dcpPurposeType[] value)
          Accessor method for the array of data collection purpose types
 void setRecipients(epp_dcpRecipientType[] value)
          Accessor method for the array of data recipient types
 void setRetention(epp_dcpRetentionType value)
          Accessor method for the data retention type
 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_purposes

public epp_dcpPurposeType[] m_purposes
The array of data collection purpose types.
See Also:
setPurposes(epp_dcpPurposeType[]), getPurposes()

m_recipients

public epp_dcpRecipientType[] m_recipients
The array of data recipient types.
See Also:
setRecipients(epp_dcpRecipientType[]), getRecipients()

m_retention

public epp_dcpRetentionType m_retention
The data retention type.
See Also:
setRetention(epp_dcpRetentionType), getRetention()
Constructor Detail

epp_dcpStatement

public epp_dcpStatement()
Empty constructor

epp_dcpStatement

public epp_dcpStatement(epp_dcpPurposeType[] _m_purposes,
                        epp_dcpRecipientType[] _m_recipients,
                        epp_dcpRetentionType _m_retention)
The constructor with initializing variables.
Parameters:
_m_purposes - The array of data collection purpose types
_m_recipients - The array of data recipient types
_m_retention - The data retention type
Method Detail

setPurposes

public void setPurposes(epp_dcpPurposeType[] value)
Accessor method for the array of data collection purpose types
Parameters:
value - The array of data collection purpose types
See Also:
m_purposes

getPurposes

public epp_dcpPurposeType[] getPurposes()
Accessor method for the array of data collection purpose types
Returns:
The array of data collection purpose types
See Also:
m_purposes

setRecipients

public void setRecipients(epp_dcpRecipientType[] value)
Accessor method for the array of data recipient types
Parameters:
value - The array of data recipient types
See Also:
m_recipients

getRecipients

public epp_dcpRecipientType[] getRecipients()
Accessor method for the array of data recipient types
Returns:
The array of data recipient types
See Also:
m_recipients

setRetention

public void setRetention(epp_dcpRetentionType value)
Accessor method for the data retention type
Parameters:
value - The data retention type
See Also:
m_retention

getRetention

public epp_dcpRetentionType getRetention()
Accessor method for the data retention type
Returns:
value The data retention type
See Also:
m_retention

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

Copyright © 2001 - Tucows, Inc.