|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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 |
|---|
InitParams getInitParams()
InitParamsvoid setInitParams(InitParams value)
value - allowed object is
InitParamsjava.lang.String getJipletName()
Stringvoid setJipletName(java.lang.String value)
value - allowed object is
Stringjava.lang.String getJipletConnector()
Stringvoid setJipletConnector(java.lang.String value)
value - allowed object is
Stringjava.lang.String getJipletDescription()
Stringvoid setJipletDescription(java.lang.String value)
value - allowed object is
Stringint getStartupOrder()
void setStartupOrder(int value)
java.lang.String getJipletClass()
Stringvoid setJipletClass(java.lang.String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||