Uses of Class
org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2.AttributeValueAssertion
-
Packages that use AttributeValueAssertion Package Description org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2 -
-
Uses of AttributeValueAssertion in org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2
Fields in org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2 declared as AttributeValueAssertion Modifier and Type Field Description protected AttributeValueAssertionFilter. approxMatchprotected AttributeValueAssertionCompareRequest. assertionprotected AttributeValueAssertionFilter. equalityMatchprotected AttributeValueAssertionFilter. greaterOrEqualprotected AttributeValueAssertionFilter. lessOrEqualMethods in org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2 that return AttributeValueAssertion Modifier and Type Method Description AttributeValueAssertionObjectFactory. createAttributeValueAssertion()Create an instance ofAttributeValueAssertionAttributeValueAssertionFilter. getApproxMatch()Gets the value of the approxMatch property.AttributeValueAssertionCompareRequest. getAssertion()Gets the value of the assertion property.AttributeValueAssertionFilter. getEqualityMatch()Gets the value of the equalityMatch property.AttributeValueAssertionFilter. getGreaterOrEqual()Gets the value of the greaterOrEqual property.AttributeValueAssertionFilter. 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 AttributeValueAssertion Modifier and Type Method Description javax.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 AttributeValueAssertion Modifier and Type Method Description javax.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.
-