fr.opensagres.xdocreport.remoting.resources.domain
Class ObjectFactory

java.lang.Object
  extended by fr.opensagres.xdocreport.remoting.resources.domain.ObjectFactory

public class ObjectFactory
extends Object

This object contains factory methods for each Java content interface and Java element interface generated in the fr.opensagres.xdocreport.remoting.resources.domain 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: fr.opensagres.xdocreport.remoting.resources.domain
 
Method Summary
 BinaryData createBinaryData()
          Create an instance of BinaryData
 JAXBElement<BinaryData> createBinaryData(BinaryData value)
          Create an instance of JAXBElement<BinaryData>}
 JAXBElement<BinaryData> createContent(BinaryData value)
          Create an instance of JAXBElement<BinaryData>}
 DownloadMultiple createDownloadMultiple()
          Create an instance of DownloadMultiple
 JAXBElement<DownloadMultiple> createDownloadMultiple(DownloadMultiple value)
          Create an instance of JAXBElement<DownloadMultiple>}
 DownloadMultipleResponse createDownloadMultipleResponse()
          Create an instance of DownloadMultipleResponse
 JAXBElement<DownloadMultipleResponse> createDownloadMultipleResponse(DownloadMultipleResponse value)
          Create an instance of JAXBElement<DownloadMultipleResponse>}
 Filter createFilter()
          Create an instance of Filter
 JAXBElement<Filter> createFilter(Filter value)
          Create an instance of JAXBElement<Filter>}
 JAXBElement<String> createParameters(String value)
          Create an instance of JAXBElement<String>}
 PropertyRepresentation createPropertyRepresentation()
          Create an instance of PropertyRepresentation
 Resource createResource()
          Create an instance of Resource
 JAXBElement<Resource> createResource(Resource value)
          Create an instance of JAXBElement<Resource>}
 JAXBElement<String> createResourceId(String value)
          Create an instance of JAXBElement<String>}
 
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: fr.opensagres.xdocreport.remoting.resources.domain

Method Detail

createBinaryData

public BinaryData createBinaryData()
Create an instance of BinaryData


createResource

public Resource createResource()
Create an instance of Resource


createDownloadMultipleResponse

public DownloadMultipleResponse createDownloadMultipleResponse()
Create an instance of DownloadMultipleResponse


createDownloadMultiple

public DownloadMultiple createDownloadMultiple()
Create an instance of DownloadMultiple


createFilter

public Filter createFilter()
Create an instance of Filter


createPropertyRepresentation

public PropertyRepresentation createPropertyRepresentation()
Create an instance of PropertyRepresentation


createContent

public JAXBElement<BinaryData> createContent(BinaryData value)
Create an instance of JAXBElement<BinaryData>}


createResourceId

public JAXBElement<String> createResourceId(String value)
Create an instance of JAXBElement<String>}


createBinaryData

public JAXBElement<BinaryData> createBinaryData(BinaryData value)
Create an instance of JAXBElement<BinaryData>}


createFilter

public JAXBElement<Filter> createFilter(Filter value)
Create an instance of JAXBElement<Filter>}


createResource

public JAXBElement<Resource> createResource(Resource value)
Create an instance of JAXBElement<Resource>}


createDownloadMultipleResponse

public JAXBElement<DownloadMultipleResponse> createDownloadMultipleResponse(DownloadMultipleResponse value)
Create an instance of JAXBElement<DownloadMultipleResponse>}


createDownloadMultiple

public JAXBElement<DownloadMultiple> createDownloadMultiple(DownloadMultiple value)
Create an instance of JAXBElement<DownloadMultiple>}


createParameters

public JAXBElement<String> createParameters(String value)
Create an instance of JAXBElement<String>}



Copyright © 2013. All rights reserved.