|
EPP RTK for Java v 0.5.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.openrtk.idl.epp.epp_dcpStatement
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 $
epp_DataCollectionPolicy
,
EPPGreeting
, Serialized FormField 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 |
public epp_dcpPurposeType[] m_purposes
setPurposes(epp_dcpPurposeType[])
,
getPurposes()
public epp_dcpRecipientType[] m_recipients
setRecipients(epp_dcpRecipientType[])
,
getRecipients()
public epp_dcpRetentionType m_retention
setRetention(epp_dcpRetentionType)
,
getRetention()
Constructor Detail |
public epp_dcpStatement()
public epp_dcpStatement(epp_dcpPurposeType[] _m_purposes, epp_dcpRecipientType[] _m_recipients, epp_dcpRetentionType _m_retention)
_m_purposes
- The array of data collection purpose types_m_recipients
- The array of data recipient types_m_retention
- The data retention typeMethod Detail |
public void setPurposes(epp_dcpPurposeType[] value)
value
- The array of data collection purpose typesm_purposes
public epp_dcpPurposeType[] getPurposes()
m_purposes
public void setRecipients(epp_dcpRecipientType[] value)
value
- The array of data recipient typesm_recipients
public epp_dcpRecipientType[] getRecipients()
m_recipients
public void setRetention(epp_dcpRetentionType value)
value
- The data retention typem_retention
public epp_dcpRetentionType getRetention()
m_retention
public java.lang.String toString()
toString
in class java.lang.Object
|
EPP RTK for Java v 0.5.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |