Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


oracle.axia.config.beans.stats
Class StatisticsConfigType

java.lang.Object
  extended by oracle.axia.config.beans.stats.StatisticsConfigType

All Implemented Interfaces:
StatisticsConfigTypeMBean, StatisticsConfigTypeReadOnlyMBean

public class StatisticsConfigType
extends java.lang.Object
implements StatisticsConfigTypeMBean

Java class for statisticsConfigType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="statisticsConfigType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="collectionPeriod" type="{http://xmlns.oracle.com/axia/statistics-config}collectionPeriodType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Field Summary
protected  int collectionPeriod
           

 

Constructor Summary
StatisticsConfigType()
          Default Constructor
StatisticsConfigType(int collectionPeriod)
           

 

Method Summary
 int getCollectionPeriod()
          Gets the value of the collectionPeriod property.
 void setCollectionPeriod(int value)
          Sets the value of the collectionPeriod property.

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

collectionPeriod

protected int collectionPeriod

Constructor Detail

StatisticsConfigType

public StatisticsConfigType()
Default Constructor

StatisticsConfigType

public StatisticsConfigType(int collectionPeriod)

Method Detail

getCollectionPeriod

public int getCollectionPeriod()
Gets the value of the collectionPeriod property.
Specified by:
getCollectionPeriod in interface StatisticsConfigTypeReadOnlyMBean

setCollectionPeriod

public void setCollectionPeriod(int value)
Sets the value of the collectionPeriod property.
Specified by:
setCollectionPeriod in interface StatisticsConfigTypeMBean

Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


Copyright © 2011, Oracle. All rights reserved.