Uses of Class
org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2.AttributeValueAssertion
Packages that use AttributeValueAssertion
Package
Description
-
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 AttributeValueAssertion
Filter.approxMatch
protected AttributeValueAssertion
CompareRequest.assertion
protected AttributeValueAssertion
Filter.equalityMatch
protected AttributeValueAssertion
Filter.greaterOrEqual
protected AttributeValueAssertion
Filter.lessOrEqual
Methods in org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2 that return AttributeValueAssertionModifier 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.Methods in org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2 that return types with arguments of type AttributeValueAssertionModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement
<AttributeValueAssertion> ObjectFactory.createFilterSetApproxMatch
(AttributeValueAssertion value) jakarta.xml.bind.JAXBElement
<AttributeValueAssertion> ObjectFactory.createFilterSetEqualityMatch
(AttributeValueAssertion value) jakarta.xml.bind.JAXBElement
<AttributeValueAssertion> ObjectFactory.createFilterSetGreaterOrEqual
(AttributeValueAssertion value) jakarta.xml.bind.JAXBElement
<AttributeValueAssertion> ObjectFactory.createFilterSetLessOrEqual
(AttributeValueAssertion value) Methods in org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2 with parameters of type AttributeValueAssertionModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement
<AttributeValueAssertion> ObjectFactory.createFilterSetApproxMatch
(AttributeValueAssertion value) jakarta.xml.bind.JAXBElement
<AttributeValueAssertion> ObjectFactory.createFilterSetEqualityMatch
(AttributeValueAssertion value) jakarta.xml.bind.JAXBElement
<AttributeValueAssertion> ObjectFactory.createFilterSetGreaterOrEqual
(AttributeValueAssertion value) jakarta.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. -
Uses of AttributeValueAssertion in org.openehealth.ipf.commons.ihe.hpd.stub.json
Subclasses of AttributeValueAssertion in org.openehealth.ipf.commons.ihe.hpd.stub.jsonModifier and TypeClassDescriptionclass
class
class
class
Methods in org.openehealth.ipf.commons.ihe.hpd.stub.json that return AttributeValueAssertionModifier and TypeMethodDescriptionApproxMatch.toDsml()
EqualityMatch.toDsml()
GreaterOrEqual.toDsml()
LessOrEqual.toDsml()
Methods in org.openehealth.ipf.commons.ihe.hpd.stub.json with parameters of type AttributeValueAssertionModifier and TypeMethodDescriptionstatic FilterIntermediary
ApproxMatch.fromDsml
(AttributeValueAssertion ava) static FilterIntermediary
EqualityMatch.fromDsml
(AttributeValueAssertion ava) static FilterIntermediary
GreaterOrEqual.fromDsml
(AttributeValueAssertion ava) static FilterIntermediary
LessOrEqual.fromDsml
(AttributeValueAssertion ava)