|
Oracle Communications Services Gatekeeper Java API Reference 6.1 E65002-01 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bea.wlcp.wlng.spi.subscriberdata.sla.Quota
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 |
protected int days
protected boolean limitExceedOK
protected int qtaLimit
Method Detail |
public int getDays()
public int getQtaLimit()
public boolean isLimitExceedOK()
|
Oracle Communications Services Gatekeeper Java API Reference 6.1 E65002-01 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |