Oracle Communications Services Gatekeeper Java API Reference
6.1

E65002-01

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

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

public class Quota
extends java.lang.Object

Java class for quota complex type.

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

 <complexType name="quota">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="qtaLimit" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="days" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="limitExceedOK" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  int days
           
protected  boolean limitExceedOK
           
protected  int qtaLimit
           
 
Method Summary
 int getDays()
           
 int getQtaLimit()
           
 boolean isLimitExceedOK()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

days

protected int days

limitExceedOK

protected boolean limitExceedOK

qtaLimit

protected int qtaLimit
Method Detail

getDays

public int getDays()

getQtaLimit

public int getQtaLimit()

isLimitExceedOK

public boolean isLimitExceedOK()

Oracle Communications Services Gatekeeper Java API Reference
6.1

E65002-01

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