Skip navigation links
com.bea.wlcp.wlng.spi.subscriberdata.sla
Class Quota
java.lang.Object
com.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>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
days
protected int days
limitExceedOK
protected boolean limitExceedOK
qtaLimit
protected int qtaLimit
getDays
public int getDays()
getQtaLimit
public int getQtaLimit()
isLimitExceedOK
public boolean isLimitExceedOK()
Skip navigation links
Copyright © 2008, 2011, Oracle and/or its affiliates. All rights reserved.