Oracle Corporation

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

java.lang.Object
  extended bycom.bea.wlcp.wlng.spi.subscriberdata.sla.Sla

public class Sla
extends Object

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ServiceClass" type="{http://www.bea.com/wlcp/wlng/spi/subscriberdata/sla}serviceClassType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Copyright © 2008 Oracle Corporation Systems, Inc. All Rights Reserved.

Field Summary
protected  List serviceClass
           
 
Method Summary
 List getServiceClass()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serviceClass

protected List serviceClass
Method Detail

getServiceClass

public List getServiceClass()

Oracle Corporation