Uses of Class
org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.query.FilterType
Packages that use FilterType
-
Uses of FilterType in org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.query
Subclasses of FilterType in org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.queryModifier and TypeClassDescriptionclassJava class for BooleanFilterType complex type.classJava class for CompoundFilterType complex type.classJava class for DateTimeFilterType complex type.classJava class for FloatFilterType complex type.classJava class for IntegerFilterType complex type.classJava class for SimpleFilterType complex type.classJava class for StringFilterType complex type.Fields in org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.query declared as FilterTypeModifier and TypeFieldDescriptionprotected FilterTypeExtrinsicObjectQueryType.contentVersionInfoFilterprotected FilterTypeCompoundFilterType.leftFilterprotected FilterTypePersonQueryType.personNameFilterprotected FilterTypeFilterQueryType.primaryFilterprotected FilterTypeCompoundFilterType.rightFilterprotected FilterTypeRegistryObjectQueryType.versionInfoFilterFields in org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.query with type parameters of type FilterTypeModifier and TypeFieldDescriptionprotected List<FilterType>OrganizationQueryType.addressFilterprotected List<FilterType>PersonQueryType.addressFilterprotected List<FilterType>OrganizationQueryType.emailAddressFilterprotected List<FilterType>PersonQueryType.emailAddressFilterprotected List<FilterType>InternationalStringBranchType.localizedStringFilterprotected List<FilterType>OrganizationQueryType.telephoneNumberFilterprotected List<FilterType>PersonQueryType.telephoneNumberFilterMethods in org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.query that return FilterTypeModifier and TypeMethodDescriptionObjectFactory.createFilterType()Create an instance ofFilterTypeExtrinsicObjectQueryType.getContentVersionInfoFilter()Gets the value of the contentVersionInfoFilter property.CompoundFilterType.getLeftFilter()Gets the value of the leftFilter property.PersonQueryType.getPersonNameFilter()Gets the value of the personNameFilter property.FilterQueryType.getPrimaryFilter()Gets the value of the primaryFilter property.CompoundFilterType.getRightFilter()Gets the value of the rightFilter property.RegistryObjectQueryType.getVersionInfoFilter()Gets the value of the versionInfoFilter property.Methods in org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.query that return types with arguments of type FilterTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<FilterType>ObjectFactory.createFilter(FilterType value) OrganizationQueryType.getAddressFilter()Gets the value of the addressFilter property.PersonQueryType.getAddressFilter()Gets the value of the addressFilter property.OrganizationQueryType.getEmailAddressFilter()Gets the value of the emailAddressFilter property.PersonQueryType.getEmailAddressFilter()Gets the value of the emailAddressFilter property.InternationalStringBranchType.getLocalizedStringFilter()Gets the value of the localizedStringFilter property.OrganizationQueryType.getTelephoneNumberFilter()Gets the value of the telephoneNumberFilter property.PersonQueryType.getTelephoneNumberFilter()Gets the value of the telephoneNumberFilter property.Methods in org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.query with parameters of type FilterTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<FilterType>ObjectFactory.createFilter(FilterType value) voidExtrinsicObjectQueryType.setContentVersionInfoFilter(FilterType value) Sets the value of the contentVersionInfoFilter property.voidCompoundFilterType.setLeftFilter(FilterType value) Sets the value of the leftFilter property.voidPersonQueryType.setPersonNameFilter(FilterType value) Sets the value of the personNameFilter property.voidFilterQueryType.setPrimaryFilter(FilterType value) Sets the value of the primaryFilter property.voidCompoundFilterType.setRightFilter(FilterType value) Sets the value of the rightFilter property.voidRegistryObjectQueryType.setVersionInfoFilter(FilterType value) Sets the value of the versionInfoFilter property.