org.apache.openejb.jee
Class MethodParams
java.lang.Object
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>
methodParam
protected List<String> methodParam
id
protected String id
MethodParams
public MethodParams()
MethodParams
public MethodParams(List<String> methodParam)
MethodParams
public MethodParams(String... params)
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-2011 The Apache Software Foundation. All Rights Reserved.