public class ExtendedResponse extends LDAPResult
Java class for ExtendedResponse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ExtendedResponse">
<complexContent>
<extension base="{urn:oasis:names:tc:DSML:2:0:core}LDAPResult">
<sequence>
<element name="responseName" type="{urn:oasis:names:tc:DSML:2:0:core}NumericOID" minOccurs="0"/>
<element name="response" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Object |
response |
protected String |
responseName |
errorMessage, matchedDN, referral, resultCodecontrol, requestID| Constructor and Description |
|---|
ExtendedResponse() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getResponse()
Gets the value of the response property.
|
String |
getResponseName()
Gets the value of the responseName property.
|
void |
setResponse(Object value)
Sets the value of the response property.
|
void |
setResponseName(String value)
Sets the value of the responseName property.
|
getErrorMessage, getMatchedDN, getReferral, getResultCode, setErrorMessage, setMatchedDN, setResultCodegetControl, getRequestID, setRequestIDprotected String responseName
public ExtendedResponse()
public String getResponseName()
Stringpublic void setResponseName(String value)
value - allowed object is
Stringpublic Object getResponse()
Objectpublic void setResponse(Object value)
value - allowed object is
ObjectCopyright © 2010-2015 ForgeRock AS. All Rights Reserved.