org.cafesip.jiplet.config.jip
Interface JipletConfig


public interface JipletConfig

Java content class for JipletConfig 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 64)

 <complexType name="JipletConfig">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="jiplet-name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="jiplet-description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="jiplet-class" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="jiplet-connector" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="startup-order" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="init-params" type="{}InitParams" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 InitParams getInitParams()
          Gets the value of the initParams property.
 java.lang.String getJipletClass()
          Gets the value of the jipletClass property.
 java.lang.String getJipletConnector()
          Gets the value of the jipletConnector property.
 java.lang.String getJipletDescription()
          Gets the value of the jipletDescription property.
 java.lang.String getJipletName()
          Gets the value of the jipletName property.
 int getStartupOrder()
          Gets the value of the startupOrder property.
 void setInitParams(InitParams value)
          Sets the value of the initParams property.
 void setJipletClass(java.lang.String value)
          Sets the value of the jipletClass property.
 void setJipletConnector(java.lang.String value)
          Sets the value of the jipletConnector property.
 void setJipletDescription(java.lang.String value)
          Sets the value of the jipletDescription property.
 void setJipletName(java.lang.String value)
          Sets the value of the jipletName property.
 void setStartupOrder(int value)
          Sets the value of the startupOrder property.
 

Method Detail

getInitParams

InitParams getInitParams()
Gets the value of the initParams property.

Returns:
possible object is InitParams

setInitParams

void setInitParams(InitParams value)
Sets the value of the initParams property.

Parameters:
value - allowed object is InitParams

getJipletName

java.lang.String getJipletName()
Gets the value of the jipletName property.

Returns:
possible object is String

setJipletName

void setJipletName(java.lang.String value)
Sets the value of the jipletName property.

Parameters:
value - allowed object is String

getJipletConnector

java.lang.String getJipletConnector()
Gets the value of the jipletConnector property.

Returns:
possible object is String

setJipletConnector

void setJipletConnector(java.lang.String value)
Sets the value of the jipletConnector property.

Parameters:
value - allowed object is String

getJipletDescription

java.lang.String getJipletDescription()
Gets the value of the jipletDescription property.

Returns:
possible object is String

setJipletDescription

void setJipletDescription(java.lang.String value)
Sets the value of the jipletDescription property.

Parameters:
value - allowed object is String

getStartupOrder

int getStartupOrder()
Gets the value of the startupOrder property.


setStartupOrder

void setStartupOrder(int value)
Sets the value of the startupOrder property.


getJipletClass

java.lang.String getJipletClass()
Gets the value of the jipletClass property.

Returns:
possible object is String

setJipletClass

void setJipletClass(java.lang.String value)
Sets the value of the jipletClass property.

Parameters:
value - allowed object is String


http://www.cafesip.org