Class ObjectFactory
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.model.model_3.ObjectFactory
-
public class ObjectFactory extends Object
This object contains factory methods for each Java content interface and Java element interface generated in the com.evolveum.midpoint.xml.ns._public.model.model_3 package.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 Summary
Constructors Constructor 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
-
Method Summary
-
-
-
Method Detail
-
createGetObjectType
public GetObjectType createGetObjectType()
Create an instance ofGetObjectType
-
createGetObjectResponseType
public GetObjectResponseType createGetObjectResponseType()
Create an instance ofGetObjectResponseType
-
createExecuteChangesType
public ExecuteChangesType createExecuteChangesType()
Create an instance ofExecuteChangesType
-
createExecuteChangesResponseType
public ExecuteChangesResponseType createExecuteChangesResponseType()
Create an instance ofExecuteChangesResponseType
-
createSearchObjectsType
public SearchObjectsType createSearchObjectsType()
Create an instance ofSearchObjectsType
-
createSearchObjectsResponseType
public SearchObjectsResponseType createSearchObjectsResponseType()
Create an instance ofSearchObjectsResponseType
-
createFindShadowOwnerType
public FindShadowOwnerType createFindShadowOwnerType()
Create an instance ofFindShadowOwnerType
-
createFindShadowOwnerResponseType
public FindShadowOwnerResponseType createFindShadowOwnerResponseType()
Create an instance ofFindShadowOwnerResponseType
-
createTestResourceType
public TestResourceType createTestResourceType()
Create an instance ofTestResourceType
-
createTestResourceResponseType
public TestResourceResponseType createTestResourceResponseType()
Create an instance ofTestResourceResponseType
-
createImportFromResourceType
public ImportFromResourceType createImportFromResourceType()
Create an instance ofImportFromResourceType
-
createImportFromResourceResponseType
public ImportFromResourceResponseType createImportFromResourceResponseType()
Create an instance ofImportFromResourceResponseType
-
createNotifyChangeType
public NotifyChangeType createNotifyChangeType()
Create an instance ofNotifyChangeType
-
createNotifyChangeResponseType
public NotifyChangeResponseType createNotifyChangeResponseType()
Create an instance ofNotifyChangeResponseType
-
createExecuteScriptsType
public ExecuteScriptsType createExecuteScriptsType()
Create an instance ofExecuteScriptsType
-
createExecuteScriptsResponseType
public ExecuteScriptsResponseType createExecuteScriptsResponseType()
Create an instance ofExecuteScriptsResponseType
-
createGetObject
public javax.xml.bind.JAXBElement<GetObjectType> createGetObject(GetObjectType value)
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
GetObjectType
>
-
createGetObjectResponse
public javax.xml.bind.JAXBElement<GetObjectResponseType> createGetObjectResponse(GetObjectResponseType value)
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
GetObjectResponseType
>
-
createExecuteChanges
public javax.xml.bind.JAXBElement<ExecuteChangesType> createExecuteChanges(ExecuteChangesType value)
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
ExecuteChangesType
>
-
createExecuteChangesResponse
public javax.xml.bind.JAXBElement<ExecuteChangesResponseType> createExecuteChangesResponse(ExecuteChangesResponseType value)
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
ExecuteChangesResponseType
>
-
createSearchObjects
public javax.xml.bind.JAXBElement<SearchObjectsType> createSearchObjects(SearchObjectsType value)
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
SearchObjectsType
>
-
createSearchObjectsResponse
public javax.xml.bind.JAXBElement<SearchObjectsResponseType> createSearchObjectsResponse(SearchObjectsResponseType value)
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
SearchObjectsResponseType
>
-
createFindShadowOwner
public javax.xml.bind.JAXBElement<FindShadowOwnerType> createFindShadowOwner(FindShadowOwnerType value)
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
FindShadowOwnerType
>
-
createFindShadowOwnerResponse
public javax.xml.bind.JAXBElement<FindShadowOwnerResponseType> createFindShadowOwnerResponse(FindShadowOwnerResponseType value)
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
FindShadowOwnerResponseType
>
-
createTestResource
public javax.xml.bind.JAXBElement<TestResourceType> createTestResource(TestResourceType value)
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
TestResourceType
>
-
createTestResourceResponse
public javax.xml.bind.JAXBElement<TestResourceResponseType> createTestResourceResponse(TestResourceResponseType value)
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
TestResourceResponseType
>
-
createImportFromResource
public javax.xml.bind.JAXBElement<ImportFromResourceType> createImportFromResource(ImportFromResourceType value)
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
ImportFromResourceType
>
-
createImportFromResourceResponse
public javax.xml.bind.JAXBElement<ImportFromResourceResponseType> createImportFromResourceResponse(ImportFromResourceResponseType value)
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
ImportFromResourceResponseType
>
-
createNotifyChange
public javax.xml.bind.JAXBElement<NotifyChangeType> createNotifyChange(NotifyChangeType value)
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
NotifyChangeType
>
-
createNotifyChangeResponse
public javax.xml.bind.JAXBElement<NotifyChangeResponseType> createNotifyChangeResponse(NotifyChangeResponseType value)
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
NotifyChangeResponseType
>
-
createExecuteScripts
public javax.xml.bind.JAXBElement<ExecuteScriptsType> createExecuteScripts(ExecuteScriptsType value)
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
ExecuteScriptsType
>
-
createExecuteScriptsResponse
public javax.xml.bind.JAXBElement<ExecuteScriptsResponseType> createExecuteScriptsResponse(ExecuteScriptsResponseType value)
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
ExecuteScriptsResponseType
>
-
-