public class

ObjectFactory

extends Object
java.lang.Object
   ↳ com.emc.documentum.fs.services.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.services.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

Fields
private static final QName _CancelCheckoutResponse_QNAME
private static final QName _CancelCheckout_QNAME
private static final QName _CheckinResponse_QNAME
private static final QName _Checkin_QNAME
private static final QName _CheckoutResponse_QNAME
private static final QName _Checkout_QNAME
private static final QName _DeleteAllVersionsResponse_QNAME
private static final QName _DeleteAllVersions_QNAME
private static final QName _DeleteVersionResponse_QNAME
private static final QName _DeleteVersion_QNAME
private static final QName _GetCheckoutInfoResponse_QNAME
private static final QName _GetCheckoutInfo_QNAME
private static final QName _GetCurrentResponse_QNAME
private static final QName _GetCurrent_QNAME
private static final QName _GetVersionInfoResponse_QNAME
private static final QName _GetVersionInfo_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.services.core
Public Methods
JAXBElement<CancelCheckout> createCancelCheckout(CancelCheckout value)
Create an instance of JAXBElement<CancelCheckout>}
CancelCheckout createCancelCheckout()
Create an instance of CancelCheckout
JAXBElement<CancelCheckoutResponse> createCancelCheckoutResponse(CancelCheckoutResponse value)
Create an instance of JAXBElement<CancelCheckoutResponse>}
CancelCheckoutResponse createCancelCheckoutResponse()
Create an instance of CancelCheckoutResponse
JAXBElement<Checkin> createCheckin(Checkin value)
Create an instance of JAXBElement<Checkin>}
Checkin createCheckin()
Create an instance of Checkin
CheckinResponse createCheckinResponse()
Create an instance of CheckinResponse
JAXBElement<CheckinResponse> createCheckinResponse(CheckinResponse value)
Create an instance of JAXBElement<CheckinResponse>}
Checkout createCheckout()
Create an instance of Checkout
JAXBElement<Checkout> createCheckout(Checkout value)
Create an instance of JAXBElement<Checkout>}
CheckoutResponse createCheckoutResponse()
Create an instance of CheckoutResponse
JAXBElement<CheckoutResponse> createCheckoutResponse(CheckoutResponse value)
Create an instance of JAXBElement<CheckoutResponse>}
DeleteAllVersions createDeleteAllVersions()
Create an instance of DeleteAllVersions
JAXBElement<DeleteAllVersions> createDeleteAllVersions(DeleteAllVersions value)
Create an instance of JAXBElement<DeleteAllVersions>}
DeleteAllVersionsResponse createDeleteAllVersionsResponse()
Create an instance of DeleteAllVersionsResponse
JAXBElement<DeleteAllVersionsResponse> createDeleteAllVersionsResponse(DeleteAllVersionsResponse value)
Create an instance of JAXBElement<DeleteAllVersionsResponse>}
DeleteVersion createDeleteVersion()
Create an instance of DeleteVersion
JAXBElement<DeleteVersion> createDeleteVersion(DeleteVersion value)
Create an instance of JAXBElement<DeleteVersion>}
DeleteVersionResponse createDeleteVersionResponse()
Create an instance of DeleteVersionResponse
JAXBElement<DeleteVersionResponse> createDeleteVersionResponse(DeleteVersionResponse value)
Create an instance of JAXBElement<DeleteVersionResponse>}
JAXBElement<GetCheckoutInfo> createGetCheckoutInfo(GetCheckoutInfo value)
Create an instance of JAXBElement<GetCheckoutInfo>}
GetCheckoutInfo createGetCheckoutInfo()
Create an instance of GetCheckoutInfo
GetCheckoutInfoResponse createGetCheckoutInfoResponse()
Create an instance of GetCheckoutInfoResponse
JAXBElement<GetCheckoutInfoResponse> createGetCheckoutInfoResponse(GetCheckoutInfoResponse value)
Create an instance of JAXBElement<GetCheckoutInfoResponse>}
GetCurrent createGetCurrent()
Create an instance of GetCurrent
JAXBElement<GetCurrent> createGetCurrent(GetCurrent value)
Create an instance of JAXBElement<GetCurrent>}
JAXBElement<GetCurrentResponse> createGetCurrentResponse(GetCurrentResponse value)
Create an instance of JAXBElement<GetCurrentResponse>}
GetCurrentResponse createGetCurrentResponse()
Create an instance of GetCurrentResponse
GetVersionInfo createGetVersionInfo()
Create an instance of GetVersionInfo
JAXBElement<GetVersionInfo> createGetVersionInfo(GetVersionInfo value)
Create an instance of JAXBElement<GetVersionInfo>}
JAXBElement<GetVersionInfoResponse> createGetVersionInfoResponse(GetVersionInfoResponse value)
Create an instance of JAXBElement<GetVersionInfoResponse>}
GetVersionInfoResponse createGetVersionInfoResponse()
Create an instance of GetVersionInfoResponse
[Expand]
Inherited Methods
From class java.lang.Object

Fields

private static final QName _CancelCheckoutResponse_QNAME

private static final QName _CancelCheckout_QNAME

private static final QName _CheckinResponse_QNAME

private static final QName _Checkin_QNAME

private static final QName _CheckoutResponse_QNAME

private static final QName _Checkout_QNAME

private static final QName _DeleteAllVersionsResponse_QNAME

private static final QName _DeleteAllVersions_QNAME

private static final QName _DeleteVersionResponse_QNAME

private static final QName _DeleteVersion_QNAME

private static final QName _GetCheckoutInfoResponse_QNAME

private static final QName _GetCheckoutInfo_QNAME

private static final QName _GetCurrentResponse_QNAME

private static final QName _GetCurrent_QNAME

private static final QName _GetVersionInfoResponse_QNAME

private static final QName _GetVersionInfo_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.services.core

Public Methods

public JAXBElement<CancelCheckout> createCancelCheckout (CancelCheckout value)

Create an instance of JAXBElement<CancelCheckout>}

Parameters
value

public CancelCheckout createCancelCheckout ()

Create an instance of CancelCheckout

public JAXBElement<CancelCheckoutResponse> createCancelCheckoutResponse (CancelCheckoutResponse value)

Create an instance of JAXBElement<CancelCheckoutResponse>}

Parameters
value

public CancelCheckoutResponse createCancelCheckoutResponse ()

Create an instance of CancelCheckoutResponse

public JAXBElement<Checkin> createCheckin (Checkin value)

Create an instance of JAXBElement<Checkin>}

Parameters
value

public Checkin createCheckin ()

Create an instance of Checkin

public CheckinResponse createCheckinResponse ()

Create an instance of CheckinResponse

public JAXBElement<CheckinResponse> createCheckinResponse (CheckinResponse value)

Create an instance of JAXBElement<CheckinResponse>}

Parameters
value

public Checkout createCheckout ()

Create an instance of Checkout

public JAXBElement<Checkout> createCheckout (Checkout value)

Create an instance of JAXBElement<Checkout>}

Parameters
value

public CheckoutResponse createCheckoutResponse ()

Create an instance of CheckoutResponse

public JAXBElement<CheckoutResponse> createCheckoutResponse (CheckoutResponse value)

Create an instance of JAXBElement<CheckoutResponse>}

Parameters
value

public DeleteAllVersions createDeleteAllVersions ()

Create an instance of DeleteAllVersions

public JAXBElement<DeleteAllVersions> createDeleteAllVersions (DeleteAllVersions value)

Create an instance of JAXBElement<DeleteAllVersions>}

Parameters
value

public DeleteAllVersionsResponse createDeleteAllVersionsResponse ()

Create an instance of DeleteAllVersionsResponse

public JAXBElement<DeleteAllVersionsResponse> createDeleteAllVersionsResponse (DeleteAllVersionsResponse value)

Create an instance of JAXBElement<DeleteAllVersionsResponse>}

Parameters
value

public DeleteVersion createDeleteVersion ()

Create an instance of DeleteVersion

public JAXBElement<DeleteVersion> createDeleteVersion (DeleteVersion value)

Create an instance of JAXBElement<DeleteVersion>}

Parameters
value

public DeleteVersionResponse createDeleteVersionResponse ()

Create an instance of DeleteVersionResponse

public JAXBElement<DeleteVersionResponse> createDeleteVersionResponse (DeleteVersionResponse value)

Create an instance of JAXBElement<DeleteVersionResponse>}

Parameters
value

public JAXBElement<GetCheckoutInfo> createGetCheckoutInfo (GetCheckoutInfo value)

Create an instance of JAXBElement<GetCheckoutInfo>}

Parameters
value

public GetCheckoutInfo createGetCheckoutInfo ()

Create an instance of GetCheckoutInfo

public GetCheckoutInfoResponse createGetCheckoutInfoResponse ()

Create an instance of GetCheckoutInfoResponse

public JAXBElement<GetCheckoutInfoResponse> createGetCheckoutInfoResponse (GetCheckoutInfoResponse value)

Create an instance of JAXBElement<GetCheckoutInfoResponse>}

Parameters
value

public GetCurrent createGetCurrent ()

Create an instance of GetCurrent

public JAXBElement<GetCurrent> createGetCurrent (GetCurrent value)

Create an instance of JAXBElement<GetCurrent>}

Parameters
value

public JAXBElement<GetCurrentResponse> createGetCurrentResponse (GetCurrentResponse value)

Create an instance of JAXBElement<GetCurrentResponse>}

Parameters
value

public GetCurrentResponse createGetCurrentResponse ()

Create an instance of GetCurrentResponse

public GetVersionInfo createGetVersionInfo ()

Create an instance of GetVersionInfo

public JAXBElement<GetVersionInfo> createGetVersionInfo (GetVersionInfo value)

Create an instance of JAXBElement<GetVersionInfo>}

Parameters
value

public JAXBElement<GetVersionInfoResponse> createGetVersionInfoResponse (GetVersionInfoResponse value)

Create an instance of JAXBElement<GetVersionInfoResponse>}

Parameters
value

public GetVersionInfoResponse createGetVersionInfoResponse ()

Create an instance of GetVersionInfoResponse