Oracle Corporation

com.bea.wlcp.wlng.spi.subscriberdata.sla
Class RestrictionType

java.lang.Object
  extended bycom.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.

Field Summary
protected  Quota quota
           
protected  Rate rate
           
 
Method Summary
 Quota getQuota()
           
 Rate getRate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

quota

protected Quota quota

rate

protected Rate rate
Method Detail

getQuota

public Quota getQuota()

getRate

public Rate getRate()

Oracle Corporation