org.apache.openejb.jee
Class MethodParams

java.lang.Object
  extended by org.apache.openejb.jee.MethodParams

public class MethodParams
extends Object

ejb-jar_3_1.xsd

Java class for method-paramsType complex type.

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

 <complexType name="method-paramsType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="method-param" type="{http://java.sun.com/xml/ns/javaee}java-typeType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String id
           
protected  List<String> methodParam
           
 
Constructor Summary
MethodParams()
           
MethodParams(List<String> methodParam)
           
MethodParams(String... params)
           
 
Method Summary
 boolean equals(Object o)
           
 String getId()
           
 List<String> getMethodParam()
           
 int hashCode()
           
 void setId(String value)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

methodParam

protected List<String> methodParam

id

protected String id
Constructor Detail

MethodParams

public MethodParams()

MethodParams

public MethodParams(List<String> methodParam)

MethodParams

public MethodParams(String... params)
Method Detail

getMethodParam

public List<String> getMethodParam()

getId

public String getId()

setId

public void setId(String value)

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 1999-2013 The Apache Software Foundation. All Rights Reserved.