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_1
|
public ObjectFactory()
public AddObjectResponse createAddObjectResponse()
AddObjectResponse
public ImportFromResource createImportFromResource()
ImportFromResource
public ListResourceObjectShadows createListResourceObjectShadows()
ListResourceObjectShadows
public TestResourceResponse createTestResourceResponse()
TestResourceResponse
public GetObjectResponse createGetObjectResponse()
GetObjectResponse
public ListAccountShadowOwnerResponse createListAccountShadowOwnerResponse()
ListAccountShadowOwnerResponse
public TestResource createTestResource()
TestResource
public SearchObjectsResponse createSearchObjectsResponse()
SearchObjectsResponse
public ListObjects createListObjects()
ListObjects
public DeleteObject createDeleteObject()
DeleteObject
public SearchObjects createSearchObjects()
SearchObjects
public NotifyChangeResponse createNotifyChangeResponse()
NotifyChangeResponse
public ImportFromResourceResponse createImportFromResourceResponse()
ImportFromResourceResponse
public ModifyObjectResponse createModifyObjectResponse()
ModifyObjectResponse
public ListObjectsResponse createListObjectsResponse()
ListObjectsResponse
public NotifyChange createNotifyChange()
NotifyChange
public ListResourceObjectShadowsResponse createListResourceObjectShadowsResponse()
ListResourceObjectShadowsResponse
public DeleteObjectResponse createDeleteObjectResponse()
DeleteObjectResponse
public ListAccountShadowOwner createListAccountShadowOwner()
ListAccountShadowOwner
public ModifyObject createModifyObject()
ModifyObject
Copyright © 2014 Evolveum. All rights reserved.