Class ExtendedResponse
- java.lang.Object
-
- org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2.DsmlMessage
-
- org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2.LDAPResult
-
- org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2.ExtendedResponse
-
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected Objectresponseprotected StringresponseName-
Fields inherited from class org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2.LDAPResult
errorMessage, matchedDN, referral, resultCode
-
Fields inherited from class org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2.DsmlMessage
control, requestID
-
-
Constructor Summary
Constructors Constructor Description ExtendedResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectgetResponse()Gets the value of the response property.StringgetResponseName()Gets the value of the responseName property.voidsetResponse(Object value)Sets the value of the response property.voidsetResponseName(String value)Sets the value of the responseName property.-
Methods inherited from class org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2.LDAPResult
getErrorMessage, getMatchedDN, getReferral, getResultCode, setErrorMessage, setMatchedDN, setResultCode
-
Methods inherited from class org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2.DsmlMessage
getControl, getRequestID, setRequestID
-
-
-
-
Method Detail
-
getResponseName
public String getResponseName()
Gets the value of the responseName property.- Returns:
- possible object is
String
-
setResponseName
public void setResponseName(String value)
Sets the value of the responseName property.- Parameters:
value- allowed object isString
-
getResponse
public Object getResponse()
Gets the value of the response property.- Returns:
- possible object is
Object
-
-