com.bea.wlcp.wlng.spi.subscriberdata.sla
Class ServiceGroupType
java.lang.Object
com.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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
id
protected String id
serviceReference
protected List serviceReference
getId
public String getId()
getServiceReference
public List getServiceReference()