Oracle Corporation

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

java.lang.Object
  extended bycom.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.

Field Summary
protected  List methodReference
           
protected  String serviceInterface
           
 
Method Summary
 List getMethodReference()
           
 String getServiceInterface()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

methodReference

protected List methodReference

serviceInterface

protected String serviceInterface
Method Detail

getMethodReference

public List getMethodReference()

getServiceInterface

public String getServiceInterface()

Oracle Corporation