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_3
|
public ObjectFactory()
public ExecuteChangesResponseType createExecuteChangesResponseType()
ExecuteChangesResponseType
public ExecuteScriptsType createExecuteScriptsType()
ExecuteScriptsType
public FindShadowOwnerResponseType createFindShadowOwnerResponseType()
FindShadowOwnerResponseType
public ImportFromResourceType createImportFromResourceType()
ImportFromResourceType
public TestResourceResponseType createTestResourceResponseType()
TestResourceResponseType
public GetObjectResponseType createGetObjectResponseType()
GetObjectResponseType
public FindShadowOwnerType createFindShadowOwnerType()
FindShadowOwnerType
public SearchObjectsResponseType createSearchObjectsResponseType()
SearchObjectsResponseType
public TestResourceType createTestResourceType()
TestResourceType
public SearchObjectsType createSearchObjectsType()
SearchObjectsType
public NotifyChangeResponseType createNotifyChangeResponseType()
NotifyChangeResponseType
public ImportFromResourceResponseType createImportFromResourceResponseType()
ImportFromResourceResponseType
public ExecuteChangesType createExecuteChangesType()
ExecuteChangesType
public NotifyChangeType createNotifyChangeType()
NotifyChangeType
public ExecuteScriptsResponseType createExecuteScriptsResponseType()
ExecuteScriptsResponseType
public GetObjectType createGetObjectType()
GetObjectType
public JAXBElement<TestResourceResponseType> createTestResourceResponse(TestResourceResponseType value)
public JAXBElement<ImportFromResourceType> createImportFromResource(ImportFromResourceType value)
public JAXBElement<TestResourceType> createTestResource(TestResourceType value)
public JAXBElement<ExecuteChangesResponseType> createExecuteChangesResponse(ExecuteChangesResponseType value)
public JAXBElement<ExecuteScriptsType> createExecuteScripts(ExecuteScriptsType value)
public JAXBElement<NotifyChangeResponseType> createNotifyChangeResponse(NotifyChangeResponseType value)
public JAXBElement<ExecuteScriptsResponseType> createExecuteScriptsResponse(ExecuteScriptsResponseType value)
public JAXBElement<ExecuteChangesType> createExecuteChanges(ExecuteChangesType value)
public JAXBElement<FindShadowOwnerResponseType> createFindShadowOwnerResponse(FindShadowOwnerResponseType value)
public JAXBElement<FindShadowOwnerType> createFindShadowOwner(FindShadowOwnerType value)
public JAXBElement<ImportFromResourceResponseType> createImportFromResourceResponse(ImportFromResourceResponseType value)
public JAXBElement<GetObjectResponseType> createGetObjectResponse(GetObjectResponseType value)
public JAXBElement<SearchObjectsType> createSearchObjects(SearchObjectsType value)
public JAXBElement<NotifyChangeType> createNotifyChange(NotifyChangeType value)
public JAXBElement<SearchObjectsResponseType> createSearchObjectsResponse(SearchObjectsResponseType value)
public JAXBElement<GetObjectType> createGetObject(GetObjectType value)
Copyright © 2014 Evolveum. All rights reserved.