EPP RTK for Java v 0.9.5 | |
Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.openrtk.idl.epp0705.epp_dcpStatement
public class epp_dcpStatement
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity
epp_DataCollectionPolicy
, EPPGreeting
Field Summary | |
epp_dcpPurposeType[] |
|
epp_dcpRecipient[] |
|
epp_dcpRetentionType |
|
Constructor Summary | |
| |
| |
|
Method Summary | |
epp_dcpPurposeType[] |
|
epp_dcpRecipient[] |
|
epp_dcpRecipientType[] |
|
epp_dcpRetentionType |
|
void |
|
void |
|
void |
|
void |
|
String |
|
public epp_dcpStatement()
Empty constructor
public epp_dcpStatement(epp_dcpPurposeType[] _m_purposes, epp_dcpRecipientType[] _m_recipients, epp_dcpRetentionType _m_retention)
Deprecated.
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
public epp_dcpStatement(epp_dcpPurposeType[] _m_purposes, epp_dcpRecipient[] _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
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
public epp_dcpRecipient[] getRecipients()
Accessor method for the array of data recipient types
- Returns:
- The array of data recipient types
- See Also:
m_recipients
public epp_dcpRecipientType[] getRecipientsTypes()
Deprecated.
Accessor method for the array of data recipient types
- Returns:
- The array of data recipient types
- See Also:
m_recipients
public epp_dcpRetentionType getRetention()
Accessor method for the data retention type
- Returns:
- value The data retention type
- See Also:
m_retention
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
public void setRecipients(epp_dcpRecipientType[] value)
Deprecated.
Accessor method for the array of data recipient types
- Parameters:
value
- The array of data recipient types
- See Also:
m_recipients
public void setRecipients(epp_dcpRecipient[] value)
Accessor method for the array of data recipient types
- Parameters:
value
- The array of data recipient types
- See Also:
m_recipients
public void setRetention(epp_dcpRetentionType value)
Accessor method for the data retention type
- Parameters:
value
- The data retention type
- See Also:
m_retention
public String toString()
Converts this class into a string. Typically used to view the object in debug output.
- Returns:
- The string representation of this object instance