Uses of Class
com.evolveum.prism.xml.ns._public.query_3.PropertyComplexValueFilterType
-
Packages that use PropertyComplexValueFilterType Package Description com.evolveum.prism.xml.ns._public.query_3 Copyright (c) 2010-2019 Evolveum and contributors This work is dual-licensed under the Apache License 2.0 and European Union Public License. -
-
Uses of PropertyComplexValueFilterType in com.evolveum.prism.xml.ns._public.query_3
Methods in com.evolveum.prism.xml.ns._public.query_3 that return PropertyComplexValueFilterType Modifier and Type Method Description PropertyComplexValueFilterTypePropertyComplexValueFilterType. clone()Creates and returns a deep copy of this object.PropertyComplexValueFilterTypeObjectFactory. createPropertyComplexValueFilterType()Create an instance ofPropertyComplexValueFilterTypeMethods in com.evolveum.prism.xml.ns._public.query_3 that return types with arguments of type PropertyComplexValueFilterType Modifier and Type Method Description javax.xml.bind.JAXBElement<PropertyComplexValueFilterType>ObjectFactory. createEqual(PropertyComplexValueFilterType value)javax.xml.bind.JAXBElement<PropertyComplexValueFilterType>ObjectFactory. createOrg(PropertyComplexValueFilterType value)Methods in com.evolveum.prism.xml.ns._public.query_3 with parameters of type PropertyComplexValueFilterType Modifier and Type Method Description javax.xml.bind.JAXBElement<PropertyComplexValueFilterType>ObjectFactory. createEqual(PropertyComplexValueFilterType value)javax.xml.bind.JAXBElement<PropertyComplexValueFilterType>ObjectFactory. createOrg(PropertyComplexValueFilterType value)Constructors in com.evolveum.prism.xml.ns._public.query_3 with parameters of type PropertyComplexValueFilterType Constructor Description PropertyComplexValueFilterType(PropertyComplexValueFilterType o)Creates a newPropertyComplexValueFilterTypeinstance by deeply copying a givenPropertyComplexValueFilterTypeinstance.
-