Skip navigation links
com.bea.wlcp.wlng.spi.subscriberdata.sla
Class Rate
java.lang.Object
com.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>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
reqLimit
protected int reqLimit
timePeriod
protected BigInteger timePeriod
getReqLimit
public int getReqLimit()
getTimePeriod
public BigInteger getTimePeriod()
Skip navigation links
Copyright © 2008, 2015, Oracle and/or its affiliates. All rights reserved.