Uses of Class
org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2.AttributeValueAssertion
-
Uses of AttributeValueAssertion in org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2
Modifier and TypeFieldDescriptionprotected AttributeValueAssertion
Filter.approxMatch
protected AttributeValueAssertion
CompareRequest.assertion
protected AttributeValueAssertion
Filter.equalityMatch
protected AttributeValueAssertion
Filter.greaterOrEqual
protected AttributeValueAssertion
Filter.lessOrEqual
Modifier and TypeMethodDescriptionObjectFactory.createAttributeValueAssertion()
Create an instance ofAttributeValueAssertion
Filter.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.Modifier 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) Modifier 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) void
Filter.setApproxMatch
(AttributeValueAssertion value) Sets the value of the approxMatch property.void
CompareRequest.setAssertion
(AttributeValueAssertion value) Sets the value of the assertion property.void
Filter.setEqualityMatch
(AttributeValueAssertion value) Sets the value of the equalityMatch property.void
Filter.setGreaterOrEqual
(AttributeValueAssertion value) Sets the value of the greaterOrEqual property.void
Filter.setLessOrEqual
(AttributeValueAssertion value) Sets the value of the lessOrEqual property.