Oracle Corporation

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

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

public class ServiceGroupType
extends Object

Java class for serviceGroupType complex type.

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

 <complexType name="serviceGroupType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ServiceReference" type="{http://www.bea.com/wlcp/wlng/spi/subscriberdata/sla}serviceReferenceType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 

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

Field Summary
protected  String id
           
protected  List serviceReference
           
 
Method Summary
 String getId()
           
 List getServiceReference()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

protected String id

serviceReference

protected List serviceReference
Method Detail

getId

public String getId()

getServiceReference

public List getServiceReference()

Oracle Corporation