org.cafesip.jiplet.config.jip
Interface EJBRef


public interface EJBRef

Java content class for EJBRef complex type.

The following schema fragment specifies the expected content contained within this java content object. (defined at file:/C:/Users/beckie/workspace/jiplet/conf/jip_2.0.xsd line 88)

 <complexType name="EJBRef">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ejb-ref-name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="ejb-ref-type" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="home" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="remote" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="ejb-link" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 java.lang.String getDescription()
          Gets the value of the description property.
 java.lang.String getEjbLink()
          Gets the value of the ejbLink property.
 java.lang.String getEjbRefName()
          Gets the value of the ejbRefName property.
 java.lang.String getEjbRefType()
          Gets the value of the ejbRefType property.
 java.lang.String getHome()
          Gets the value of the home property.
 java.lang.String getRemote()
          Gets the value of the remote property.
 void setDescription(java.lang.String value)
          Sets the value of the description property.
 void setEjbLink(java.lang.String value)
          Sets the value of the ejbLink property.
 void setEjbRefName(java.lang.String value)
          Sets the value of the ejbRefName property.
 void setEjbRefType(java.lang.String value)
          Sets the value of the ejbRefType property.
 void setHome(java.lang.String value)
          Sets the value of the home property.
 void setRemote(java.lang.String value)
          Sets the value of the remote property.
 

Method Detail

getHome

java.lang.String getHome()
Gets the value of the home property.

Returns:
possible object is String

setHome

void setHome(java.lang.String value)
Sets the value of the home property.

Parameters:
value - allowed object is String

getRemote

java.lang.String getRemote()
Gets the value of the remote property.

Returns:
possible object is String

setRemote

void setRemote(java.lang.String value)
Sets the value of the remote property.

Parameters:
value - allowed object is String

getEjbLink

java.lang.String getEjbLink()
Gets the value of the ejbLink property.

Returns:
possible object is String

setEjbLink

void setEjbLink(java.lang.String value)
Sets the value of the ejbLink property.

Parameters:
value - allowed object is String

getDescription

java.lang.String getDescription()
Gets the value of the description property.

Returns:
possible object is String

setDescription

void setDescription(java.lang.String value)
Sets the value of the description property.

Parameters:
value - allowed object is String

getEjbRefType

java.lang.String getEjbRefType()
Gets the value of the ejbRefType property.

Returns:
possible object is String

setEjbRefType

void setEjbRefType(java.lang.String value)
Sets the value of the ejbRefType property.

Parameters:
value - allowed object is String

getEjbRefName

java.lang.String getEjbRefName()
Gets the value of the ejbRefName property.

Returns:
possible object is String

setEjbRefName

void setEjbRefName(java.lang.String value)
Sets the value of the ejbRefName property.

Parameters:
value - allowed object is String


http://www.cafesip.org