| 
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_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/epp/epp_DataCollectionPolicy.java,v 1.1 2002/03/12 22:00:26 lyin Exp $
epp_Greeting, 
EPPGreeting, Serialized Form| Field Summary | |
 epp_dcpAccessType | 
m_access
The access type.  | 
 epp_dcpStatement[] | 
m_statements
The array of statement elements.  | 
| Constructor Summary | |
epp_DataCollectionPolicy()
Empty constructor  | 
|
epp_DataCollectionPolicy(epp_dcpAccessType _m_access,
                         epp_dcpStatement[] _m_statements)
The constructor with initializing variables.  | 
|
| Method Summary | |
 epp_dcpAccessType | 
getAccess()
Accessor method for the access type  | 
 epp_dcpStatement[] | 
getStatements()
Accessor method for the array of statement elements  | 
 void | 
setAccess(epp_dcpAccessType value)
Accessor method for the access type  | 
 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()| Constructor Detail | 
public epp_DataCollectionPolicy()
public epp_DataCollectionPolicy(epp_dcpAccessType _m_access,
                                epp_dcpStatement[] _m_statements)
_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 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 | ||||||||