org.cafesip.jiplet.config.server
Interface JipProperty


public interface JipProperty

Java content class for JipProperty 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 71)

 <complexType name="JipProperty">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="key" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="value" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 java.lang.String getKey()
          Gets the value of the key property.
 java.lang.String getValue()
          Gets the value of the value property.
 void setKey(java.lang.String value)
          Sets the value of the key property.
 void setValue(java.lang.String value)
          Sets the value of the value property.
 

Method Detail

getKey

java.lang.String getKey()
Gets the value of the key property.

Returns:
possible object is String

setKey

void setKey(java.lang.String value)
Sets the value of the key property.

Parameters:
value - allowed object is String

getValue

java.lang.String getValue()
Gets the value of the value property.

Returns:
possible object is String

setValue

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

Parameters:
value - allowed object is String


http://www.cafesip.org