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

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

public class EjbRef
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
protected  Description description
           
protected  EjbLink ejbLink
           
protected  EjbRefName ejbRefName
           
protected  EjbRefType ejbRefType
           
protected  Home home
           
protected  String id
           
protected  Remote remote
           
 
Constructor Summary
EjbRef()
           
 
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.
 Home getHome()
          Gets the value of the home property.
 String getId()
          Gets the value of the id property.
 Remote getRemote()
          Gets the value of the remote 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 setHome(Home value)
          Sets the value of the home property.
 void setId(String value)
          Sets the value of the id property.
 void setRemote(Remote value)
          Sets the value of the remote 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

home

protected Home home

remote

protected Remote remote

ejbLink

protected EjbLink ejbLink
Constructor Detail

EjbRef

public EjbRef()
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

getHome

public Home getHome()
Gets the value of the home property.

Returns:
possible object is Home

setHome

public void setHome(Home value)
Sets the value of the home property.

Parameters:
value - allowed object is Home

getRemote

public Remote getRemote()
Gets the value of the remote property.

Returns:
possible object is Remote

setRemote

public void setRemote(Remote value)
Sets the value of the remote property.

Parameters:
value - allowed object is Remote

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.