com.sun.grizzly.http.webxml.schema.version_2_3
Class EjbLocalRef

java.lang.Object
  extended by com.sun.grizzly.http.webxml.schema.version_2_3.EjbLocalRef
All Implemented Interfaces:
Serializable

public class EjbLocalRef
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
protected  Description description
           
protected  EjbLink ejbLink
           
protected  EjbRefName ejbRefName
           
protected  EjbRefType ejbRefType
           
protected  String id
           
protected  Local local
           
protected  LocalHome localHome
           
 
Constructor Summary
EjbLocalRef()
           
 
Method Summary
 void addVetoableChangeListener(String param0, VetoableChangeListener param1)
           
 void addVetoableChangeListener(VetoableChangeListener param0)
           
 Description getDescription()
          Gets the value of the description property.
 EjbLink getEjbLink()
          Gets the value of the ejbLink property.
 EjbRefName getEjbRefName()
          Gets the value of the ejbRefName property.
 EjbRefType getEjbRefType()
          Gets the value of the ejbRefType property.
 String getId()
          Gets the value of the id property.
 Local getLocal()
          Gets the value of the local property.
 LocalHome getLocalHome()
          Gets the value of the localHome property.
 void removeVetoableChangeListener(String param0, VetoableChangeListener param1)
           
 void removeVetoableChangeListener(VetoableChangeListener param0)
           
 void setDescription(Description value)
          Sets the value of the description property.
 void setEjbLink(EjbLink value)
          Sets the value of the ejbLink property.
 void setEjbRefName(EjbRefName value)
          Sets the value of the ejbRefName property.
 void setEjbRefType(EjbRefType value)
          Sets the value of the ejbRefType property.
 void setId(String value)
          Sets the value of the id property.
 void setLocal(Local value)
          Sets the value of the local property.
 void setLocalHome(LocalHome value)
          Sets the value of the localHome property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

protected String id

description

protected Description description

ejbRefName

protected EjbRefName ejbRefName

ejbRefType

protected EjbRefType ejbRefType

localHome

protected LocalHome localHome

local

protected Local local

ejbLink

protected EjbLink ejbLink
Constructor Detail

EjbLocalRef

public EjbLocalRef()
Method Detail

getId

public String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

getDescription

public Description getDescription()
Gets the value of the description property.

Returns:
possible object is Description

setDescription

public void setDescription(Description value)
Sets the value of the description property.

Parameters:
value - allowed object is Description

getEjbRefName

public EjbRefName getEjbRefName()
Gets the value of the ejbRefName property.

Returns:
possible object is EjbRefName

setEjbRefName

public void setEjbRefName(EjbRefName value)
Sets the value of the ejbRefName property.

Parameters:
value - allowed object is EjbRefName

getEjbRefType

public EjbRefType getEjbRefType()
Gets the value of the ejbRefType property.

Returns:
possible object is EjbRefType

setEjbRefType

public void setEjbRefType(EjbRefType value)
Sets the value of the ejbRefType property.

Parameters:
value - allowed object is EjbRefType

getLocalHome

public LocalHome getLocalHome()
Gets the value of the localHome property.

Returns:
possible object is LocalHome

setLocalHome

public void setLocalHome(LocalHome value)
Sets the value of the localHome property.

Parameters:
value - allowed object is LocalHome

getLocal

public Local getLocal()
Gets the value of the local property.

Returns:
possible object is Local

setLocal

public void setLocal(Local value)
Sets the value of the local property.

Parameters:
value - allowed object is Local

getEjbLink

public EjbLink getEjbLink()
Gets the value of the ejbLink property.

Returns:
possible object is EjbLink

setEjbLink

public void setEjbLink(EjbLink value)
Sets the value of the ejbLink property.

Parameters:
value - allowed object is EjbLink

addVetoableChangeListener

public void addVetoableChangeListener(VetoableChangeListener param0)

addVetoableChangeListener

public void addVetoableChangeListener(String param0,
                                      VetoableChangeListener param1)

removeVetoableChangeListener

public void removeVetoableChangeListener(String param0,
                                         VetoableChangeListener param1)

removeVetoableChangeListener

public void removeVetoableChangeListener(VetoableChangeListener param0)


Copyright © 2012 Oracle Corporation. All Rights Reserved.