|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.directory.api.ldap.model.url.LdapUrl.Extension
public static class LdapUrl.Extension
An inner bean to hold extension information.
| Constructor Summary | |
|---|---|
LdapUrl.Extension(boolean isCritical,
String type,
String value)
Creates a new instance of Extension. |
|
| Method Summary | |
|---|---|
String |
getType()
Gets the type. |
String |
getValue()
Gets the value. |
boolean |
isCritical()
Checks if is critical. |
void |
setCritical(boolean critical)
Sets the critical flag. |
void |
setType(String type)
Sets the type. |
void |
setValue(String value)
Sets the value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LdapUrl.Extension(boolean isCritical,
String type,
String value)
isCritical - true for critical extensiontype - the extension typevalue - the extension value| Method Detail |
|---|
public boolean isCritical()
public void setCritical(boolean critical)
critical - the new critical flagpublic String getType()
public void setType(String type)
type - the new typepublic String getValue()
public void setValue(String value)
value - the new value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||