Class ObjectFactory
- java.lang.Object
-
- com.evolveum.prism.xml.ns._public.query_3.ObjectFactory
-
public class ObjectFactory extends Object
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
Constructors Constructor Description 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 Summary
-
-
-
Method Detail
-
createNAryLogicalOperatorFilterType
public NAryLogicalOperatorFilterType createNAryLogicalOperatorFilterType()
Create an instance ofNAryLogicalOperatorFilterType
-
createFilterType
public FilterClauseType createFilterType()
Create an instance ofFilterClauseType
-
createPropertyNoValueFilterType
public PropertyNoValueFilterType createPropertyNoValueFilterType()
Create an instance ofPropertyNoValueFilterType
-
createPropertyComplexValueFilterType
public PropertyComplexValueFilterType createPropertyComplexValueFilterType()
Create an instance ofPropertyComplexValueFilterType
-
createPropertySimpleValueFilterType
public PropertySimpleValueFilterType createPropertySimpleValueFilterType()
Create an instance ofPropertySimpleValueFilterType
-
createUriFilterType
public UriFilterType createUriFilterType()
Create an instance ofUriFilterType
-
createUnaryLogicalOperatorFilterType
public UnaryLogicalOperatorFilterType createUnaryLogicalOperatorFilterType()
Create an instance ofUnaryLogicalOperatorFilterType
-
createPagingType
public PagingType createPagingType()
Create an instance ofPagingType
-
createPresent
public JAXBElement<PropertyNoValueFilterType> createPresent(PropertyNoValueFilterType value)
-
createNot
public JAXBElement<UnaryLogicalOperatorFilterType> createNot(UnaryLogicalOperatorFilterType value)
-
createOr
public JAXBElement<NAryLogicalOperatorFilterType> createOr(NAryLogicalOperatorFilterType value)
-
createSubstring
public JAXBElement<PropertySimpleValueFilterType> createSubstring(PropertySimpleValueFilterType value)
-
createRef
public JAXBElement<PropertySimpleValueFilterType> createRef(PropertySimpleValueFilterType value)
-
createTrue
public JAXBElement<PropertyNoValueFilterType> createTrue(PropertyNoValueFilterType value)
-
createMinDepth
public JAXBElement<PropertySimpleValueFilterType> createMinDepth(PropertySimpleValueFilterType value)
-
createOrg
public JAXBElement<PropertyComplexValueFilterType> createOrg(PropertyComplexValueFilterType value)
-
createQuery
public JAXBElement<QueryType> createQuery(QueryType value)
-
createFilter
public JAXBElement<SearchFilterType> createFilter(SearchFilterType value)
-
createGreaterOrEqual
public JAXBElement<PropertySimpleValueFilterType> createGreaterOrEqual(PropertySimpleValueFilterType value)
-
createFilterClause
public JAXBElement<FilterClauseType> createFilterClause(FilterClauseType value)
-
createMatching
public JAXBElement<String> createMatching(String value)
-
createAnd
public JAXBElement<NAryLogicalOperatorFilterType> createAnd(NAryLogicalOperatorFilterType value)
-
createLessOrEqual
public JAXBElement<PropertySimpleValueFilterType> createLessOrEqual(PropertySimpleValueFilterType value)
-
createValue
public JAXBElement<ValueType> createValue(ValueType value)
-
createType
public JAXBElement<UriFilterType> createType(UriFilterType value)
-
createMaxDepth
public JAXBElement<PropertySimpleValueFilterType> createMaxDepth(PropertySimpleValueFilterType value)
-
createEqual
public JAXBElement<PropertyComplexValueFilterType> createEqual(PropertyComplexValueFilterType value)
-
createOrgRef
public JAXBElement<PropertySimpleValueFilterType> createOrgRef(PropertySimpleValueFilterType value)
-
-