org.cafesip.jiplet.config.server
Interface JipRealm

All Known Subinterfaces:
Realm

public interface JipRealm

Java content class for JipRealm 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 10)

 <complexType name="JipRealm">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <all>
         <element name="realm-params" type="{}JipRealmParams" minOccurs="0"/>
       </all>
       <attribute name="classname" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="default" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 java.lang.String getClassname()
          Gets the value of the classname property.
 java.lang.String getName()
          Gets the value of the name property.
 JipRealmParams getRealmParams()
          Gets the value of the realmParams property.
 boolean isDefault()
          Gets the value of the default property.
 void setClassname(java.lang.String value)
          Sets the value of the classname property.
 void setDefault(boolean value)
          Sets the value of the default property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 void setRealmParams(JipRealmParams value)
          Sets the value of the realmParams property.
 

Method Detail

getClassname

java.lang.String getClassname()
Gets the value of the classname property.

Returns:
possible object is String

setClassname

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

Parameters:
value - allowed object is String

getRealmParams

JipRealmParams getRealmParams()
Gets the value of the realmParams property.

Returns:
possible object is JipRealmParams

setRealmParams

void setRealmParams(JipRealmParams value)
Sets the value of the realmParams property.

Parameters:
value - allowed object is JipRealmParams

isDefault

boolean isDefault()
Gets the value of the default property.


setDefault

void setDefault(boolean value)
Sets the value of the default property.


getName

java.lang.String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

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

Parameters:
value - allowed object is String


http://www.cafesip.org