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
- All Implemented Interfaces:
BatchResponseElement
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 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
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the response property.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.Methods inherited from class org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2.LDAPResult
getElementName, getErrorMessage, getMatchedDN, getReferral, getResultCode, setElementName, setErrorMessage, setMatchedDN, setResultCode
Methods inherited from class org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2.DsmlMessage
getControl, getRequestID, setRequestID
-
Field Details
-
responseName
-
response
-
-
Constructor Details
-
ExtendedResponse
public ExtendedResponse()
-
-
Method Details
-
getResponseName
Gets the value of the responseName property.- Returns:
- possible object is
String
-
setResponseName
Sets the value of the responseName property.- Parameters:
value
- allowed object isString
-
getResponse
Gets the value of the response property.- Returns:
- possible object is
Object
-
setResponse
Sets the value of the response property.- Parameters:
value
- allowed object isObject
-