Uses of Class
org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2.LDAPResult
-
Packages that use LDAPResult Package Description org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2 -
-
Uses of LDAPResult in org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2
Subclasses of LDAPResult in org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2 Modifier and Type Class Description classExtendedResponseJava class for ExtendedResponse complex type.Fields in org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2 declared as LDAPResult Modifier and Type Field Description protected LDAPResultSearchResponse. searchResultDoneMethods in org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2 that return LDAPResult Modifier and Type Method Description LDAPResultObjectFactory. createLDAPResult()Create an instance ofLDAPResultLDAPResultSearchResponse. getSearchResultDone()Gets the value of the searchResultDone property.Methods in org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2 that return types with arguments of type LDAPResult Modifier and Type Method Description javax.xml.bind.JAXBElement<LDAPResult>ObjectFactory. createBatchResponseAddResponse(LDAPResult value)javax.xml.bind.JAXBElement<LDAPResult>ObjectFactory. createBatchResponseAuthResponse(LDAPResult value)javax.xml.bind.JAXBElement<LDAPResult>ObjectFactory. createBatchResponseCompareResponse(LDAPResult value)javax.xml.bind.JAXBElement<LDAPResult>ObjectFactory. createBatchResponseDelResponse(LDAPResult value)javax.xml.bind.JAXBElement<LDAPResult>ObjectFactory. createBatchResponseModDNResponse(LDAPResult value)javax.xml.bind.JAXBElement<LDAPResult>ObjectFactory. createBatchResponseModifyResponse(LDAPResult value)Methods in org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2 with parameters of type LDAPResult Modifier and Type Method Description javax.xml.bind.JAXBElement<LDAPResult>ObjectFactory. createBatchResponseAddResponse(LDAPResult value)javax.xml.bind.JAXBElement<LDAPResult>ObjectFactory. createBatchResponseAuthResponse(LDAPResult value)javax.xml.bind.JAXBElement<LDAPResult>ObjectFactory. createBatchResponseCompareResponse(LDAPResult value)javax.xml.bind.JAXBElement<LDAPResult>ObjectFactory. createBatchResponseDelResponse(LDAPResult value)javax.xml.bind.JAXBElement<LDAPResult>ObjectFactory. createBatchResponseModDNResponse(LDAPResult value)javax.xml.bind.JAXBElement<LDAPResult>ObjectFactory. createBatchResponseModifyResponse(LDAPResult value)voidSearchResponse. setSearchResultDone(LDAPResult value)Sets the value of the searchResultDone property.
-