Oracle Communications Services Gatekeeper Java API Reference
7.0.0.1

E96578-01

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 java.lang.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>
 


Field Summary
protected  int reqLimit
           
protected  java.math.BigInteger timePeriod
           
 
Method Summary
 int getReqLimit()
           
 java.math.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 java.math.BigInteger timePeriod
Method Detail

getReqLimit

public int getReqLimit()

getTimePeriod

public java.math.BigInteger getTimePeriod()

Oracle Communications Services Gatekeeper Java API Reference
7.0.0.1

E96578-01

Copyright © 2008, 2018, Oracle and/or its affiliates. All rights reserved.