Class ObjectFactory
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.api_types_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.common.api_types_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.common.api_types_3
-
Method Summary
-
-
-
Method Detail
-
createObjectModificationType
public ObjectModificationType createObjectModificationType()
Create an instance ofObjectModificationType
-
createObjectListType
public ObjectListType createObjectListType()
Create an instance ofObjectListType
-
createExecuteScriptResponseType
public ExecuteScriptResponseType createExecuteScriptResponseType()
Create an instance ofExecuteScriptResponseType
-
createPolicyItemsDefinitionType
public PolicyItemsDefinitionType createPolicyItemsDefinitionType()
Create an instance ofPolicyItemsDefinitionType
-
createPolicyItemDefinitionType
public PolicyItemDefinitionType createPolicyItemDefinitionType()
Create an instance ofPolicyItemDefinitionType
-
createPolicyItemTargetType
public PolicyItemTargetType createPolicyItemTargetType()
Create an instance ofPolicyItemTargetType
-
createExecuteCredentialResetRequestType
public ExecuteCredentialResetRequestType createExecuteCredentialResetRequestType()
Create an instance ofExecuteCredentialResetRequestType
-
createExecuteCredentialResetResponseType
public ExecuteCredentialResetResponseType createExecuteCredentialResetResponseType()
Create an instance ofExecuteCredentialResetResponseType
-
createTerminateSessionEventType
public TerminateSessionEventType createTerminateSessionEventType()
Create an instance ofTerminateSessionEventType
-
createUserSessionManagementListType
public UserSessionManagementListType createUserSessionManagementListType()
Create an instance ofUserSessionManagementListType
-
createUserSessionManagementType
public UserSessionManagementType createUserSessionManagementType()
Create an instance ofUserSessionManagementType
-
createResourceObjectShadowListType
public ResourceObjectShadowListType createResourceObjectShadowListType()
Create an instance ofResourceObjectShadowListType
-
createUserListType
public UserListType createUserListType()
Create an instance ofUserListType
-
createResourceObjectType
public ResourceObjectType createResourceObjectType()
Create an instance ofResourceObjectType
-
createResourceObjectIdentificationType
public ResourceObjectIdentificationType createResourceObjectIdentificationType()
Create an instance ofResourceObjectIdentificationType
-
createPropertyReferenceListType
public PropertyReferenceListType createPropertyReferenceListType()
Create an instance ofPropertyReferenceListType
-
createXmlScriptsType
public XmlScriptsType createXmlScriptsType()
Create an instance ofXmlScriptsType
-
createScriptOutputsType
public ScriptOutputsType createScriptOutputsType()
Create an instance ofScriptOutputsType
-
createSingleScriptOutputType
public SingleScriptOutputType createSingleScriptOutputType()
Create an instance ofSingleScriptOutputType
-
createExecuteScriptsOptionsType
public ExecuteScriptsOptionsType createExecuteScriptsOptionsType()
Create an instance ofExecuteScriptsOptionsType
-
createObjectDeltaListType
public ObjectDeltaListType createObjectDeltaListType()
Create an instance ofObjectDeltaListType
-
createObjectDeltaOperationListType
public ObjectDeltaOperationListType createObjectDeltaOperationListType()
Create an instance ofObjectDeltaOperationListType
-
createCompareResultType
public CompareResultType createCompareResultType()
Create an instance ofCompareResultType
-
createObjectModification
public javax.xml.bind.JAXBElement<ObjectModificationType> createObjectModification(ObjectModificationType value)
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
ObjectModificationType
>
-
createObjectList
public javax.xml.bind.JAXBElement<ObjectListType> createObjectList(ObjectListType value)
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
ObjectListType
>
-
createExecuteScriptResponse
public javax.xml.bind.JAXBElement<ExecuteScriptResponseType> createExecuteScriptResponse(ExecuteScriptResponseType value)
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
ExecuteScriptResponseType
>
-
createPolicyItemsDefinition
public javax.xml.bind.JAXBElement<PolicyItemsDefinitionType> createPolicyItemsDefinition(PolicyItemsDefinitionType value)
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
PolicyItemsDefinitionType
>
-
createPolicyItemDefinition
public javax.xml.bind.JAXBElement<PolicyItemDefinitionType> createPolicyItemDefinition(PolicyItemDefinitionType value)
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
PolicyItemDefinitionType
>
-
createPolicyItemTarget
public javax.xml.bind.JAXBElement<PolicyItemTargetType> createPolicyItemTarget(PolicyItemTargetType value)
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
PolicyItemTargetType
>
-
createExecuteCredentialResetRequest
public javax.xml.bind.JAXBElement<ExecuteCredentialResetRequestType> createExecuteCredentialResetRequest(ExecuteCredentialResetRequestType value)
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
ExecuteCredentialResetRequestType
>
-
createExecuteCredentialResetResponse
public javax.xml.bind.JAXBElement<ExecuteCredentialResetResponseType> createExecuteCredentialResetResponse(ExecuteCredentialResetResponseType value)
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
ExecuteCredentialResetResponseType
>
-
createTerminateSessionEvent
public javax.xml.bind.JAXBElement<TerminateSessionEventType> createTerminateSessionEvent(TerminateSessionEventType value)
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
TerminateSessionEventType
>
-
createSessionManagement
public javax.xml.bind.JAXBElement<UserSessionManagementListType> createSessionManagement(UserSessionManagementListType value)
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
UserSessionManagementListType
>
-
createUserSessionManagement
public javax.xml.bind.JAXBElement<UserSessionManagementType> createUserSessionManagement(UserSessionManagementType value)
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
UserSessionManagementType
>
-
-