Oracle Corporation

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

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

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 Corporation