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, resultCode
control, 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, setResultCode
getControl, getRequestID, setRequestID
public String getResponseName()
String
public void setResponseName(String value)
value
- allowed object is
String
public Object getResponse()
Object
Copyright © 2018 Open eHealth Foundation. All rights reserved.