org.cafesip.jiplet.config.jip
Interface JipletMapping


public interface JipletMapping

Java content class for JipletMapping 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 56)

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


Method Summary
 java.lang.String getJiplet()
          Gets the value of the jiplet property.
 Mapping getMapping()
          Gets the value of the mapping property.
 void setJiplet(java.lang.String value)
          Sets the value of the jiplet property.
 void setMapping(Mapping value)
          Sets the value of the mapping property.
 

Method Detail

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

getJiplet

java.lang.String getJiplet()
Gets the value of the jiplet property.

Returns:
possible object is String

setJiplet

void setJiplet(java.lang.String value)
Sets the value of the jiplet property.

Parameters:
value - allowed object is String


http://www.cafesip.org