com.bea.wlcp.wlng.spi.subscriberdata.sla
Class ServiceReferenceType
java.lang.Object
com.bea.wlcp.wlng.spi.subscriberdata.sla.ServiceReferenceType
- public class ServiceReferenceType
- extends Object
Java class for serviceReferenceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="serviceReferenceType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="MethodReference" type="{http://www.bea.com/wlcp/wlng/spi/subscriberdata/sla}methodReferenceType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="serviceInterface" 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 |
methodReference
protected List methodReference
serviceInterface
protected String serviceInterface
getMethodReference
public List getMethodReference()
getServiceInterface
public String getServiceInterface()