org.openrtk.idl.epp0503
Class epp_dcpStatement
java.lang.Object
org.openrtk.idl.epp0503.epp_dcpStatement
- org.omg.CORBA.portable.IDLEntity
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/epp0503/epp_dcpStatement.java,v 1.2 2003/09/10 21:29:56 tubadanm Exp $
$Revision: 1.2 $
$Date: 2003/09/10 21:29:56 $
m_purposes
public epp_dcpPurposeType[] m_purposes
The array of data collection purpose types.
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.
_m_purposes
- The array of data collection purpose types_m_recipients
- The array of data recipient types_m_retention
- The data retention type
getPurposes
public epp_dcpPurposeType[] getPurposes()
Accessor method for the array of data collection purpose types
- The array of data collection purpose types
getRecipients
public epp_dcpRecipientType[] getRecipients()
Accessor method for the array of data recipient types
- The array of data recipient types
getRetention
public epp_dcpRetentionType getRetention()
Accessor method for the data retention type
- value The data retention type
setPurposes
public void setPurposes(epp_dcpPurposeType[] value)
Accessor method for the array of data collection purpose types
value
- The array of data collection purpose types
setRecipients
public void setRecipients(epp_dcpRecipientType[] value)
Accessor method for the array of data recipient types
value
- The array of data recipient types
setRetention
public void setRetention(epp_dcpRetentionType value)
Accessor method for the data retention type
value
- The data retention type
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