public class ObjectFactory extends Object implements Serializable
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.prism.xml.ns._public.types_2
|
Modifier and Type | Method and Description |
---|---|
Extension |
createExtension()
Create an instance of
Extension |
ItemDeltaType |
createItemDeltaType()
Create an instance of
ItemDeltaType |
ItemDeltaType.Value |
createItemDeltaTypeValue()
Create an instance of
ItemDeltaType.Value |
JAXBElement<ObjectDeltaType> |
createObjectDelta(ObjectDeltaType value)
|
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 |
public ObjectFactory()
public ObjectReferenceType createObjectReferenceType()
ObjectReferenceType
public ItemDeltaType createItemDeltaType()
ItemDeltaType
public ObjectDeltaType createObjectDeltaType()
ObjectDeltaType
public PolyStringType createPolyStringType()
PolyStringType
public ObjectReferenceType.Filter createObjectReferenceTypeFilter()
ObjectReferenceType.Filter
public ItemDeltaType.Value createItemDeltaTypeValue()
ItemDeltaType.Value
public ObjectDeltaType.ObjectToAdd createObjectDeltaTypeObjectToAdd()
ObjectDeltaType.ObjectToAdd
public JAXBElement<ObjectDeltaType> createObjectDelta(ObjectDeltaType value)
Copyright © 2013 evolveum. All rights reserved.