|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.directory.shared.ldap.util.LdapURL.Extension
public static class LdapURL.Extension
An inner bean to hold extension information.
| Constructor Summary | |
|---|---|
LdapURL.Extension(boolean isCritical,
java.lang.String type,
java.lang.String value)
Creates a new instance of Extension. |
|
| Method Summary | |
|---|---|
java.lang.String |
getType()
Gets the type. |
java.lang.String |
getValue()
Gets the value. |
boolean |
isCritical()
Checks if is critical. |
void |
setCritical(boolean isCritical)
Sets the critical. |
void |
setType(java.lang.String type)
Sets the type. |
void |
setValue(java.lang.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,
java.lang.String type,
java.lang.String value)
isCritical - true for critical extensiontype - the extension typevalue - the extension value| Method Detail |
|---|
public boolean isCritical()
public void setCritical(boolean isCritical)
isCritical - the new criticalpublic java.lang.String getType()
public void setType(java.lang.String type)
type - the new typepublic java.lang.String getValue()
public void setValue(java.lang.String value)
value - the new value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||