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
 javax.xml.bind.JAXBElement<BinaryData> createBinaryData(BinaryData value)
          Create an instance of JAXBElement<BinaryData>}
 javax.xml.bind.JAXBElement<BinaryData> createContent(BinaryData value)
          Create an instance of JAXBElement<BinaryData>}
 DownloadMultiple createDownloadMultiple()
          Create an instance of DownloadMultiple
 javax.xml.bind.JAXBElement<DownloadMultiple> createDownloadMultiple(DownloadMultiple value)
          Create an instance of JAXBElement<DownloadMultiple>}
 DownloadMultipleResponse createDownloadMultipleResponse()
          Create an instance of DownloadMultipleResponse
 javax.xml.bind.JAXBElement<DownloadMultipleResponse> createDownloadMultipleResponse(DownloadMultipleResponse value)
          Create an instance of JAXBElement<DownloadMultipleResponse>}
 Filter createFilter()
          Create an instance of Filter
 javax.xml.bind.JAXBElement<Filter> createFilter(Filter value)
          Create an instance of JAXBElement<Filter>}
 javax.xml.bind.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
 javax.xml.bind.JAXBElement<Resource> createResource(Resource value)
          Create an instance of JAXBElement<Resource>}
 javax.xml.bind.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 javax.xml.bind.JAXBElement<BinaryData> createContent(BinaryData value)
Create an instance of JAXBElement<BinaryData>}


createResourceId

public javax.xml.bind.JAXBElement<String> createResourceId(String value)
Create an instance of JAXBElement<String>}


createBinaryData

public javax.xml.bind.JAXBElement<BinaryData> createBinaryData(BinaryData value)
Create an instance of JAXBElement<BinaryData>}


createFilter

public javax.xml.bind.JAXBElement<Filter> createFilter(Filter value)
Create an instance of JAXBElement<Filter>}


createResource

public javax.xml.bind.JAXBElement<Resource> createResource(Resource value)
Create an instance of JAXBElement<Resource>}


createDownloadMultipleResponse

public javax.xml.bind.JAXBElement<DownloadMultipleResponse> createDownloadMultipleResponse(DownloadMultipleResponse value)
Create an instance of JAXBElement<DownloadMultipleResponse>}


createDownloadMultiple

public javax.xml.bind.JAXBElement<DownloadMultiple> createDownloadMultiple(DownloadMultiple value)
Create an instance of JAXBElement<DownloadMultiple>}


createParameters

public javax.xml.bind.JAXBElement<String> createParameters(String value)
Create an instance of JAXBElement<String>}



Copyright © 2014. All Rights Reserved.