com.evolveum.prism.xml.ns._public.types_2
Class ObjectFactory

java.lang.Object
  extended by com.evolveum.prism.xml.ns._public.types_2.ObjectFactory
All Implemented Interfaces:
java.io.Serializable

public class ObjectFactory
extends java.lang.Object
implements java.io.Serializable

This object contains factory methods for each Java content interface and Java element interface generated in the com.evolveum.prism.xml.ns._public.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.

See Also:
Serialized Form

Constructor Summary
ObjectFactory()
          Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.evolveum.prism.xml.ns._public.types_2
 
Method Summary
 Extension createExtension()
          Create an instance of Extension
 ItemDeltaType createItemDeltaType()
          Create an instance of ItemDeltaType
 ItemDeltaType.Value createItemDeltaTypeValue()
          Create an instance of ItemDeltaType.Value
 javax.xml.bind.JAXBElement<ObjectDeltaType> createObjectDelta(ObjectDeltaType value)
          Create an instance of JAXBElement<ObjectDeltaType>}
 ObjectDeltaType createObjectDeltaType()
          Create an instance of ObjectDeltaType
 ObjectDeltaType.ObjectToAdd createObjectDeltaTypeObjectToAdd()
          Create an instance of ObjectDeltaType.ObjectToAdd
 ObjectReferenceType createObjectReferenceType()
          Create an instance of ObjectReferenceType
 ObjectReferenceType.Filter createObjectReferenceTypeFilter()
          Create an instance of ObjectReferenceType.Filter
 PolyStringType createPolyStringType()
          Create an instance of PolyStringType
 XPathType createXPathType()
          Create an instance of XPathType
 
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.prism.xml.ns._public.types_2

Method Detail

createObjectReferenceType

public ObjectReferenceType createObjectReferenceType()
Create an instance of ObjectReferenceType


createItemDeltaType

public ItemDeltaType createItemDeltaType()
Create an instance of ItemDeltaType


createObjectDeltaType

public ObjectDeltaType createObjectDeltaType()
Create an instance of ObjectDeltaType


createExtension

public Extension createExtension()
Create an instance of Extension


createPolyStringType

public PolyStringType createPolyStringType()
Create an instance of PolyStringType


createXPathType

public XPathType createXPathType()
Create an instance of XPathType


createObjectReferenceTypeFilter

public ObjectReferenceType.Filter createObjectReferenceTypeFilter()
Create an instance of ObjectReferenceType.Filter


createItemDeltaTypeValue

public ItemDeltaType.Value createItemDeltaTypeValue()
Create an instance of ItemDeltaType.Value


createObjectDeltaTypeObjectToAdd

public ObjectDeltaType.ObjectToAdd createObjectDeltaTypeObjectToAdd()
Create an instance of ObjectDeltaType.ObjectToAdd


createObjectDelta

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



Copyright © 2012 evolveum. All Rights Reserved.