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()
InvestigationTypepublic Application createApplication()
Applicationpublic GetKeywordsForUserMaxResponse createGetKeywordsForUserMaxResponse()
GetKeywordsForUserMaxResponsepublic FacilityCycle createFacilityCycle()
FacilityCyclepublic GetKeywordsForUserResponse createGetKeywordsForUserResponse()
GetKeywordsForUserResponsepublic InstrumentScientist createInstrumentScientist()
InstrumentScientistpublic InvestigationUser createInvestigationUser()
InvestigationUserpublic RelatedDatafile createRelatedDatafile()
RelatedDatafilepublic GetKeywordsForUserMax createGetKeywordsForUserMax()
GetKeywordsForUserMaxpublic PermissibleStringValue createPermissibleStringValue()
PermissibleStringValuepublic SearchByKeywordsResponse createSearchByKeywordsResponse()
SearchByKeywordsResponsepublic OutputDatafile createOutputDatafile()
OutputDatafilepublic GetKeywordsForUser createGetKeywordsForUser()
GetKeywordsForUserpublic DatafileParameter createDatafileParameter()
DatafileParameterpublic ParameterType createParameterType()
ParameterTypepublic StudyInvestigation createStudyInvestigation()
StudyInvestigationpublic Instrument createInstrument()
Instrumentpublic OutputDataset createOutputDataset()
OutputDatasetpublic InvestigationParameter createInvestigationParameter()
InvestigationParameterpublic InputDatafile createInputDatafile()
InputDatafilepublic SearchByAdvanced createSearchByAdvanced()
SearchByAdvancedpublic SearchByKeywords createSearchByKeywords()
SearchByKeywordspublic SampleParameter createSampleParameter()
SampleParameterpublic SessionException createSessionException()
SessionExceptionpublic DatasetType createDatasetType()
DatasetTypepublic Publication createPublication()
Publicationpublic GetMyInvestigations createGetMyInvestigations()
GetMyInvestigationspublic SearchByAdvancedResponse createSearchByAdvancedResponse()
SearchByAdvancedResponsepublic AdvancedSearchDetails createAdvancedSearchDetails()
AdvancedSearchDetailspublic InputDataset createInputDataset()
InputDatasetpublic GetMyInvestigationsResponse createGetMyInvestigationsResponse()
GetMyInvestigationsResponsepublic DatafileFormat createDatafileFormat()
DatafileFormatpublic Investigation createInvestigation()
Investigationpublic DatasetParameter createDatasetParameter()
DatasetParameterpublic SampleType createSampleType()
SampleTypepublic 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.