| 
 | EPP RTK for Java v 0.7.2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--org.openrtk.idl.epp0604.epp_DataCollectionPolicy
Class that contains elements used to describe EPP Server's policy for data collection and management.
$Header: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp0604/epp_DataCollectionPolicy.java,v 1.1 2003/03/21 15:53:57 tubadanm Exp $
epp_Greeting, 
com.tucows.oxrs.epp.rtk.xml.EPPGreeting, 
Serialized Form| Field Summary | |
|  epp_dcpAccessType | m_accessThe access type. | 
|  epp_dcpExpiry | m_expiry | 
|  epp_dcpStatement[] | m_statementsThe array of statement elements. | 
| Constructor Summary | |
| epp_DataCollectionPolicy()Empty constructor | |
| epp_DataCollectionPolicy(epp_dcpAccessType _m_access,
                         epp_dcpStatement[] _m_statements,
                         epp_dcpExpiry _m_expiry)The constructor with initializing variables. | |
| Method Summary | |
|  epp_dcpAccessType | getAccess()Accessor method for the access type | 
|  epp_dcpExpiry | getExpiry() | 
|  epp_dcpStatement[] | getStatements()Accessor method for the array of statement elements | 
|  void | setAccess(epp_dcpAccessType value)Accessor method for the access type | 
|  void | setExpiry(epp_dcpExpiry value) | 
|  void | setStatements(epp_dcpStatement[] value)Accessor method for the array of statement elements | 
|  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_dcpAccessType m_access
setAccess(epp_dcpAccessType), 
getAccess()public epp_dcpStatement[] m_statements
setStatements(epp_dcpStatement[]), 
getStatements()public epp_dcpExpiry m_expiry
| Constructor Detail | 
public epp_DataCollectionPolicy()
public epp_DataCollectionPolicy(epp_dcpAccessType _m_access,
                                epp_dcpStatement[] _m_statements,
                                epp_dcpExpiry _m_expiry)
_m_access - The access type_m_statements - The array of statement elements| Method Detail | 
public void setAccess(epp_dcpAccessType value)
value - The access typem_accesspublic epp_dcpAccessType getAccess()
m_accesspublic void setStatements(epp_dcpStatement[] value)
value - The array of statement elementsm_statementspublic epp_dcpStatement[] getStatements()
m_statementspublic void setExpiry(epp_dcpExpiry value)
public epp_dcpExpiry getExpiry()
public java.lang.String toString()
toString in class java.lang.Object| 
 | EPP RTK for Java v 0.7.2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||