com.evolveum.prism.xml.ns._public.query_2
Class ObjectFactory

java.lang.Object
  extended by com.evolveum.prism.xml.ns._public.query_2.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_2 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
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_2
 
Method Summary
 JAXBElement<NAryLogicalOperatorFilterType> createAnd(NAryLogicalOperatorFilterType value)
          Create an instance of JAXBElement<NAryLogicalOperatorFilterType>}
 JAXBElement<PropertyComplexValueFilterType> createEqual(PropertyComplexValueFilterType value)
          Create an instance of JAXBElement<PropertyComplexValueFilterType>}
 JAXBElement<FilterType> createFilter(FilterType value)
          Create an instance of JAXBElement<FilterType>}
 FilterType createFilterType()
          Create an instance of FilterType
 JAXBElement<PropertySimpleValueFilterType> createGreaterOrEqual(PropertySimpleValueFilterType value)
          Create an instance of JAXBElement<PropertySimpleValueFilterType>}
 JAXBElement<PropertySimpleValueFilterType> createLessOrEqual(PropertySimpleValueFilterType value)
          Create an instance of JAXBElement<PropertySimpleValueFilterType>}
 JAXBElement<PropertySimpleValueFilterType> createMaxDepth(PropertySimpleValueFilterType value)
          Create an instance of JAXBElement<PropertySimpleValueFilterType>}
 JAXBElement<PropertySimpleValueFilterType> createMinDepth(PropertySimpleValueFilterType value)
          Create an instance of JAXBElement<PropertySimpleValueFilterType>}
 NAryLogicalOperatorFilterType createNAryLogicalOperatorFilterType()
          Create an instance of NAryLogicalOperatorFilterType
 JAXBElement<UnaryLogicalOperatorFilterType> createNot(UnaryLogicalOperatorFilterType value)
          Create an instance of JAXBElement<UnaryLogicalOperatorFilterType>}
 JAXBElement<NAryLogicalOperatorFilterType> createOr(NAryLogicalOperatorFilterType value)
          Create an instance of JAXBElement<NAryLogicalOperatorFilterType>}
 JAXBElement<PropertyComplexValueFilterType> createOrg(PropertyComplexValueFilterType value)
          Create an instance of JAXBElement<PropertyComplexValueFilterType>}
 JAXBElement<PropertySimpleValueFilterType> createOrgRef(PropertySimpleValueFilterType value)
          Create an instance of JAXBElement<PropertySimpleValueFilterType>}
 PagingType createPagingType()
          Create an instance of PagingType
 JAXBElement<XPathType> createPath(XPathType value)
          Create an instance of JAXBElement<XPathType>}
 JAXBElement<PropertyNoValueFilterType> createPresent(PropertyNoValueFilterType value)
          Create an instance of JAXBElement<PropertyNoValueFilterType>}
 PropertyComplexValueFilterType createPropertyComplexValueFilterType()
          Create an instance of PropertyComplexValueFilterType
 PropertyNoValueFilterType createPropertyNoValueFilterType()
          Create an instance of PropertyNoValueFilterType
 PropertySimpleValueFilterType createPropertySimpleValueFilterType()
          Create an instance of PropertySimpleValueFilterType
 JAXBElement<QueryType> createQuery(QueryType value)
          Create an instance of JAXBElement<QueryType>}
 QueryType createQueryType()
          Create an instance of QueryType
 JAXBElement<PropertySimpleValueFilterType> createRef(PropertySimpleValueFilterType value)
          Create an instance of JAXBElement<PropertySimpleValueFilterType>}
 JAXBElement<PropertySimpleValueFilterType> createSubstring(PropertySimpleValueFilterType value)
          Create an instance of JAXBElement<PropertySimpleValueFilterType>}
 JAXBElement<PropertyNoValueFilterType> createTrue(PropertyNoValueFilterType value)
          Create an instance of JAXBElement<PropertyNoValueFilterType>}
 JAXBElement<UriFilterType> createType(UriFilterType value)
          Create an instance of JAXBElement<UriFilterType>}
 UnaryLogicalOperatorFilterType createUnaryLogicalOperatorFilterType()
          Create an instance of UnaryLogicalOperatorFilterType
 UriFilterType createUriFilterType()
          Create an instance of UriFilterType
 JAXBElement<ValueType> createValue(ValueType value)
          Create an instance of JAXBElement<ValueType>}
 ValueType createValueType()
          Create an instance of ValueType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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_2

Method Detail

createUnaryLogicalOperatorFilterType

public UnaryLogicalOperatorFilterType createUnaryLogicalOperatorFilterType()
Create an instance of UnaryLogicalOperatorFilterType


createPropertyNoValueFilterType

public PropertyNoValueFilterType createPropertyNoValueFilterType()
Create an instance of PropertyNoValueFilterType


createValueType

public ValueType createValueType()
Create an instance of ValueType


createUriFilterType

public UriFilterType createUriFilterType()
Create an instance of UriFilterType


createPropertyComplexValueFilterType

public PropertyComplexValueFilterType createPropertyComplexValueFilterType()
Create an instance of PropertyComplexValueFilterType


createPropertySimpleValueFilterType

public PropertySimpleValueFilterType createPropertySimpleValueFilterType()
Create an instance of PropertySimpleValueFilterType


createQueryType

public QueryType createQueryType()
Create an instance of QueryType


createFilterType

public FilterType createFilterType()
Create an instance of FilterType


createNAryLogicalOperatorFilterType

public NAryLogicalOperatorFilterType createNAryLogicalOperatorFilterType()
Create an instance of NAryLogicalOperatorFilterType


createPagingType

public PagingType createPagingType()
Create an instance of PagingType


createPresent

public JAXBElement<PropertyNoValueFilterType> createPresent(PropertyNoValueFilterType value)
Create an instance of JAXBElement<PropertyNoValueFilterType>}


createNot

public JAXBElement<UnaryLogicalOperatorFilterType> createNot(UnaryLogicalOperatorFilterType value)
Create an instance of JAXBElement<UnaryLogicalOperatorFilterType>}


createOr

public JAXBElement<NAryLogicalOperatorFilterType> createOr(NAryLogicalOperatorFilterType value)
Create an instance of JAXBElement<NAryLogicalOperatorFilterType>}


createSubstring

public JAXBElement<PropertySimpleValueFilterType> createSubstring(PropertySimpleValueFilterType value)
Create an instance of JAXBElement<PropertySimpleValueFilterType>}


createRef

public JAXBElement<PropertySimpleValueFilterType> createRef(PropertySimpleValueFilterType value)
Create an instance of JAXBElement<PropertySimpleValueFilterType>}


createTrue

public JAXBElement<PropertyNoValueFilterType> createTrue(PropertyNoValueFilterType value)
Create an instance of JAXBElement<PropertyNoValueFilterType>}


createMinDepth

public JAXBElement<PropertySimpleValueFilterType> createMinDepth(PropertySimpleValueFilterType value)
Create an instance of JAXBElement<PropertySimpleValueFilterType>}


createOrg

public JAXBElement<PropertyComplexValueFilterType> createOrg(PropertyComplexValueFilterType value)
Create an instance of JAXBElement<PropertyComplexValueFilterType>}


createQuery

public JAXBElement<QueryType> createQuery(QueryType value)
Create an instance of JAXBElement<QueryType>}


createGreaterOrEqual

public JAXBElement<PropertySimpleValueFilterType> createGreaterOrEqual(PropertySimpleValueFilterType value)
Create an instance of JAXBElement<PropertySimpleValueFilterType>}


createFilter

public JAXBElement<FilterType> createFilter(FilterType value)
Create an instance of JAXBElement<FilterType>}


createAnd

public JAXBElement<NAryLogicalOperatorFilterType> createAnd(NAryLogicalOperatorFilterType value)
Create an instance of JAXBElement<NAryLogicalOperatorFilterType>}


createLessOrEqual

public JAXBElement<PropertySimpleValueFilterType> createLessOrEqual(PropertySimpleValueFilterType value)
Create an instance of JAXBElement<PropertySimpleValueFilterType>}


createValue

public JAXBElement<ValueType> createValue(ValueType value)
Create an instance of JAXBElement<ValueType>}


createType

public JAXBElement<UriFilterType> createType(UriFilterType value)
Create an instance of JAXBElement<UriFilterType>}


createMaxDepth

public JAXBElement<PropertySimpleValueFilterType> createMaxDepth(PropertySimpleValueFilterType value)
Create an instance of JAXBElement<PropertySimpleValueFilterType>}


createEqual

public JAXBElement<PropertyComplexValueFilterType> createEqual(PropertyComplexValueFilterType value)
Create an instance of JAXBElement<PropertyComplexValueFilterType>}


createOrgRef

public JAXBElement<PropertySimpleValueFilterType> createOrgRef(PropertySimpleValueFilterType value)
Create an instance of JAXBElement<PropertySimpleValueFilterType>}


createPath

public JAXBElement<XPathType> createPath(XPathType value)
Create an instance of JAXBElement<XPathType>}



Copyright © 2013 evolveum. All Rights Reserved.