public class ObjectFactory extends Object
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 and 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
|
public ObjectFactory()
public NAryLogicalOperatorFilterType createNAryLogicalOperatorFilterType()
NAryLogicalOperatorFilterType
public FilterClauseType createFilterType()
FilterClauseType
public PropertyNoValueFilterType createPropertyNoValueFilterType()
PropertyNoValueFilterType
public PropertyComplexValueFilterType createPropertyComplexValueFilterType()
PropertyComplexValueFilterType
public PropertySimpleValueFilterType createPropertySimpleValueFilterType()
PropertySimpleValueFilterType
public UriFilterType createUriFilterType()
UriFilterType
public UnaryLogicalOperatorFilterType createUnaryLogicalOperatorFilterType()
UnaryLogicalOperatorFilterType
public PagingType createPagingType()
PagingType
public JAXBElement<PropertyNoValueFilterType> createPresent(PropertyNoValueFilterType value)
public JAXBElement<UnaryLogicalOperatorFilterType> createNot(UnaryLogicalOperatorFilterType value)
public JAXBElement<NAryLogicalOperatorFilterType> createOr(NAryLogicalOperatorFilterType value)
public JAXBElement<PropertySimpleValueFilterType> createSubstring(PropertySimpleValueFilterType value)
public JAXBElement<PropertySimpleValueFilterType> createRef(PropertySimpleValueFilterType value)
public JAXBElement<PropertyNoValueFilterType> createTrue(PropertyNoValueFilterType value)
public JAXBElement<PropertySimpleValueFilterType> createMinDepth(PropertySimpleValueFilterType value)
public JAXBElement<PropertyComplexValueFilterType> createOrg(PropertyComplexValueFilterType value)
public JAXBElement<QueryType> createQuery(QueryType value)
public JAXBElement<SearchFilterType> createFilter(SearchFilterType value)
public JAXBElement<PropertySimpleValueFilterType> createGreaterOrEqual(PropertySimpleValueFilterType value)
public JAXBElement<FilterClauseType> createFilterClause(FilterClauseType value)
public JAXBElement<String> createMatching(String value)
public JAXBElement<NAryLogicalOperatorFilterType> createAnd(NAryLogicalOperatorFilterType value)
public JAXBElement<PropertySimpleValueFilterType> createLessOrEqual(PropertySimpleValueFilterType value)
public JAXBElement<ValueType> createValue(ValueType value)
public JAXBElement<UriFilterType> createType(UriFilterType value)
public JAXBElement<PropertySimpleValueFilterType> createMaxDepth(PropertySimpleValueFilterType value)
public JAXBElement<PropertyComplexValueFilterType> createEqual(PropertyComplexValueFilterType value)
public JAXBElement<PropertySimpleValueFilterType> createOrgRef(PropertySimpleValueFilterType value)
Copyright © 2016 evolveum. All rights reserved.