com.sun.grizzly.http.webxml.schema
Class EjbRef

java.lang.Object
  extended by com.sun.grizzly.http.webxml.schema.EjbRef

public class EjbRef
extends Object


Field Summary
 List<String> description
           
 String ejbLink
           
 String ejbRefName
           
 String ejbRefType
           
 String home
           
 List<InjectionTarget> injectionTarget
           
 String mappedName
           
 String remote
           
 
Constructor Summary
EjbRef()
           
 
Method Summary
 List<String> getDescription()
           
 String getEjbLink()
           
 String getEjbRefName()
           
 String getEjbRefType()
           
 String getHome()
           
 List<InjectionTarget> getInjectionTarget()
           
 String getMappedName()
           
 String getRemote()
           
 void setDescription(List<String> description)
           
 void setEjbLink(String ejbLink)
           
 void setEjbRefName(String ejbRefName)
           
 void setEjbRefType(String ejbRefType)
           
 void setHome(String home)
           
 void setInjectionTarget(List<InjectionTarget> injectionTarget)
           
 void setMappedName(String mappedName)
           
 void setRemote(String remote)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Constructor Detail

EjbRef

public EjbRef()
Method Detail

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.