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.midpoint.xml.ns._public.model.model_context_2
|
public ObjectFactory()
public LensFocusContextType createLensFocusContextType()
LensFocusContextType
public LensContextType createLensContextType()
LensContextType
public LensProjectionContextType createLensProjectionContextType()
LensProjectionContextType
public LensContextStatsType createLensContextStatsType()
LensContextStatsType
public ObjectDeltaWaveType createObjectDeltaWaveType()
ObjectDeltaWaveType
public LensObjectDeltaOperationType createLensObjectDeltaOperationType()
LensObjectDeltaOperationType
public LensElementContextType createLensElementContextType()
LensElementContextType
public ObjectDeltaWavesType createObjectDeltaWavesType()
ObjectDeltaWavesType
public JAXBElement<LensFocusContextType> createLensFocusContext(LensFocusContextType value)
public JAXBElement<LensContextType> createModelContext(LensContextType value)
public JAXBElement<LensProjectionContextType> createLensProjectionContext(LensProjectionContextType value)
public JAXBElement<Boolean> createSkipModelContextProcessing(Boolean value)
Copyright © 2013 evolveum. All rights reserved.