Uses of Class
org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2.LDAPResult
Packages that use LDAPResult
-
Uses of LDAPResult in org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2
Subclasses of LDAPResult in org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2Modifier and TypeClassDescriptionclassJava class for ExtendedResponse complex type.Fields in org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2 declared as LDAPResultMethods in org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2 that return LDAPResultModifier and TypeMethodDescriptionObjectFactory.createLDAPResult()Create an instance ofLDAPResultSearchResponse.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 LDAPResultModifier and TypeMethodDescriptionjavax.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 LDAPResultModifier and TypeMethodDescriptionjavax.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.