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.common.api_types_3
|
public ObjectFactory()
public ObjectModificationType createObjectModificationType()
ObjectModificationType
public PropertyReferenceListType createPropertyReferenceListType()
PropertyReferenceListType
public UserListType createUserListType()
UserListType
public SelectorQualifiedGetOptionType createSelectorQualifiedGetOptionType()
SelectorQualifiedGetOptionType
public ResourceObjectType createResourceObjectType()
ResourceObjectType
public XmlScriptsType createXmlScriptsType()
XmlScriptsType
public CompareResultType createCompareResultType()
CompareResultType
public ResourceObjectIdentificationType createResourceObjectIdentificationType()
ResourceObjectIdentificationType
public ObjectDeltaOperationListType createObjectDeltaOperationListType()
ObjectDeltaOperationListType
public SingleScriptOutputType createSingleScriptOutputType()
SingleScriptOutputType
public ObjectSelectorType createObjectSelectorType()
ObjectSelectorType
public ExecuteScriptsOptionsType createExecuteScriptsOptionsType()
ExecuteScriptsOptionsType
public ObjectDeltaListType createObjectDeltaListType()
ObjectDeltaListType
public GetOperationOptionsType createGetOperationOptionsType()
GetOperationOptionsType
public ResourceObjectShadowListType createResourceObjectShadowListType()
ResourceObjectShadowListType
public ScriptOutputsType createScriptOutputsType()
ScriptOutputsType
public ImportOptionsType createImportOptionsType()
ImportOptionsType
public SelectorQualifiedGetOptionsType createSelectorQualifiedGetOptionsType()
SelectorQualifiedGetOptionsType
public ObjectListType createObjectListType()
ObjectListType
public JAXBElement<ObjectModificationType> createObjectModification(ObjectModificationType value)
Copyright © 2016 Evolveum. All rights reserved.