Class ObjectFactory
java.lang.Object
com.evolveum.prism.xml.ns._public.query_3.ObjectFactory
This object contains factory methods for each
Java content interface and Java element interface
generated in the com.evolveum.prism.xml.ns._public.query_3 package.
An ObjectFactory allows you to programatically construct new instances of the Java representation for XML content. The Java representation of XML content can consist of schema derived interfaces and classes representing the binding of schema type definitions, element declarations and model groups. Factory methods for each of these are provided in this class.
-
Constructor Summary
ConstructorDescriptionCreate a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.evolveum.prism.xml.ns._public.query_3 -
Method Summary
Modifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<NAryLogicalOperatorFilterType>
jakarta.xml.bind.JAXBElement<PropertyComplexValueFilterType>
jakarta.xml.bind.JAXBElement<SearchFilterType>
createFilter
(SearchFilterType value) jakarta.xml.bind.JAXBElement<FilterClauseType>
Create an instance ofFilterClauseType
jakarta.xml.bind.JAXBElement<PropertySimpleValueFilterType>
jakarta.xml.bind.JAXBElement<PropertySimpleValueFilterType>
jakarta.xml.bind.JAXBElement<String>
createMatching
(String value) jakarta.xml.bind.JAXBElement<PropertySimpleValueFilterType>
jakarta.xml.bind.JAXBElement<PropertySimpleValueFilterType>
Create an instance ofNAryLogicalOperatorFilterType
jakarta.xml.bind.JAXBElement<UnaryLogicalOperatorFilterType>
jakarta.xml.bind.JAXBElement<NAryLogicalOperatorFilterType>
jakarta.xml.bind.JAXBElement<PropertyComplexValueFilterType>
jakarta.xml.bind.JAXBElement<PropertySimpleValueFilterType>
Create an instance ofPagingType
jakarta.xml.bind.JAXBElement<PropertyNoValueFilterType>
Create an instance ofPropertyComplexValueFilterType
Create an instance ofPropertyNoValueFilterType
Create an instance ofPropertySimpleValueFilterType
jakarta.xml.bind.JAXBElement<QueryType>
createQuery
(QueryType value) Create an instance ofQueryType
jakarta.xml.bind.JAXBElement<PropertySimpleValueFilterType>
jakarta.xml.bind.JAXBElement<PropertySimpleValueFilterType>
jakarta.xml.bind.JAXBElement<PropertyNoValueFilterType>
jakarta.xml.bind.JAXBElement<UriFilterType>
createType
(UriFilterType value) Create an instance ofUnaryLogicalOperatorFilterType
Create an instance ofUriFilterType
jakarta.xml.bind.JAXBElement<ValueType>
createValue
(ValueType value) Create an instance ofValueType
-
Constructor Details
-
ObjectFactory
public ObjectFactory()Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.evolveum.prism.xml.ns._public.query_3
-
-
Method Details
-
createNAryLogicalOperatorFilterType
Create an instance ofNAryLogicalOperatorFilterType
-
createFilterType
Create an instance ofFilterClauseType
-
createQueryType
Create an instance ofQueryType
-
createPropertyNoValueFilterType
Create an instance ofPropertyNoValueFilterType
-
createPropertyComplexValueFilterType
Create an instance ofPropertyComplexValueFilterType
-
createPropertySimpleValueFilterType
Create an instance ofPropertySimpleValueFilterType
-
createUriFilterType
Create an instance ofUriFilterType
-
createUnaryLogicalOperatorFilterType
Create an instance ofUnaryLogicalOperatorFilterType
-
createValueType
Create an instance ofValueType
-
createPagingType
Create an instance ofPagingType
-
createPresent
public jakarta.xml.bind.JAXBElement<PropertyNoValueFilterType> createPresent(PropertyNoValueFilterType value) -
createNot
public jakarta.xml.bind.JAXBElement<UnaryLogicalOperatorFilterType> createNot(UnaryLogicalOperatorFilterType value) -
createOr
public jakarta.xml.bind.JAXBElement<NAryLogicalOperatorFilterType> createOr(NAryLogicalOperatorFilterType value) -
createSubstring
public jakarta.xml.bind.JAXBElement<PropertySimpleValueFilterType> createSubstring(PropertySimpleValueFilterType value) -
createRef
public jakarta.xml.bind.JAXBElement<PropertySimpleValueFilterType> createRef(PropertySimpleValueFilterType value) -
createTrue
public jakarta.xml.bind.JAXBElement<PropertyNoValueFilterType> createTrue(PropertyNoValueFilterType value) -
createMinDepth
public jakarta.xml.bind.JAXBElement<PropertySimpleValueFilterType> createMinDepth(PropertySimpleValueFilterType value) -
createOrg
public jakarta.xml.bind.JAXBElement<PropertyComplexValueFilterType> createOrg(PropertyComplexValueFilterType value) -
createQuery
-
createFilter
-
createGreaterOrEqual
public jakarta.xml.bind.JAXBElement<PropertySimpleValueFilterType> createGreaterOrEqual(PropertySimpleValueFilterType value) -
createFilterClause
-
createMatching
-
createAnd
public jakarta.xml.bind.JAXBElement<NAryLogicalOperatorFilterType> createAnd(NAryLogicalOperatorFilterType value) -
createLessOrEqual
public jakarta.xml.bind.JAXBElement<PropertySimpleValueFilterType> createLessOrEqual(PropertySimpleValueFilterType value) -
createValue
-
createType
-
createMaxDepth
public jakarta.xml.bind.JAXBElement<PropertySimpleValueFilterType> createMaxDepth(PropertySimpleValueFilterType value) -
createEqual
public jakarta.xml.bind.JAXBElement<PropertyComplexValueFilterType> createEqual(PropertyComplexValueFilterType value) -
createOrgRef
public jakarta.xml.bind.JAXBElement<PropertySimpleValueFilterType> createOrgRef(PropertySimpleValueFilterType value)
-