org.cafesip.jiplet.config.server
Interface JipRealmParam


public interface JipRealmParam

Java content class for JipRealmParam 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/realm_2.0.xsd line 27)

 <complexType name="JipRealmParam">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <all>
         <element name="realm-param-name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="realm-param-value" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </all>
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 java.lang.String getRealmParamName()
          Gets the value of the realmParamName property.
 java.lang.String getRealmParamValue()
          Gets the value of the realmParamValue property.
 void setRealmParamName(java.lang.String value)
          Sets the value of the realmParamName property.
 void setRealmParamValue(java.lang.String value)
          Sets the value of the realmParamValue property.
 

Method Detail

getRealmParamValue

java.lang.String getRealmParamValue()
Gets the value of the realmParamValue property.

Returns:
possible object is String

setRealmParamValue

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

Parameters:
value - allowed object is String

getRealmParamName

java.lang.String getRealmParamName()
Gets the value of the realmParamName property.

Returns:
possible object is String

setRealmParamName

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

Parameters:
value - allowed object is String


http://www.cafesip.org