public class

ObjectFactory

extends Object
java.lang.Object
   ↳ com.emc.documentum.fs.datamodel.core.ObjectFactory

Class Overview

This object contains factory methods for each Java content interface and Java element interface generated in the com.emc.documentum.fs.datamodel.core 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.

Summary

Public Constructors
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.emc.documentum.fs.datamodel.core
Public Methods
Aspect createAspect()
Create an instance of Aspect
CheckoutInfo createCheckoutInfo()
Create an instance of CheckoutInfo
CompositeObjectId createCompositeObjectId()
Create an instance of CompositeObjectId
DataObject createDataObject()
Create an instance of DataObject
DataPackage createDataPackage()
Create an instance of DataPackage
ObjectId createObjectId()
Create an instance of ObjectId
ObjectIdentity createObjectIdentity()
Create an instance of ObjectIdentity
ObjectIdentitySet createObjectIdentitySet()
Create an instance of ObjectIdentitySet
ObjectKey createObjectKey()
Create an instance of ObjectKey
ObjectPath createObjectPath()
Create an instance of ObjectPath
ObjectRelationship createObjectRelationship()
Create an instance of ObjectRelationship
OperationOptions createOperationOptions()
Create an instance of OperationOptions
Permission createPermission()
Create an instance of Permission
Qualification createQualification()
Create an instance of Qualification
ReferenceRelationship createReferenceRelationship()
Create an instance of ReferenceRelationship
RichText createRichText()
Create an instance of RichText
VersionInfo createVersionInfo()
Create an instance of VersionInfo
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public ObjectFactory ()

Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.emc.documentum.fs.datamodel.core

Public Methods

public Aspect createAspect ()

Create an instance of Aspect

public CheckoutInfo createCheckoutInfo ()

Create an instance of CheckoutInfo

public CompositeObjectId createCompositeObjectId ()

Create an instance of CompositeObjectId

public DataObject createDataObject ()

Create an instance of DataObject

public DataPackage createDataPackage ()

Create an instance of DataPackage

public ObjectId createObjectId ()

Create an instance of ObjectId

public ObjectIdentity createObjectIdentity ()

Create an instance of ObjectIdentity

public ObjectIdentitySet createObjectIdentitySet ()

Create an instance of ObjectIdentitySet

public ObjectKey createObjectKey ()

Create an instance of ObjectKey

public ObjectPath createObjectPath ()

Create an instance of ObjectPath

public ObjectRelationship createObjectRelationship ()

Create an instance of ObjectRelationship

public OperationOptions createOperationOptions ()

Create an instance of OperationOptions

public Permission createPermission ()

Create an instance of Permission

public Qualification createQualification ()

Create an instance of Qualification

public ReferenceRelationship createReferenceRelationship ()

Create an instance of ReferenceRelationship

public RichText createRichText ()

Create an instance of RichText

public VersionInfo createVersionInfo ()

Create an instance of VersionInfo