Class LDAPResult
java.lang.Object
org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2.DsmlMessage
org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2.LDAPResult
- All Implemented Interfaces:
BatchResponseElement
- Direct Known Subclasses:
ExtendedResponse
Java class for LDAPResult complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LDAPResult"> <complexContent> <extension base="{urn:oasis:names:tc:DSML:2:0:core}DsmlMessage"> <sequence> <element name="resultCode" type="{urn:oasis:names:tc:DSML:2:0:core}ResultCode"/> <element name="errorMessage" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="referral" type="{http://www.w3.org/2001/XMLSchema}anyURI" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="matchedDN" type="{urn:oasis:names:tc:DSML:2:0:core}DsmlDN" /> </extension> </complexContent> </complexType>
-
Field Summary
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 errorMessage property.Gets the value of the matchedDN property.Gets the value of the referral property.Gets the value of the resultCode property.void
setElementName
(String elementName) void
setErrorMessage
(String value) Sets the value of the errorMessage property.void
setMatchedDN
(String value) Sets the value of the matchedDN property.void
setResultCode
(ResultCode value) Sets the value of the resultCode property.Methods inherited from class org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2.DsmlMessage
getControl, getRequestID, setRequestID
-
Field Details
-
resultCode
-
errorMessage
-
referral
-
matchedDN
-
-
Constructor Details
-
LDAPResult
public LDAPResult()
-
-
Method Details
-
getResultCode
Gets the value of the resultCode property.- Returns:
- possible object is
ResultCode
-
setResultCode
Sets the value of the resultCode property.- Parameters:
value
- allowed object isResultCode
-
getErrorMessage
Gets the value of the errorMessage property.- Returns:
- possible object is
String
-
setErrorMessage
Sets the value of the errorMessage property.- Parameters:
value
- allowed object isString
-
getReferral
Gets the value of the referral property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the referral property.For example, to add a new item, do as follows:
getReferral().add(newItem);
Objects of the following type(s) are allowed in the list
String
-
getMatchedDN
Gets the value of the matchedDN property.- Returns:
- possible object is
String
-
setMatchedDN
Sets the value of the matchedDN property.- Parameters:
value
- allowed object isString
-
getElementName
-
setElementName
-