Oracle Communications Services Gatekeeper Java API Reference
6.1

E65002-01

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 java.lang.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>
 


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

Field Detail

id

protected java.lang.String id

serviceReference

protected java.util.List serviceReference
Method Detail

getId

public java.lang.String getId()

getServiceReference

public java.util.List getServiceReference()

Oracle Communications Services Gatekeeper Java API Reference
6.1

E65002-01

Copyright © 2008, 2016, Oracle and/or its affiliates. All rights reserved.