EPP RTK
for Java v 0.7.2

org.openrtk.idl.epp0503
Class epp_DataCollectionPolicy

java.lang.Object
  |
  +--org.openrtk.idl.epp0503.epp_DataCollectionPolicy
All Implemented Interfaces:
org.omg.CORBA.portable.IDLEntity, java.io.Serializable

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.1 2003/03/21 16:18:25 tubadanm Exp $
$Revision: 1.1 $
$Date: 2003/03/21 16:18:25 $

See Also:
epp_Greeting, com.tucows.oxrs.epp.rtk.xml.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

m_access

public epp_dcpAccessType m_access
The access type.

See Also:
setAccess(epp_dcpAccessType), getAccess()

m_statements

public epp_dcpStatement[] m_statements
The array of statement elements.

See Also:
setStatements(epp_dcpStatement[]), getStatements()
Constructor Detail

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.

Parameters:
_m_access - The access type
_m_statements - The array of statement elements
Method Detail

setAccess

public void setAccess(epp_dcpAccessType value)
Accessor method for the access type

Parameters:
value - The access type
See Also:
m_access

getAccess

public epp_dcpAccessType getAccess()
Accessor method for the access type

Returns:
value The access type
See Also:
m_access

setStatements

public void setStatements(epp_dcpStatement[] value)
Accessor method for the array of statement elements

Parameters:
value - The array of statement elements
See Also:
m_statements

getStatements

public epp_dcpStatement[] getStatements()
Accessor method for the array of statement elements

Returns:
value The array of statement elements
See Also:
m_statements

toString

public java.lang.String toString()
Converts this class into a string. Typically used to view the object in debug output.

Overrides:
toString in class java.lang.Object
Returns:
The string representation of this object instance

EPP RTK
for Java v 0.7.2

Copyright ? 2001-2002 - Tucows, Inc., 2003 - LibertyRMS