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 javax.xml.bind.JAXBElement<PropertyNoValueFilterType> createPresent(PropertyNoValueFilterType value)
-
createNot
public javax.xml.bind.JAXBElement<UnaryLogicalOperatorFilterType> createNot(UnaryLogicalOperatorFilterType value)
-
createOr
public javax.xml.bind.JAXBElement<NAryLogicalOperatorFilterType> createOr(NAryLogicalOperatorFilterType value)
-
createSubstring
public javax.xml.bind.JAXBElement<PropertySimpleValueFilterType> createSubstring(PropertySimpleValueFilterType value)
-
createRef
public javax.xml.bind.JAXBElement<PropertySimpleValueFilterType> createRef(PropertySimpleValueFilterType value)
-
createTrue
public javax.xml.bind.JAXBElement<PropertyNoValueFilterType> createTrue(PropertyNoValueFilterType value)
-
createMinDepth
public javax.xml.bind.JAXBElement<PropertySimpleValueFilterType> createMinDepth(PropertySimpleValueFilterType value)
-
createOrg
public javax.xml.bind.JAXBElement<PropertyComplexValueFilterType> createOrg(PropertyComplexValueFilterType value)
-
createFilter
public javax.xml.bind.JAXBElement<SearchFilterType> createFilter(SearchFilterType value)
-
createGreaterOrEqual
public javax.xml.bind.JAXBElement<PropertySimpleValueFilterType> createGreaterOrEqual(PropertySimpleValueFilterType value)
-
createFilterClause
public javax.xml.bind.JAXBElement<FilterClauseType> createFilterClause(FilterClauseType value)
-
createAnd
public javax.xml.bind.JAXBElement<NAryLogicalOperatorFilterType> createAnd(NAryLogicalOperatorFilterType value)
-
createLessOrEqual
public javax.xml.bind.JAXBElement<PropertySimpleValueFilterType> createLessOrEqual(PropertySimpleValueFilterType value)
-
createType
public javax.xml.bind.JAXBElement<UriFilterType> createType(UriFilterType value)
-
createMaxDepth
public javax.xml.bind.JAXBElement<PropertySimpleValueFilterType> createMaxDepth(PropertySimpleValueFilterType value)
-
createEqual
public javax.xml.bind.JAXBElement<PropertyComplexValueFilterType> createEqual(PropertyComplexValueFilterType value)
-
createOrgRef
public javax.xml.bind.JAXBElement<PropertySimpleValueFilterType> createOrgRef(PropertySimpleValueFilterType value)
-
-