|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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 |
|---|
java.lang.String getClassname()
Stringvoid setClassname(java.lang.String value)
value - allowed object is
StringJipRealmParams getRealmParams()
JipRealmParamsvoid setRealmParams(JipRealmParams value)
value - allowed object is
JipRealmParamsboolean isDefault()
void setDefault(boolean value)
java.lang.String getName()
Stringvoid setName(java.lang.String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||