Oracle Corporation

com.bea.wlcp.wlng.spi.subscriberdata.sla
Class Rate

java.lang.Object
  extended bycom.bea.wlcp.wlng.spi.subscriberdata.sla.Rate

public class Rate
extends Object

Java class for rate complex type.

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

 <complexType name="rate">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="reqLimit" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="timePeriod" type="{http://www.w3.org/2001/XMLSchema}unsignedLong"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Copyright © 2008 Oracle Corporation Systems, Inc. All Rights Reserved.

Field Summary
protected  int reqLimit
           
protected  BigInteger timePeriod
           
 
Method Summary
 int getReqLimit()
           
 BigInteger getTimePeriod()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

reqLimit

protected int reqLimit

timePeriod

protected BigInteger timePeriod
Method Detail

getReqLimit

public int getReqLimit()

getTimePeriod

public BigInteger getTimePeriod()

Oracle Corporation