public class

ObjectFactory

extends Object
java.lang.Object
   ↳ com.clarizen.api.files.ObjectFactory

Class Overview

This object contains factory methods for each Java content interface and Java element interface generated in the com.clarizen.api.files 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 _DownloadMessage_QNAME
private static final QName _DownloadResult_QNAME
private static final QName _FileInformation_QNAME
private static final QName _Storage_QNAME
private static final QName _UploadMessage_QNAME
Public Constructors
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.clarizen.api.files
Public Methods
DownloadMessage createDownloadMessage()
Create an instance of DownloadMessage
JAXBElement<DownloadMessage> createDownloadMessage(DownloadMessage value)
Create an instance of JAXBElement<DownloadMessage>}
DownloadResult createDownloadResult()
Create an instance of DownloadResult
JAXBElement<DownloadResult> createDownloadResult(DownloadResult value)
Create an instance of JAXBElement<DownloadResult>}
JAXBElement<FileInformation> createFileInformation(FileInformation value)
Create an instance of JAXBElement<FileInformation>}
FileInformation createFileInformation()
Create an instance of FileInformation
JAXBElement<Storage> createStorage(Storage value)
Create an instance of JAXBElement<Storage>}
UploadMessage createUploadMessage()
Create an instance of UploadMessage
JAXBElement<UploadMessage> createUploadMessage(UploadMessage value)
Create an instance of JAXBElement<UploadMessage>}
[Expand]
Inherited Methods
From class java.lang.Object

Fields

private static final QName _DownloadMessage_QNAME

private static final QName _DownloadResult_QNAME

private static final QName _FileInformation_QNAME

private static final QName _Storage_QNAME

private static final QName _UploadMessage_QNAME

Public Constructors

public ObjectFactory ()

Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.clarizen.api.files

Public Methods

public DownloadMessage createDownloadMessage ()

Create an instance of DownloadMessage

public JAXBElement<DownloadMessage> createDownloadMessage (DownloadMessage value)

Create an instance of JAXBElement<DownloadMessage>}

Parameters
value

public DownloadResult createDownloadResult ()

Create an instance of DownloadResult

public JAXBElement<DownloadResult> createDownloadResult (DownloadResult value)

Create an instance of JAXBElement<DownloadResult>}

Parameters
value

public JAXBElement<FileInformation> createFileInformation (FileInformation value)

Create an instance of JAXBElement<FileInformation>}

Parameters
value

public FileInformation createFileInformation ()

Create an instance of FileInformation

public JAXBElement<Storage> createStorage (Storage value)

Create an instance of JAXBElement<Storage>}

Parameters
value

public UploadMessage createUploadMessage ()

Create an instance of UploadMessage

public JAXBElement<UploadMessage> createUploadMessage (UploadMessage value)

Create an instance of JAXBElement<UploadMessage>}

Parameters
value