org.cafesip.jiplet.config.server
Interface JipServer

All Known Subinterfaces:
Server

public interface JipServer

Java content class for JipServer 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 12)

 <complexType name="JipServer">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="connectors" type="{}JipConnectors"/>
         <element name="realms" type="{}JipRealms" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 JipConnectors getConnectors()
          Gets the value of the connectors property.
 JipRealms getRealms()
          Gets the value of the realms property.
 void setConnectors(JipConnectors value)
          Sets the value of the connectors property.
 void setRealms(JipRealms value)
          Sets the value of the realms property.
 

Method Detail

getRealms

JipRealms getRealms()
Gets the value of the realms property.

Returns:
possible object is JipRealms

setRealms

void setRealms(JipRealms value)
Sets the value of the realms property.

Parameters:
value - allowed object is JipRealms

getConnectors

JipConnectors getConnectors()
Gets the value of the connectors property.

Returns:
possible object is JipConnectors

setConnectors

void setConnectors(JipConnectors value)
Sets the value of the connectors property.

Parameters:
value - allowed object is JipConnectors


http://www.cafesip.org