Uses of Class
org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2.FilterSet
-
Packages that use FilterSet Package Description org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2 -
-
Uses of FilterSet in org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2
Fields in org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2 declared as FilterSet Modifier and Type Field Description protected FilterSetFilter. andprotected FilterSetFilter. orMethods in org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2 that return FilterSet Modifier and Type Method Description FilterSetObjectFactory. createFilterSet()Create an instance ofFilterSetFilterSetFilter. getAnd()Gets the value of the and property.FilterSetFilter. getOr()Gets the value of the or property.Methods in org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2 that return types with arguments of type FilterSet Modifier and Type Method Description javax.xml.bind.JAXBElement<FilterSet>ObjectFactory. createFilterSetAnd(FilterSet value)javax.xml.bind.JAXBElement<FilterSet>ObjectFactory. createFilterSetOr(FilterSet value)Methods in org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2 with parameters of type FilterSet Modifier and Type Method Description javax.xml.bind.JAXBElement<FilterSet>ObjectFactory. createFilterSetAnd(FilterSet value)javax.xml.bind.JAXBElement<FilterSet>ObjectFactory. createFilterSetOr(FilterSet value)voidFilter. setAnd(FilterSet value)Sets the value of the and property.voidFilter. setOr(FilterSet value)Sets the value of the or property.
-