com.evolveum.midpoint.xml.ns._public.common.api_types_2
Class ObjectFactory

java.lang.Object
  extended by com.evolveum.midpoint.xml.ns._public.common.api_types_2.ObjectFactory

public class ObjectFactory
extends java.lang.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_2 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
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_2
 
Method Summary
 ImportOptionsType createImportOptionsType()
          Create an instance of ImportOptionsType
 ObjectListType createObjectListType()
          Create an instance of ObjectListType
 javax.xml.bind.JAXBElement<ObjectModificationType> createObjectModification(ObjectModificationType value)
          Create an instance of JAXBElement<ObjectModificationType>}
 ObjectModificationType createObjectModificationType()
          Create an instance of ObjectModificationType
 ObjectOperationOptionsType createObjectOperationOptionsType()
          Create an instance of ObjectOperationOptionsType
 ObjectSelectorType createObjectSelectorType()
          Create an instance of ObjectSelectorType
 OperationOptionsType createOperationOptionsType()
          Create an instance of OperationOptionsType
 PropertyReferenceListType createPropertyReferenceListType()
          Create an instance of PropertyReferenceListType
 ResourceObjectIdentificationType createResourceObjectIdentificationType()
          Create an instance of ResourceObjectIdentificationType
 ResourceObjectShadowListType createResourceObjectShadowListType()
          Create an instance of ResourceObjectShadowListType
 ResourceObjectType createResourceObjectType()
          Create an instance of ResourceObjectType
 UserListType createUserListType()
          Create an instance of UserListType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectFactory

public 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_2

Method Detail

createUserListType

public UserListType createUserListType()
Create an instance of UserListType


createResourceObjectShadowListType

public ResourceObjectShadowListType createResourceObjectShadowListType()
Create an instance of ResourceObjectShadowListType


createResourceObjectIdentificationType

public ResourceObjectIdentificationType createResourceObjectIdentificationType()
Create an instance of ResourceObjectIdentificationType


createObjectListType

public ObjectListType createObjectListType()
Create an instance of ObjectListType


createResourceObjectType

public ResourceObjectType createResourceObjectType()
Create an instance of ResourceObjectType


createPropertyReferenceListType

public PropertyReferenceListType createPropertyReferenceListType()
Create an instance of PropertyReferenceListType


createOperationOptionsType

public OperationOptionsType createOperationOptionsType()
Create an instance of OperationOptionsType


createImportOptionsType

public ImportOptionsType createImportOptionsType()
Create an instance of ImportOptionsType


createObjectSelectorType

public ObjectSelectorType createObjectSelectorType()
Create an instance of ObjectSelectorType


createObjectOperationOptionsType

public ObjectOperationOptionsType createObjectOperationOptionsType()
Create an instance of ObjectOperationOptionsType


createObjectModificationType

public ObjectModificationType createObjectModificationType()
Create an instance of ObjectModificationType


createObjectModification

public javax.xml.bind.JAXBElement<ObjectModificationType> createObjectModification(ObjectModificationType value)
Create an instance of JAXBElement<ObjectModificationType>}



Copyright © 2012 evolveum. All Rights Reserved.