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: uk.icat3.client
|
public ObjectFactory()
public InvestigationType createInvestigationType()
InvestigationType
public Application createApplication()
Application
public GetKeywordsForUserMaxResponse createGetKeywordsForUserMaxResponse()
GetKeywordsForUserMaxResponse
public FacilityCycle createFacilityCycle()
FacilityCycle
public GetKeywordsForUserResponse createGetKeywordsForUserResponse()
GetKeywordsForUserResponse
public InstrumentScientist createInstrumentScientist()
InstrumentScientist
public InvestigationUser createInvestigationUser()
InvestigationUser
public RelatedDatafile createRelatedDatafile()
RelatedDatafile
public GetKeywordsForUserMax createGetKeywordsForUserMax()
GetKeywordsForUserMax
public PermissibleStringValue createPermissibleStringValue()
PermissibleStringValue
public SearchByKeywordsResponse createSearchByKeywordsResponse()
SearchByKeywordsResponse
public OutputDatafile createOutputDatafile()
OutputDatafile
public GetKeywordsForUser createGetKeywordsForUser()
GetKeywordsForUser
public DatafileParameter createDatafileParameter()
DatafileParameter
public ParameterType createParameterType()
ParameterType
public StudyInvestigation createStudyInvestigation()
StudyInvestigation
public Instrument createInstrument()
Instrument
public OutputDataset createOutputDataset()
OutputDataset
public InvestigationParameter createInvestigationParameter()
InvestigationParameter
public InputDatafile createInputDatafile()
InputDatafile
public SearchByAdvanced createSearchByAdvanced()
SearchByAdvanced
public SearchByKeywords createSearchByKeywords()
SearchByKeywords
public SampleParameter createSampleParameter()
SampleParameter
public SessionException createSessionException()
SessionException
public DatasetType createDatasetType()
DatasetType
public Publication createPublication()
Publication
public GetMyInvestigations createGetMyInvestigations()
GetMyInvestigations
public SearchByAdvancedResponse createSearchByAdvancedResponse()
SearchByAdvancedResponse
public AdvancedSearchDetails createAdvancedSearchDetails()
AdvancedSearchDetails
public InputDataset createInputDataset()
InputDataset
public GetMyInvestigationsResponse createGetMyInvestigationsResponse()
GetMyInvestigationsResponse
public DatafileFormat createDatafileFormat()
DatafileFormat
public Investigation createInvestigation()
Investigation
public DatasetParameter createDatasetParameter()
DatasetParameter
public SampleType createSampleType()
SampleType
public JAXBElement<GetKeywordsForUserMaxResponse> createGetKeywordsForUserMaxResponse(GetKeywordsForUserMaxResponse value)
public JAXBElement<SampleParameter> createSampleParameter(SampleParameter value)
public JAXBElement<DatasetParameter> createDatasetParameter(DatasetParameter value)
public JAXBElement<GetMyInvestigationsResponse> createGetMyInvestigationsResponse(GetMyInvestigationsResponse value)
public JAXBElement<SearchByKeywordsResponse> createSearchByKeywordsResponse(SearchByKeywordsResponse value)
public JAXBElement<GetKeywordsForUser> createGetKeywordsForUser(GetKeywordsForUser value)
public JAXBElement<SearchByAdvancedResponse> createSearchByAdvancedResponse(SearchByAdvancedResponse value)
public JAXBElement<Dataset> createDataset(Dataset value)
public JAXBElement<GetKeywordsForUserMax> createGetKeywordsForUserMax(GetKeywordsForUserMax value)
public JAXBElement<SessionException> createSessionException(SessionException value)
public JAXBElement<GetKeywordsForUserResponse> createGetKeywordsForUserResponse(GetKeywordsForUserResponse value)
public JAXBElement<GetMyInvestigations> createGetMyInvestigations(GetMyInvestigations value)
public JAXBElement<SearchByAdvanced> createSearchByAdvanced(SearchByAdvanced value)
public JAXBElement<Datafile> createDatafile(Datafile value)
public JAXBElement<DatafileParameter> createDatafileParameter(DatafileParameter value)
public JAXBElement<InvestigationParameter> createInvestigationParameter(InvestigationParameter value)
public JAXBElement<SearchByKeywords> createSearchByKeywords(SearchByKeywords value)
Copyright © 2012 The ICAT Collaboration. All Rights Reserved.