org.cafesip.jiplet.config.jip
Interface ContextMapping


public interface ContextMapping

Java content class for ContextMapping 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/context-mappings_2.0.xsd line 20)

 <complexType name="ContextMapping">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="mapping" type="{}Mapping"/>
       </sequence>
       <attribute name="connector" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="context" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 java.lang.String getConnector()
          Gets the value of the connector property.
 java.lang.String getContext()
          Gets the value of the context property.
 Mapping getMapping()
          Gets the value of the mapping property.
 void setConnector(java.lang.String value)
          Sets the value of the connector property.
 void setContext(java.lang.String value)
          Sets the value of the context property.
 void setMapping(Mapping value)
          Sets the value of the mapping property.
 

Method Detail

getContext

java.lang.String getContext()
Gets the value of the context property.

Returns:
possible object is String

setContext

void setContext(java.lang.String value)
Sets the value of the context property.

Parameters:
value - allowed object is String

getMapping

Mapping getMapping()
Gets the value of the mapping property.

Returns:
possible object is Mapping

setMapping

void setMapping(Mapping value)
Sets the value of the mapping property.

Parameters:
value - allowed object is Mapping

getConnector

java.lang.String getConnector()
Gets the value of the connector property.

Returns:
possible object is String

setConnector

void setConnector(java.lang.String value)
Sets the value of the connector property.

Parameters:
value - allowed object is String


http://www.cafesip.org