java.lang.Object
com.genologics.ri.file.ObjectFactory
Factory class for creating instances of JAXB content classes defined in the
com.genologics.ri.file package.
This class is required by JAXB (Java Architecture for XML Binding) and provides factory methods for instantiating JAXB-managed classes and elements within this package. Each factory method constructs new instances of schema-derived classes that represent XML content structures.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new ObjectFactory that can be used to create new instances of schema-derived classes for package: com.genologics.ri.file. -
Method Summary
Modifier and TypeMethodDescriptionCreates a new instance ofClarityFileBatchFetchResult.Creates a JAXBElement wrapping aClarityFileBatchFetchResultinstance.Creates a new instance ofClarityFile.createFile(ClarityFile value) Creates a JAXBElement wrapping aClarityFileinstance.Creates a new instance ofFileLink.Creates a new instance ofClarityFiles.createFiles(ClarityFiles value) Creates a JAXBElement wrapping aClarityFilesinstance.
-
Constructor Details
-
ObjectFactory
public ObjectFactory()Creates a new ObjectFactory that can be used to create new instances of schema-derived classes for package: com.genologics.ri.file.
-
-
Method Details
-
createDetails
Creates a new instance ofClarityFileBatchFetchResult.- Returns:
- A new ClarityFileBatchFetchResult instance.
-
createFile
Creates a new instance ofClarityFile.- Returns:
- A new ClarityFile instance.
-
createFiles
Creates a new instance ofClarityFiles.- Returns:
- A new ClarityFiles instance.
-
createFileLink
Creates a new instance ofFileLink.- Returns:
- A new FileLink instance.
-
createDetails
Creates a JAXBElement wrapping aClarityFileBatchFetchResultinstance. This method is used by JAXB for marshalling/unmarshalling the details element.- Parameters:
value- The ClarityFileBatchFetchResult instance to wrap.- Returns:
- A JAXBElement containing the provided value.
-
createFile
Creates a JAXBElement wrapping aClarityFileinstance. This method is used by JAXB for marshalling/unmarshalling the file element.- Parameters:
value- The ClarityFile instance to wrap.- Returns:
- A JAXBElement containing the provided value.
-
createFiles
Creates a JAXBElement wrapping aClarityFilesinstance. This method is used by JAXB for marshalling/unmarshalling the files element.- Parameters:
value- The ClarityFiles instance to wrap.- Returns:
- A JAXBElement containing the provided value.
-