public static class LdapUrl.Extension
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private boolean |
isCritical |
private java.lang.String |
type |
private java.lang.String |
value |
| Constructor and Description |
|---|
Extension(boolean isCritical,
java.lang.String type,
java.lang.String value)
Creates a new instance of Extension.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getType()
Gets the type.
|
java.lang.String |
getValue()
Gets the value.
|
boolean |
isCritical()
Checks if is critical.
|
void |
setCritical(boolean critical)
Sets the critical flag.
|
void |
setType(java.lang.String type)
Sets the type.
|
void |
setValue(java.lang.String value)
Sets the value.
|
private boolean isCritical
private java.lang.String type
private java.lang.String value
public Extension(boolean isCritical,
java.lang.String type,
java.lang.String value)
isCritical - true for critical extensiontype - the extension typevalue - the extension valuepublic boolean isCritical()
public void setCritical(boolean critical)
critical - the new critical flagpublic 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