|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface JipConnector
Java content class for JipConnector 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/server_2.0.xsd line 36)
<complexType name="JipConnector">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="jip-stack" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="jip-ports">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="jip-port" type="{}JipPort" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="jip-properties" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="jip-property" type="{}JipProperty" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</all>
<attribute name="default" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="max-threads" type="{http://www.w3.org/2001/XMLSchema}integer" />
<attribute name="min-threads" type="{http://www.w3.org/2001/XMLSchema}integer" />
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static interface |
JipConnector.JipPortsType
Java content class for anonymous complex type. |
static interface |
JipConnector.JipPropertiesType
Java content class for anonymous complex type. |
| Method Summary | |
|---|---|
JipConnector.JipPortsType |
getJipPorts()
Gets the value of the jipPorts property. |
JipConnector.JipPropertiesType |
getJipProperties()
Gets the value of the jipProperties property. |
java.lang.String |
getJipStack()
Gets the value of the jipStack property. |
java.math.BigInteger |
getMaxThreads()
Gets the value of the maxThreads property. |
java.math.BigInteger |
getMinThreads()
Gets the value of the minThreads property. |
java.lang.String |
getName()
Gets the value of the name property. |
boolean |
isDefault()
Gets the value of the default property. |
void |
setDefault(boolean value)
Sets the value of the default property. |
void |
setJipPorts(JipConnector.JipPortsType value)
Sets the value of the jipPorts property. |
void |
setJipProperties(JipConnector.JipPropertiesType value)
Sets the value of the jipProperties property. |
void |
setJipStack(java.lang.String value)
Sets the value of the jipStack property. |
void |
setMaxThreads(java.math.BigInteger value)
Sets the value of the maxThreads property. |
void |
setMinThreads(java.math.BigInteger value)
Sets the value of the minThreads property. |
void |
setName(java.lang.String value)
Sets the value of the name property. |
| Method Detail |
|---|
java.lang.String getJipStack()
Stringvoid setJipStack(java.lang.String value)
value - allowed object is
StringJipConnector.JipPropertiesType getJipProperties()
JipConnector.JipPropertiesTypevoid setJipProperties(JipConnector.JipPropertiesType value)
value - allowed object is
JipConnector.JipPropertiesTypejava.math.BigInteger getMaxThreads()
BigIntegervoid setMaxThreads(java.math.BigInteger value)
value - allowed object is
BigIntegerboolean isDefault()
void setDefault(boolean value)
java.lang.String getName()
Stringvoid setName(java.lang.String value)
value - allowed object is
StringJipConnector.JipPortsType getJipPorts()
JipConnector.JipPortsTypevoid setJipPorts(JipConnector.JipPortsType value)
value - allowed object is
JipConnector.JipPortsTypejava.math.BigInteger getMinThreads()
BigIntegervoid setMinThreads(java.math.BigInteger value)
value - allowed object is
BigInteger
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||