public class ObjectFactory extends Object
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 and Description |
|---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: gr.uoa.di.driver.queryResultsHashResource.xml
|
| Modifier and Type | Method and Description |
|---|---|
BODYType |
createBODYType()
Create an instance of
BODYType |
DATEOFCREATIONType |
createDATEOFCREATIONType()
Create an instance of
DATEOFCREATIONType |
HEADERType |
createHEADERType()
Create an instance of
HEADERType |
QUERYRESULTSType |
createQUERYRESULTSType()
Create an instance of
QUERYRESULTSType |
RESOURCEIDENTIFIERType |
createRESOURCEIDENTIFIERType()
Create an instance of
RESOURCEIDENTIFIERType |
RESOURCEKINDType |
createRESOURCEKINDType()
Create an instance of
RESOURCEKINDType |
RESOURCEPROFILE |
createRESOURCEPROFILE()
Create an instance of
RESOURCEPROFILE |
RESOURCETYPEType |
createRESOURCETYPEType()
Create an instance of
RESOURCETYPEType |
RESOURCEURIType |
createRESOURCEURIType()
Create an instance of
RESOURCEURIType |
public ObjectFactory()
public RESOURCEURIType createRESOURCEURIType()
RESOURCEURITypepublic DATEOFCREATIONType createDATEOFCREATIONType()
DATEOFCREATIONTypepublic RESOURCETYPEType createRESOURCETYPEType()
RESOURCETYPETypepublic QUERYRESULTSType createQUERYRESULTSType()
QUERYRESULTSTypepublic HEADERType createHEADERType()
HEADERTypepublic RESOURCEKINDType createRESOURCEKINDType()
RESOURCEKINDTypepublic RESOURCEIDENTIFIERType createRESOURCEIDENTIFIERType()
RESOURCEIDENTIFIERTypepublic RESOURCEPROFILE createRESOURCEPROFILE()
RESOURCEPROFILECopyright © 2019. All rights reserved.