public class ObjectFactory extends Object
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: org.nuxeo.ecm.platform.sync.webservices.generated
|
public ObjectFactory()
public DocumentSnapshot createDocumentSnapshot()
DocumentSnapshotpublic GetAvailableDocumentListResponse createGetAvailableDocumentListResponse()
GetAvailableDocumentListResponsepublic NuxeoSynchroTuple createNuxeoSynchroTuple()
NuxeoSynchroTuplepublic GetAvailableDocumentList createGetAvailableDocumentList()
GetAvailableDocumentListpublic GetQueryAvailableDocumentListWithQueryResponse createGetQueryAvailableDocumentListWithQueryResponse()
GetQueryAvailableDocumentListWithQueryResponsepublic DestroySession createDestroySession()
DestroySessionpublic GetAvailableDocumentListWithQueryResponse createGetAvailableDocumentListWithQueryResponse()
GetAvailableDocumentListWithQueryResponsepublic GetDocumentByIdWithoutBlob createGetDocumentByIdWithoutBlob()
GetDocumentByIdWithoutBlobpublic GetQueryAvailableDocumentListWithQuery createGetQueryAvailableDocumentListWithQuery()
GetQueryAvailableDocumentListWithQuerypublic GetDocumentByIdWithoutBlobResponse createGetDocumentByIdWithoutBlobResponse()
GetDocumentByIdWithoutBlobResponsepublic DestroySessionResponse createDestroySessionResponse()
DestroySessionResponsepublic ContextDataInfo createContextDataInfo()
ContextDataInfopublic GetQueryAvailableDocumentList createGetQueryAvailableDocumentList()
GetQueryAvailableDocumentListpublic FlagedDocumentSnapshot createFlagedDocumentSnapshot()
FlagedDocumentSnapshotpublic DocumentBlob createDocumentBlob()
DocumentBlobpublic ClientException createClientException()
ClientExceptionpublic DocumentProperty createDocumentProperty()
DocumentPropertypublic GetAvailableDocumentListWithQuery createGetAvailableDocumentListWithQuery()
GetAvailableDocumentListWithQuerypublic KeepAliveResponse createKeepAliveResponse()
KeepAliveResponsepublic GetQueryAvailableDocumentListResponse createGetQueryAvailableDocumentListResponse()
GetQueryAvailableDocumentListResponsepublic JAXBElement<GetQueryAvailableDocumentListWithQuery> createGetQueryAvailableDocumentListWithQuery(GetQueryAvailableDocumentListWithQuery value)
public JAXBElement<KeepAliveResponse> createKeepAliveResponse(KeepAliveResponse value)
public JAXBElement<KeepAlive> createKeepAlive(KeepAlive value)
public JAXBElement<DestroySessionResponse> createDestroySessionResponse(DestroySessionResponse value)
public JAXBElement<DestroySession> createDestroySession(DestroySession value)
public JAXBElement<GetAvailableDocumentListWithQuery> createGetAvailableDocumentListWithQuery(GetAvailableDocumentListWithQuery value)
public JAXBElement<GetDocumentByIdWithoutBlob> createGetDocumentByIdWithoutBlob(GetDocumentByIdWithoutBlob value)
public JAXBElement<GetDocumentByIdWithoutBlobResponse> createGetDocumentByIdWithoutBlobResponse(GetDocumentByIdWithoutBlobResponse value)
public JAXBElement<ClientException> createClientException(ClientException value)
public JAXBElement<GetQueryAvailableDocumentListResponse> createGetQueryAvailableDocumentListResponse(GetQueryAvailableDocumentListResponse value)
public JAXBElement<GetAvailableDocumentListWithQueryResponse> createGetAvailableDocumentListWithQueryResponse(GetAvailableDocumentListWithQueryResponse value)
public JAXBElement<GetAvailableDocumentList> createGetAvailableDocumentList(GetAvailableDocumentList value)
public JAXBElement<GetAvailableDocumentListResponse> createGetAvailableDocumentListResponse(GetAvailableDocumentListResponse value)
public JAXBElement<GetQueryAvailableDocumentListWithQueryResponse> createGetQueryAvailableDocumentListWithQueryResponse(GetQueryAvailableDocumentListWithQueryResponse value)
public JAXBElement<GetQueryAvailableDocumentList> createGetQueryAvailableDocumentList(GetQueryAvailableDocumentList value)
Copyright © 2011 Nuxeo SA. All Rights Reserved.