com.sun.grizzly.http.webxml.schema
Class EjbRef
java.lang.Object
com.sun.grizzly.http.webxml.schema.EjbRef
public class EjbRef
- extends Object
description
public List<String> description
ejbRefName
public String ejbRefName
ejbRefType
public String ejbRefType
home
public String home
remote
public String remote
ejbLink
public String ejbLink
mappedName
public String mappedName
injectionTarget
public List<InjectionTarget> injectionTarget
EjbRef
public EjbRef()
getDescription
public List<String> getDescription()
setDescription
public void setDescription(List<String> description)
getEjbRefName
public String getEjbRefName()
setEjbRefName
public void setEjbRefName(String ejbRefName)
getEjbRefType
public String getEjbRefType()
setEjbRefType
public void setEjbRefType(String ejbRefType)
getHome
public String getHome()
setHome
public void setHome(String home)
getRemote
public String getRemote()
setRemote
public void setRemote(String remote)
getEjbLink
public String getEjbLink()
setEjbLink
public void setEjbLink(String ejbLink)
getMappedName
public String getMappedName()
setMappedName
public void setMappedName(String mappedName)
getInjectionTarget
public List<InjectionTarget> getInjectionTarget()
setInjectionTarget
public void setInjectionTarget(List<InjectionTarget> injectionTarget)
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2012 Oracle Corporation. All Rights Reserved.