Uses of Class
org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2.AttributeValueAssertion
Packages that use AttributeValueAssertion
-
Uses of AttributeValueAssertion in org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2
Fields in org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2 declared as AttributeValueAssertionModifier and TypeFieldDescriptionprotected AttributeValueAssertionFilter.approxMatchprotected AttributeValueAssertionCompareRequest.assertionprotected AttributeValueAssertionFilter.equalityMatchprotected AttributeValueAssertionFilter.greaterOrEqualprotected AttributeValueAssertionFilter.lessOrEqualMethods in org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2 that return AttributeValueAssertionModifier and TypeMethodDescriptionObjectFactory.createAttributeValueAssertion()Create an instance ofAttributeValueAssertionFilter.getApproxMatch()Gets the value of the approxMatch property.CompareRequest.getAssertion()Gets the value of the assertion property.Filter.getEqualityMatch()Gets the value of the equalityMatch property.Filter.getGreaterOrEqual()Gets the value of the greaterOrEqual property.Filter.getLessOrEqual()Gets the value of the lessOrEqual property.Methods in org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2 that return types with arguments of type AttributeValueAssertionModifier and TypeMethodDescriptionjavax.xml.bind.JAXBElement<AttributeValueAssertion>ObjectFactory.createFilterSetApproxMatch(AttributeValueAssertion value) javax.xml.bind.JAXBElement<AttributeValueAssertion>ObjectFactory.createFilterSetEqualityMatch(AttributeValueAssertion value) javax.xml.bind.JAXBElement<AttributeValueAssertion>ObjectFactory.createFilterSetGreaterOrEqual(AttributeValueAssertion value) javax.xml.bind.JAXBElement<AttributeValueAssertion>ObjectFactory.createFilterSetLessOrEqual(AttributeValueAssertion value) Methods in org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2 with parameters of type AttributeValueAssertionModifier and TypeMethodDescriptionjavax.xml.bind.JAXBElement<AttributeValueAssertion>ObjectFactory.createFilterSetApproxMatch(AttributeValueAssertion value) javax.xml.bind.JAXBElement<AttributeValueAssertion>ObjectFactory.createFilterSetEqualityMatch(AttributeValueAssertion value) javax.xml.bind.JAXBElement<AttributeValueAssertion>ObjectFactory.createFilterSetGreaterOrEqual(AttributeValueAssertion value) javax.xml.bind.JAXBElement<AttributeValueAssertion>ObjectFactory.createFilterSetLessOrEqual(AttributeValueAssertion value) voidFilter.setApproxMatch(AttributeValueAssertion value) Sets the value of the approxMatch property.voidCompareRequest.setAssertion(AttributeValueAssertion value) Sets the value of the assertion property.voidFilter.setEqualityMatch(AttributeValueAssertion value) Sets the value of the equalityMatch property.voidFilter.setGreaterOrEqual(AttributeValueAssertion value) Sets the value of the greaterOrEqual property.voidFilter.setLessOrEqual(AttributeValueAssertion value) Sets the value of the lessOrEqual property.