public class ResultCode extends Object
Java class for ResultCode complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ResultCode">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="code" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="descr" type="{urn:oasis:names:tc:DSML:2:0:core}LDAPResultCode" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected int |
code |
protected LDAPResultCode |
descr |
| Constructor and Description |
|---|
ResultCode() |
| Modifier and Type | Method and Description |
|---|---|
int |
getCode()
Gets the value of the code property.
|
LDAPResultCode |
getDescr()
Gets the value of the descr property.
|
void |
setCode(int value)
Sets the value of the code property.
|
void |
setDescr(LDAPResultCode value)
Sets the value of the descr property.
|
protected int code
protected LDAPResultCode descr
public ResultCode()
public int getCode()
public void setCode(int value)
public LDAPResultCode getDescr()
LDAPResultCodepublic void setDescr(LDAPResultCode value)
value - allowed object is
LDAPResultCodeCopyright © 2010-2015 ForgeRock AS. All Rights Reserved.