edu.berkeley.guir.papier_mache.serialization
Class ObjectFactory

java.lang.Object
  extended by javax.xml.bind.JAXBContext
      extended by edu.berkeley.guir.papier_mache.serialization.impl.runtime.DefaultJAXBContextImpl
          extended by edu.berkeley.guir.papier_mache.serialization.ObjectFactory

public class ObjectFactory
extends edu.berkeley.guir.papier_mache.serialization.impl.runtime.DefaultJAXBContextImpl

This object contains factory methods for each Java content interface and Java element interface generated in the edu.berkeley.guir.papier_mache.serialization 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.


Field Summary
static edu.berkeley.guir.papier_mache.serialization.impl.runtime.GrammarInfo grammarInfo
           
static java.lang.Class version
           
 
Fields inherited from class javax.xml.bind.JAXBContext
JAXB_CONTEXT_FACTORY
 
Constructor Summary
ObjectFactory()
          Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: edu.berkeley.guir.papier_mache.serialization
 
Method Summary
 AnyType createAnyType()
          Create an instance of AnyType
 Application createApplication()
          Create an instance of Application
 CameraImageInputData createCameraImageInputData()
          Create an instance of CameraImageInputData
 CameraImageInputDataType createCameraImageInputDataType()
          Create an instance of CameraImageInputDataType
 FilesImageInputData createFilesImageInputData()
          Create an instance of FilesImageInputData
 FilesImageInputDataType createFilesImageInputDataType()
          Create an instance of FilesImageInputDataType
 ImageInputDeviceData createImageInputDeviceData()
          Create an instance of ImageInputDeviceData
 InputDeviceData createInputDeviceData()
          Create an instance of InputDeviceData
 RFIDInputDeviceData createRFIDInputDeviceData()
          Create an instance of RFIDInputDeviceData
 Root createRoot()
          Create an instance of Root
 Root.ClassifierMapType createRootClassifierMapType()
          Create an instance of RootClassifierMapType
 Root.ClassifierMapType.MapEntry createRootClassifierMapTypeMapEntry()
          Create an instance of RootClassifierMapTypeMapEntry
 Root.ClassifierMapType.MapEntryType createRootClassifierMapTypeMapEntryType()
          Create an instance of RootClassifierMapTypeMapEntryType
 Root.ClassifierMapType.MapEntryType.FactoryParam createRootClassifierMapTypeMapEntryTypeFactoryParam()
          Create an instance of RootClassifierMapTypeMapEntryTypeFactoryParam
 Root.ClassifierMapType.MapEntryType.FactoryParamType createRootClassifierMapTypeMapEntryTypeFactoryParamType()
          Create an instance of RootClassifierMapTypeMapEntryTypeFactoryParamType
 Root.ClassifiersType createRootClassifiersType()
          Create an instance of RootClassifiersType
 Root.ClassifiersType.Classifier createRootClassifiersTypeClassifier()
          Create an instance of RootClassifiersTypeClassifier
 Root.ClassifiersType.ClassifierType createRootClassifiersTypeClassifierType()
          Create an instance of RootClassifiersTypeClassifierType
 Root.ClassifiersType.ClassifierType.ClassifierParam createRootClassifiersTypeClassifierTypeClassifierParam()
          Create an instance of RootClassifiersTypeClassifierTypeClassifierParam
 Root.ClassifiersType.ClassifierType.ClassifierParamType createRootClassifiersTypeClassifierTypeClassifierParamType()
          Create an instance of RootClassifiersTypeClassifierTypeClassifierParamType
 Root.InputDevicesType createRootInputDevicesType()
          Create an instance of RootInputDevicesType
 Root.PhobProducersType createRootPhobProducersType()
          Create an instance of RootPhobProducersType
 Root.PhobProducersType.BarcodePhobProducer createRootPhobProducersTypeBarcodePhobProducer()
          Create an instance of RootPhobProducersTypeBarcodePhobProducer
 Root.PhobProducersType.BarcodePhobProducerType createRootPhobProducersTypeBarcodePhobProducerType()
          Create an instance of RootPhobProducersTypeBarcodePhobProducerType
 Root.PhobProducersType.RFIDPhobProducer createRootPhobProducersTypeRFIDPhobProducer()
          Create an instance of RootPhobProducersTypeRFIDPhobProducer
 Root.PhobProducersType.RFIDPhobProducerType createRootPhobProducersTypeRFIDPhobProducerType()
          Create an instance of RootPhobProducersTypeRFIDPhobProducerType
 Root.PhobProducersType.VisionPhobProducer createRootPhobProducersTypeVisionPhobProducer()
          Create an instance of RootPhobProducersTypeVisionPhobProducer
 Root.PhobProducersType.VisionPhobProducerType createRootPhobProducersTypeVisionPhobProducerType()
          Create an instance of RootPhobProducersTypeVisionPhobProducerType
 TWAINImageInputData createTWAINImageInputData()
          Create an instance of TWAINImageInputData
 java.lang.Object getProperty(java.lang.String name)
          Get the specified property.
 java.lang.Object newInstance(java.lang.Class javaContentInterface)
          Create an instance of the specified Java content interface.
 void setProperty(java.lang.String name, java.lang.Object value)
          Set the specified property.
 
Methods inherited from class edu.berkeley.guir.papier_mache.serialization.impl.runtime.DefaultJAXBContextImpl
createMarshaller, createUnmarshaller, createValidator, getGrammar, getGrammarInfo
 
Methods inherited from class javax.xml.bind.JAXBContext
newInstance, newInstance
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

grammarInfo

public static final edu.berkeley.guir.papier_mache.serialization.impl.runtime.GrammarInfo grammarInfo

version

public static final java.lang.Class version
Constructor Detail

ObjectFactory

public ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: edu.berkeley.guir.papier_mache.serialization

Method Detail

newInstance

public java.lang.Object newInstance(java.lang.Class javaContentInterface)
                             throws javax.xml.bind.JAXBException
Create an instance of the specified Java content interface.

Overrides:
newInstance in class edu.berkeley.guir.papier_mache.serialization.impl.runtime.DefaultJAXBContextImpl
Parameters:
javaContentInterface - the Class object of the javacontent interface to instantiate
Returns:
a new instance
Throws:
JAXBException - if an error occurs

getProperty

public java.lang.Object getProperty(java.lang.String name)
                             throws javax.xml.bind.PropertyException
Get the specified property. This method can only be used to get provider specific properties. Attempting to get an undefined property will result in a PropertyException being thrown.

Overrides:
getProperty in class edu.berkeley.guir.papier_mache.serialization.impl.runtime.DefaultJAXBContextImpl
Parameters:
name - the name of the property to retrieve
Returns:
the value of the requested property
Throws:
PropertyException - when there is an error retrieving the given property or value

setProperty

public void setProperty(java.lang.String name,
                        java.lang.Object value)
                 throws javax.xml.bind.PropertyException
Set the specified property. This method can only be used to set provider specific properties. Attempting to set an undefined property will result in a PropertyException being thrown.

Overrides:
setProperty in class edu.berkeley.guir.papier_mache.serialization.impl.runtime.DefaultJAXBContextImpl
Parameters:
value - the value of the property to be set
name - the name of the property to retrieve
Throws:
PropertyException - when there is an error processing the given property or value

createRFIDInputDeviceData

public RFIDInputDeviceData createRFIDInputDeviceData()
                                              throws javax.xml.bind.JAXBException
Create an instance of RFIDInputDeviceData

Throws:
JAXBException - if an error occurs

createImageInputDeviceData

public ImageInputDeviceData createImageInputDeviceData()
                                                throws javax.xml.bind.JAXBException
Create an instance of ImageInputDeviceData

Throws:
JAXBException - if an error occurs

createRootClassifierMapType

public Root.ClassifierMapType createRootClassifierMapType()
                                                   throws javax.xml.bind.JAXBException
Create an instance of RootClassifierMapType

Throws:
JAXBException - if an error occurs

createCameraImageInputData

public CameraImageInputData createCameraImageInputData()
                                                throws javax.xml.bind.JAXBException
Create an instance of CameraImageInputData

Throws:
JAXBException - if an error occurs

createCameraImageInputDataType

public CameraImageInputDataType createCameraImageInputDataType()
                                                        throws javax.xml.bind.JAXBException
Create an instance of CameraImageInputDataType

Throws:
JAXBException - if an error occurs

createFilesImageInputDataType

public FilesImageInputDataType createFilesImageInputDataType()
                                                      throws javax.xml.bind.JAXBException
Create an instance of FilesImageInputDataType

Throws:
JAXBException - if an error occurs

createRootPhobProducersTypeVisionPhobProducerType

public Root.PhobProducersType.VisionPhobProducerType createRootPhobProducersTypeVisionPhobProducerType()
                                                                                                throws javax.xml.bind.JAXBException
Create an instance of RootPhobProducersTypeVisionPhobProducerType

Throws:
JAXBException - if an error occurs

createRootClassifierMapTypeMapEntry

public Root.ClassifierMapType.MapEntry createRootClassifierMapTypeMapEntry()
                                                                    throws javax.xml.bind.JAXBException
Create an instance of RootClassifierMapTypeMapEntry

Throws:
JAXBException - if an error occurs

createRootPhobProducersTypeRFIDPhobProducerType

public Root.PhobProducersType.RFIDPhobProducerType createRootPhobProducersTypeRFIDPhobProducerType()
                                                                                            throws javax.xml.bind.JAXBException
Create an instance of RootPhobProducersTypeRFIDPhobProducerType

Throws:
JAXBException - if an error occurs

createRootClassifierMapTypeMapEntryTypeFactoryParam

public Root.ClassifierMapType.MapEntryType.FactoryParam createRootClassifierMapTypeMapEntryTypeFactoryParam()
                                                                                                     throws javax.xml.bind.JAXBException
Create an instance of RootClassifierMapTypeMapEntryTypeFactoryParam

Throws:
JAXBException - if an error occurs

createRootClassifiersTypeClassifier

public Root.ClassifiersType.Classifier createRootClassifiersTypeClassifier()
                                                                    throws javax.xml.bind.JAXBException
Create an instance of RootClassifiersTypeClassifier

Throws:
JAXBException - if an error occurs

createInputDeviceData

public InputDeviceData createInputDeviceData()
                                      throws javax.xml.bind.JAXBException
Create an instance of InputDeviceData

Throws:
JAXBException - if an error occurs

createRootClassifiersTypeClassifierTypeClassifierParamType

public Root.ClassifiersType.ClassifierType.ClassifierParamType createRootClassifiersTypeClassifierTypeClassifierParamType()
                                                                                                                   throws javax.xml.bind.JAXBException
Create an instance of RootClassifiersTypeClassifierTypeClassifierParamType

Throws:
JAXBException - if an error occurs

createRootClassifierMapTypeMapEntryTypeFactoryParamType

public Root.ClassifierMapType.MapEntryType.FactoryParamType createRootClassifierMapTypeMapEntryTypeFactoryParamType()
                                                                                                             throws javax.xml.bind.JAXBException
Create an instance of RootClassifierMapTypeMapEntryTypeFactoryParamType

Throws:
JAXBException - if an error occurs

createAnyType

public AnyType createAnyType()
                      throws javax.xml.bind.JAXBException
Create an instance of AnyType

Throws:
JAXBException - if an error occurs

createRootClassifierMapTypeMapEntryType

public Root.ClassifierMapType.MapEntryType createRootClassifierMapTypeMapEntryType()
                                                                            throws javax.xml.bind.JAXBException
Create an instance of RootClassifierMapTypeMapEntryType

Throws:
JAXBException - if an error occurs

createRootPhobProducersTypeVisionPhobProducer

public Root.PhobProducersType.VisionPhobProducer createRootPhobProducersTypeVisionPhobProducer()
                                                                                        throws javax.xml.bind.JAXBException
Create an instance of RootPhobProducersTypeVisionPhobProducer

Throws:
JAXBException - if an error occurs

createRootPhobProducersType

public Root.PhobProducersType createRootPhobProducersType()
                                                   throws javax.xml.bind.JAXBException
Create an instance of RootPhobProducersType

Throws:
JAXBException - if an error occurs

createRootClassifiersType

public Root.ClassifiersType createRootClassifiersType()
                                               throws javax.xml.bind.JAXBException
Create an instance of RootClassifiersType

Throws:
JAXBException - if an error occurs

createRootClassifiersTypeClassifierType

public Root.ClassifiersType.ClassifierType createRootClassifiersTypeClassifierType()
                                                                            throws javax.xml.bind.JAXBException
Create an instance of RootClassifiersTypeClassifierType

Throws:
JAXBException - if an error occurs

createRootPhobProducersTypeBarcodePhobProducer

public Root.PhobProducersType.BarcodePhobProducer createRootPhobProducersTypeBarcodePhobProducer()
                                                                                          throws javax.xml.bind.JAXBException
Create an instance of RootPhobProducersTypeBarcodePhobProducer

Throws:
JAXBException - if an error occurs

createRoot

public Root createRoot()
                throws javax.xml.bind.JAXBException
Create an instance of Root

Throws:
JAXBException - if an error occurs

createApplication

public Application createApplication()
                              throws javax.xml.bind.JAXBException
Create an instance of Application

Throws:
JAXBException - if an error occurs

createTWAINImageInputData

public TWAINImageInputData createTWAINImageInputData()
                                              throws javax.xml.bind.JAXBException
Create an instance of TWAINImageInputData

Throws:
JAXBException - if an error occurs

createFilesImageInputData

public FilesImageInputData createFilesImageInputData()
                                              throws javax.xml.bind.JAXBException
Create an instance of FilesImageInputData

Throws:
JAXBException - if an error occurs

createRootInputDevicesType

public Root.InputDevicesType createRootInputDevicesType()
                                                 throws javax.xml.bind.JAXBException
Create an instance of RootInputDevicesType

Throws:
JAXBException - if an error occurs

createRootPhobProducersTypeRFIDPhobProducer

public Root.PhobProducersType.RFIDPhobProducer createRootPhobProducersTypeRFIDPhobProducer()
                                                                                    throws javax.xml.bind.JAXBException
Create an instance of RootPhobProducersTypeRFIDPhobProducer

Throws:
JAXBException - if an error occurs

createRootPhobProducersTypeBarcodePhobProducerType

public Root.PhobProducersType.BarcodePhobProducerType createRootPhobProducersTypeBarcodePhobProducerType()
                                                                                                  throws javax.xml.bind.JAXBException
Create an instance of RootPhobProducersTypeBarcodePhobProducerType

Throws:
JAXBException - if an error occurs

createRootClassifiersTypeClassifierTypeClassifierParam

public Root.ClassifiersType.ClassifierType.ClassifierParam createRootClassifiersTypeClassifierTypeClassifierParam()
                                                                                                           throws javax.xml.bind.JAXBException
Create an instance of RootClassifiersTypeClassifierTypeClassifierParam

Throws:
JAXBException - if an error occurs