com.sap.caf.core.services.appsrv.doccontent

Class ObjectFactory

java.lang.Object
  extended by com.sap.caf.core.services.appsrv.doccontent.ObjectFactory

public class ObjectFactory
extends Object

This object contains factory methods for each Java content interface and Java element interface generated in the com.sap.caf.core.services.appsrv.doccontent 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.


Constructor Summary
ObjectFactory()
          Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.sap.caf.core.services.appsrv.doccontent
 
Method Summary
 AddRelatedObjectRid createAddRelatedObjectRid()
          Create an instance of AddRelatedObjectRid
 AddRelatedObjectRidResponse createAddRelatedObjectRidResponse()
          Create an instance of AddRelatedObjectRidResponse
 Checkin createCheckin()
          Create an instance of Checkin
 CheckinResponse createCheckinResponse()
          Create an instance of CheckinResponse
 Checkout createCheckout()
          Create an instance of Checkout
 CheckoutResponse createCheckoutResponse()
          Create an instance of CheckoutResponse
 CopyDocument createCopyDocument()
          Create an instance of CopyDocument
 CopyDocumentResponse createCopyDocumentResponse()
          Create an instance of CopyDocumentResponse
 DeleteVersion createDeleteVersion()
          Create an instance of DeleteVersion
 DeleteVersionResponse createDeleteVersionResponse()
          Create an instance of DeleteVersionResponse
 DisableDocumentVersioning createDisableDocumentVersioning()
          Create an instance of DisableDocumentVersioning
 DisableDocumentVersioningResponse createDisableDocumentVersioningResponse()
          Create an instance of DisableDocumentVersioningResponse
 EnableDocumentVersioning createEnableDocumentVersioning()
          Create an instance of EnableDocumentVersioning
 EnableDocumentVersioningResponse createEnableDocumentVersioningResponse()
          Create an instance of EnableDocumentVersioningResponse
 GetCurrentVersion createGetCurrentVersion()
          Create an instance of GetCurrentVersion
 GetCurrentVersionResponse createGetCurrentVersionResponse()
          Create an instance of GetCurrentVersionResponse
 GetDocumentVersion createGetDocumentVersion()
          Create an instance of GetDocumentVersion
 GetDocumentVersionResponse createGetDocumentVersionResponse()
          Create an instance of GetDocumentVersionResponse
 GetLockInfo createGetLockInfo()
          Create an instance of GetLockInfo
 GetLockInfoResponse createGetLockInfoResponse()
          Create an instance of GetLockInfoResponse
 GetRelatedObjectRids createGetRelatedObjectRids()
          Create an instance of GetRelatedObjectRids
 GetRelatedObjectRidsResponse createGetRelatedObjectRidsResponse()
          Create an instance of GetRelatedObjectRidsResponse
 GetVersionHistory createGetVersionHistory()
          Create an instance of GetVersionHistory
 GetVersionHistoryResponse createGetVersionHistoryResponse()
          Create an instance of GetVersionHistoryResponse
 IsAttached createIsAttached()
          Create an instance of IsAttached
 IsAttachedResponse createIsAttachedResponse()
          Create an instance of IsAttachedResponse
 IsDocumentLocked createIsDocumentLocked()
          Create an instance of IsDocumentLocked
 IsDocumentLockedResponse createIsDocumentLockedResponse()
          Create an instance of IsDocumentLockedResponse
 IsDocumentVersioned createIsDocumentVersioned()
          Create an instance of IsDocumentVersioned
 IsDocumentVersionedResponse createIsDocumentVersionedResponse()
          Create an instance of IsDocumentVersionedResponse
 LockDocument createLockDocument()
          Create an instance of LockDocument
 LockDocumentResponse createLockDocumentResponse()
          Create an instance of LockDocumentResponse
 ReadDocumentContent createReadDocumentContent()
          Create an instance of ReadDocumentContent
 ReadDocumentContentResponse createReadDocumentContentResponse()
          Create an instance of ReadDocumentContentResponse
 RelateDocument createRelateDocument()
          Create an instance of RelateDocument
 RelateDocumentResponse createRelateDocumentResponse()
          Create an instance of RelateDocumentResponse
 RemoveRelatedObjectRid createRemoveRelatedObjectRid()
          Create an instance of RemoveRelatedObjectRid
 RemoveRelatedObjectRidResponse createRemoveRelatedObjectRidResponse()
          Create an instance of RemoveRelatedObjectRidResponse
 SetAsCurrentVersion createSetAsCurrentVersion()
          Create an instance of SetAsCurrentVersion
 SetAsCurrentVersionResponse createSetAsCurrentVersionResponse()
          Create an instance of SetAsCurrentVersionResponse
 UnLockDocument createUnLockDocument()
          Create an instance of UnLockDocument
 UnLockDocumentResponse createUnLockDocumentResponse()
          Create an instance of UnLockDocumentResponse
 UnlockDocumentWithToken createUnlockDocumentWithToken()
          Create an instance of UnlockDocumentWithToken
 UnlockDocumentWithTokenResponse createUnlockDocumentWithTokenResponse()
          Create an instance of UnlockDocumentWithTokenResponse
 UploadDocument createUploadDocument()
          Create an instance of UploadDocument
 UploadDocumentResponse createUploadDocumentResponse()
          Create an instance of UploadDocumentResponse
 UploadDocumentWithType createUploadDocumentWithType()
          Create an instance of UploadDocumentWithType
 UploadDocumentWithTypeResponse createUploadDocumentWithTypeResponse()
          Create an instance of UploadDocumentWithTypeResponse
 UploadExtLink createUploadExtLink()
          Create an instance of UploadExtLink
 UploadExtLinkResponse createUploadExtLinkResponse()
          Create an instance of UploadExtLinkResponse
 
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.sap.caf.core.services.appsrv.doccontent

Method Detail

createGetLockInfoResponse

public GetLockInfoResponse createGetLockInfoResponse()
Create an instance of GetLockInfoResponse


createGetCurrentVersionResponse

public GetCurrentVersionResponse createGetCurrentVersionResponse()
Create an instance of GetCurrentVersionResponse


createReadDocumentContent

public ReadDocumentContent createReadDocumentContent()
Create an instance of ReadDocumentContent


createRelateDocumentResponse

public RelateDocumentResponse createRelateDocumentResponse()
Create an instance of RelateDocumentResponse


createGetVersionHistory

public GetVersionHistory createGetVersionHistory()
Create an instance of GetVersionHistory


createUploadDocumentWithType

public UploadDocumentWithType createUploadDocumentWithType()
Create an instance of UploadDocumentWithType


createUnLockDocumentResponse

public UnLockDocumentResponse createUnLockDocumentResponse()
Create an instance of UnLockDocumentResponse


createIsDocumentVersioned

public IsDocumentVersioned createIsDocumentVersioned()
Create an instance of IsDocumentVersioned


createIsDocumentLockedResponse

public IsDocumentLockedResponse createIsDocumentLockedResponse()
Create an instance of IsDocumentLockedResponse


createReadDocumentContentResponse

public ReadDocumentContentResponse createReadDocumentContentResponse()
Create an instance of ReadDocumentContentResponse


createGetVersionHistoryResponse

public GetVersionHistoryResponse createGetVersionHistoryResponse()
Create an instance of GetVersionHistoryResponse


createCheckout

public Checkout createCheckout()
Create an instance of Checkout


createDisableDocumentVersioningResponse

public DisableDocumentVersioningResponse createDisableDocumentVersioningResponse()
Create an instance of DisableDocumentVersioningResponse


createUploadExtLink

public UploadExtLink createUploadExtLink()
Create an instance of UploadExtLink


createUploadDocumentWithTypeResponse

public UploadDocumentWithTypeResponse createUploadDocumentWithTypeResponse()
Create an instance of UploadDocumentWithTypeResponse


createEnableDocumentVersioningResponse

public EnableDocumentVersioningResponse createEnableDocumentVersioningResponse()
Create an instance of EnableDocumentVersioningResponse


createCopyDocumentResponse

public CopyDocumentResponse createCopyDocumentResponse()
Create an instance of CopyDocumentResponse


createGetRelatedObjectRidsResponse

public GetRelatedObjectRidsResponse createGetRelatedObjectRidsResponse()
Create an instance of GetRelatedObjectRidsResponse


createAddRelatedObjectRid

public AddRelatedObjectRid createAddRelatedObjectRid()
Create an instance of AddRelatedObjectRid


createIsDocumentVersionedResponse

public IsDocumentVersionedResponse createIsDocumentVersionedResponse()
Create an instance of IsDocumentVersionedResponse


createRelateDocument

public RelateDocument createRelateDocument()
Create an instance of RelateDocument


createCheckinResponse

public CheckinResponse createCheckinResponse()
Create an instance of CheckinResponse


createUnlockDocumentWithToken

public UnlockDocumentWithToken createUnlockDocumentWithToken()
Create an instance of UnlockDocumentWithToken


createLockDocument

public LockDocument createLockDocument()
Create an instance of LockDocument


createSetAsCurrentVersionResponse

public SetAsCurrentVersionResponse createSetAsCurrentVersionResponse()
Create an instance of SetAsCurrentVersionResponse


createDeleteVersion

public DeleteVersion createDeleteVersion()
Create an instance of DeleteVersion


createCopyDocument

public CopyDocument createCopyDocument()
Create an instance of CopyDocument


createDeleteVersionResponse

public DeleteVersionResponse createDeleteVersionResponse()
Create an instance of DeleteVersionResponse


createGetRelatedObjectRids

public GetRelatedObjectRids createGetRelatedObjectRids()
Create an instance of GetRelatedObjectRids


createEnableDocumentVersioning

public EnableDocumentVersioning createEnableDocumentVersioning()
Create an instance of EnableDocumentVersioning


createSetAsCurrentVersion

public SetAsCurrentVersion createSetAsCurrentVersion()
Create an instance of SetAsCurrentVersion


createAddRelatedObjectRidResponse

public AddRelatedObjectRidResponse createAddRelatedObjectRidResponse()
Create an instance of AddRelatedObjectRidResponse


createGetLockInfo

public GetLockInfo createGetLockInfo()
Create an instance of GetLockInfo


createRemoveRelatedObjectRid

public RemoveRelatedObjectRid createRemoveRelatedObjectRid()
Create an instance of RemoveRelatedObjectRid


createUploadExtLinkResponse

public UploadExtLinkResponse createUploadExtLinkResponse()
Create an instance of UploadExtLinkResponse


createGetDocumentVersionResponse

public GetDocumentVersionResponse createGetDocumentVersionResponse()
Create an instance of GetDocumentVersionResponse


createIsAttachedResponse

public IsAttachedResponse createIsAttachedResponse()
Create an instance of IsAttachedResponse


createRemoveRelatedObjectRidResponse

public RemoveRelatedObjectRidResponse createRemoveRelatedObjectRidResponse()
Create an instance of RemoveRelatedObjectRidResponse


createDisableDocumentVersioning

public DisableDocumentVersioning createDisableDocumentVersioning()
Create an instance of DisableDocumentVersioning


createCheckin

public Checkin createCheckin()
Create an instance of Checkin


createIsDocumentLocked

public IsDocumentLocked createIsDocumentLocked()
Create an instance of IsDocumentLocked


createUploadDocumentResponse

public UploadDocumentResponse createUploadDocumentResponse()
Create an instance of UploadDocumentResponse


createCheckoutResponse

public CheckoutResponse createCheckoutResponse()
Create an instance of CheckoutResponse


createGetDocumentVersion

public GetDocumentVersion createGetDocumentVersion()
Create an instance of GetDocumentVersion


createGetCurrentVersion

public GetCurrentVersion createGetCurrentVersion()
Create an instance of GetCurrentVersion


createIsAttached

public IsAttached createIsAttached()
Create an instance of IsAttached


createUnlockDocumentWithTokenResponse

public UnlockDocumentWithTokenResponse createUnlockDocumentWithTokenResponse()
Create an instance of UnlockDocumentWithTokenResponse


createLockDocumentResponse

public LockDocumentResponse createLockDocumentResponse()
Create an instance of LockDocumentResponse


createUploadDocument

public UploadDocument createUploadDocument()
Create an instance of UploadDocument


createUnLockDocument

public UnLockDocument createUnLockDocument()
Create an instance of UnLockDocument

Access Rights

This class can be accessed from:


SC DC
[sap.com] CAF [sap.com] caf/core/ear


Copyright 2010 SAP AG Complete Copyright Notice