com.bea.wlcp.wlng.spi.subscriberdata.sla
Class RestrictionType
java.lang.Object
com.bea.wlcp.wlng.spi.subscriberdata.sla.RestrictionType
- public class RestrictionType
- extends Object
Java class for restrictionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="restrictionType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="rate" type="{http://www.bea.com/wlcp/wlng/spi/subscriberdata/sla}rate" minOccurs="0"/>
<element name="quota" type="{http://www.bea.com/wlcp/wlng/spi/subscriberdata/sla}quota" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
- Copyright © 2008 Oracle Corporation Systems, Inc. All Rights Reserved.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
quota
protected Quota quota
rate
protected Rate rate
getQuota
public Quota getQuota()
getRate
public Rate getRate()