Oracle Corporation

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

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

public class MethodReferenceType
extends Object

Java class for methodReferenceType complex type.

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

 <complexType name="methodReferenceType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="methodName" 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 methodName
           
 
Method Summary
 String getMethodName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

methodName

protected String methodName
Method Detail

getMethodName

public String getMethodName()

Oracle Corporation