org.openrtk.idl.epp0503
Class epp_DataCollectionPolicy
java.lang.Object
org.openrtk.idl.epp0503.epp_DataCollectionPolicy
- org.omg.CORBA.portable.IDLEntity
public class epp_DataCollectionPolicy
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.
$Header: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp0503/epp_DataCollectionPolicy.java,v 1.2 2003/09/10 21:29:56 tubadanm Exp $
$Revision: 1.2 $
$Date: 2003/09/10 21:29:56 $
m_statements
public epp_dcpStatement[] m_statements
The array of statement elements.
epp_DataCollectionPolicy
public epp_DataCollectionPolicy()
Empty constructor
epp_DataCollectionPolicy
public epp_DataCollectionPolicy(epp_dcpAccessType _m_access,
epp_dcpStatement[] _m_statements)
The constructor with initializing variables.
_m_access
- The access type_m_statements
- The array of statement elements
getStatements
public epp_dcpStatement[] getStatements()
Accessor method for the array of statement elements
- value The array of statement elements
setAccess
public void setAccess(epp_dcpAccessType value)
Accessor method for the access type
setStatements
public void setStatements(epp_dcpStatement[] value)
Accessor method for the array of statement elements
value
- The array of statement elements
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