Uses of Class
org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2.Filter
-
Packages that use Filter Package Description org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2 -
-
Uses of Filter in org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2
Fields in org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2 declared as Filter Modifier and Type Field Description protected FilterSearchRequest. filterprotected FilterFilter. notMethods in org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2 that return Filter Modifier and Type Method Description FilterObjectFactory. createFilter()Create an instance ofFilterFilterSearchRequest. getFilter()Gets the value of the filter property.FilterFilter. getNot()Gets the value of the not property.Methods in org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2 that return types with arguments of type Filter Modifier and Type Method Description javax.xml.bind.JAXBElement<Filter>ObjectFactory. createFilterSetNot(Filter value)Methods in org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2 with parameters of type Filter Modifier and Type Method Description javax.xml.bind.JAXBElement<Filter>ObjectFactory. createFilterSetNot(Filter value)voidSearchRequest. setFilter(Filter value)Sets the value of the filter property.voidFilter. setNot(Filter value)Sets the value of the not property.
-