public static class LdapURL.Extension extends Object
Constructor and Description |
---|
LdapURL.Extension(boolean isCritical,
String type,
String value)
Creates a new instance of Extension.
|
Modifier and Type | Method and Description |
---|---|
String |
getType()
Gets the type.
|
String |
getValue()
Gets the value.
|
boolean |
isCritical()
Checks if is critical.
|
void |
setCritical(boolean isCritical)
Sets the critical.
|
void |
setType(String type)
Sets the type.
|
void |
setValue(String value)
Sets the value.
|
public boolean isCritical()
public void setCritical(boolean isCritical)
isCritical
- the new criticalpublic String getType()
public void setType(String type)
type
- the new typepublic String getValue()
public void setValue(String value)
value
- the new valueCopyright © 2003-2012 Apache Software Foundation. All Rights Reserved.