public class

ObjectFactory

extends Object
java.lang.Object
   ↳ com.emc.documentum.fs.rt.ObjectFactory

Class Overview

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

Fields
private static final QName _SerializableException_QNAME
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.rt
Public Methods
DfsAttributeHolder createDfsAttributeHolder()
Create an instance of DfsAttributeHolder
DfsExceptionHolder createDfsExceptionHolder()
Create an instance of DfsExceptionHolder
JAXBElement<SerializableException> createSerializableException(SerializableException value)
Create an instance of JAXBElement<SerializableException>}
SerializableException createSerializableException()
Create an instance of SerializableException
StackTraceHolder createStackTraceHolder()
Create an instance of StackTraceHolder
[Expand]
Inherited Methods
From class java.lang.Object

Fields

private static final QName _SerializableException_QNAME

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.rt

Public Methods

public DfsAttributeHolder createDfsAttributeHolder ()

Create an instance of DfsAttributeHolder

public DfsExceptionHolder createDfsExceptionHolder ()

Create an instance of DfsExceptionHolder

public JAXBElement<SerializableException> createSerializableException (SerializableException value)

Create an instance of JAXBElement<SerializableException>}

Parameters
value

public SerializableException createSerializableException ()

Create an instance of SerializableException

public StackTraceHolder createStackTraceHolder ()

Create an instance of StackTraceHolder