Uses of Class
org.opends.dsml.protocol.AttributeValueAssertion
-
-
Uses of AttributeValueAssertion in org.opends.dsml.protocol
Fields in org.opends.dsml.protocol declared as AttributeValueAssertion Modifier and Type Field Description protected AttributeValueAssertionFilter. approxMatchprotected AttributeValueAssertionCompareRequest. assertionprotected AttributeValueAssertionFilter. equalityMatchprotected AttributeValueAssertionFilter. greaterOrEqualprotected AttributeValueAssertionFilter. lessOrEqualMethods in org.opends.dsml.protocol 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.opends.dsml.protocol 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.opends.dsml.protocol 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.
-