org.cafesip.jiplet.config.server
Interface JipConnector


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

getJipStack

java.lang.String getJipStack()
Gets the value of the jipStack property.

Returns:
possible object is String

setJipStack

void setJipStack(java.lang.String value)
Sets the value of the jipStack property.

Parameters:
value - allowed object is String

getJipProperties

JipConnector.JipPropertiesType getJipProperties()
Gets the value of the jipProperties property.

Returns:
possible object is JipConnector.JipPropertiesType

setJipProperties

void setJipProperties(JipConnector.JipPropertiesType value)
Sets the value of the jipProperties property.

Parameters:
value - allowed object is JipConnector.JipPropertiesType

getMaxThreads

java.math.BigInteger getMaxThreads()
Gets the value of the maxThreads property.

Returns:
possible object is BigInteger

setMaxThreads

void setMaxThreads(java.math.BigInteger value)
Sets the value of the maxThreads property.

Parameters:
value - allowed object is BigInteger

isDefault

boolean isDefault()
Gets the value of the default property.


setDefault

void setDefault(boolean value)
Sets the value of the default property.


getName

java.lang.String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

void setName(java.lang.String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getJipPorts

JipConnector.JipPortsType getJipPorts()
Gets the value of the jipPorts property.

Returns:
possible object is JipConnector.JipPortsType

setJipPorts

void setJipPorts(JipConnector.JipPortsType value)
Sets the value of the jipPorts property.

Parameters:
value - allowed object is JipConnector.JipPortsType

getMinThreads

java.math.BigInteger getMinThreads()
Gets the value of the minThreads property.

Returns:
possible object is BigInteger

setMinThreads

void setMinThreads(java.math.BigInteger value)
Sets the value of the minThreads property.

Parameters:
value - allowed object is BigInteger


http://www.cafesip.org