Skip navigation links

Oracle Communications Services Gatekeeper Java API Reference
5.0

E21717-02


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>
 

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()

Skip navigation links

Oracle Communications Services Gatekeeper Java API Reference
5.0

E21717-02


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