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: org.icatproject
|
public ObjectFactory()
public Constraint createConstraint()
Constraint
public SampleType createSampleType()
SampleType
public GetUserNameResponse createGetUserNameResponse()
GetUserNameResponse
public Investigation createInvestigation()
Investigation
public DatasetType createDatasetType()
DatasetType
public CreateMany createCreateMany()
CreateMany
public Login.Credentials createLoginCredentials()
Login.Credentials
public SearchResponse createSearchResponse()
SearchResponse
public ParameterType createParameterType()
ParameterType
public DatasetParameter createDatasetParameter()
DatasetParameter
public NotificationRequest createNotificationRequest()
NotificationRequest
public EntityInfo createEntityInfo()
EntityInfo
public OutputDataset createOutputDataset()
OutputDataset
public RelatedDatafile createRelatedDatafile()
RelatedDatafile
public Instrument createInstrument()
Instrument
public DatafileFormat createDatafileFormat()
DatafileFormat
public LoginResponse createLoginResponse()
LoginResponse
public IcatException createIcatException()
IcatException
public Publication createPublication()
Publication
public InvestigationType createInvestigationType()
InvestigationType
public InvestigationParameter createInvestigationParameter()
InvestigationParameter
public LogoutResponse createLogoutResponse()
LogoutResponse
public GetApiVersion createGetApiVersion()
GetApiVersion
public InvestigationUser createInvestigationUser()
InvestigationUser
public DeleteMany createDeleteMany()
DeleteMany
public Login.Credentials.Entry createLoginCredentialsEntry()
Login.Credentials.Entry
public GetEntityInfoResponse createGetEntityInfoResponse()
GetEntityInfoResponse
public CreateManyResponse createCreateManyResponse()
CreateManyResponse
public StudyInvestigation createStudyInvestigation()
StudyInvestigation
public GetRemainingMinutes createGetRemainingMinutes()
GetRemainingMinutes
public GetApiVersionResponse createGetApiVersionResponse()
GetApiVersionResponse
public DeleteResponse createDeleteResponse()
DeleteResponse
public DeleteManyResponse createDeleteManyResponse()
DeleteManyResponse
public UpdateResponse createUpdateResponse()
UpdateResponse
public SampleParameter createSampleParameter()
SampleParameter
public DatafileParameter createDatafileParameter()
DatafileParameter
public EntityField createEntityField()
EntityField
public GetResponse createGetResponse()
GetResponse
public OutputDatafile createOutputDatafile()
OutputDatafile
public PermissibleStringValue createPermissibleStringValue()
PermissibleStringValue
public GetEntityInfo createGetEntityInfo()
GetEntityInfo
public Application createApplication()
Application
public DummyResponse createDummyResponse()
DummyResponse
public InputDatafile createInputDatafile()
InputDatafile
public GetUserName createGetUserName()
GetUserName
public CreateResponse createCreateResponse()
CreateResponse
public InstrumentScientist createInstrumentScientist()
InstrumentScientist
public FacilityCycle createFacilityCycle()
FacilityCycle
public InputDataset createInputDataset()
InputDataset
public GetRemainingMinutesResponse createGetRemainingMinutesResponse()
GetRemainingMinutesResponse
public JAXBElement<CreateMany> createCreateMany(CreateMany value)
public JAXBElement<Create> createCreate(Create value)
public JAXBElement<GetEntityInfoResponse> createGetEntityInfoResponse(GetEntityInfoResponse value)
public JAXBElement<GetResponse> createGetResponse(GetResponse value)
public JAXBElement<SearchResponse> createSearchResponse(SearchResponse value)
public JAXBElement<Get> createGet(Get value)
public JAXBElement<LoginResponse> createLoginResponse(LoginResponse value)
public JAXBElement<DatafileParameter> createDatafileParameter(DatafileParameter value)
public JAXBElement<Datafile> createDatafile(Datafile value)
public JAXBElement<DummyResponse> createDummyResponse(DummyResponse value)
public JAXBElement<GetUserName> createGetUserName(GetUserName value)
public JAXBElement<DeleteMany> createDeleteMany(DeleteMany value)
public JAXBElement<DeleteManyResponse> createDeleteManyResponse(DeleteManyResponse value)
public JAXBElement<GetApiVersionResponse> createGetApiVersionResponse(GetApiVersionResponse value)
public JAXBElement<Dummy> createDummy(Dummy value)
public JAXBElement<SampleParameter> createSampleParameter(SampleParameter value)
public JAXBElement<GetRemainingMinutesResponse> createGetRemainingMinutesResponse(GetRemainingMinutesResponse value)
public JAXBElement<Dataset> createDataset(Dataset value)
public JAXBElement<GetUserNameResponse> createGetUserNameResponse(GetUserNameResponse value)
public JAXBElement<DeleteResponse> createDeleteResponse(DeleteResponse value)
public JAXBElement<GetRemainingMinutes> createGetRemainingMinutes(GetRemainingMinutes value)
public JAXBElement<Logout> createLogout(Logout value)
public JAXBElement<InvestigationParameter> createInvestigationParameter(InvestigationParameter value)
public JAXBElement<Update> createUpdate(Update value)
public JAXBElement<IcatException> createIcatException(IcatException value)
public JAXBElement<GetApiVersion> createGetApiVersion(GetApiVersion value)
public JAXBElement<LogoutResponse> createLogoutResponse(LogoutResponse value)
public JAXBElement<CreateResponse> createCreateResponse(CreateResponse value)
public JAXBElement<Delete> createDelete(Delete value)
public JAXBElement<GetEntityInfo> createGetEntityInfo(GetEntityInfo value)
public JAXBElement<Login> createLogin(Login value)
public JAXBElement<DatasetParameter> createDatasetParameter(DatasetParameter value)
public JAXBElement<CreateManyResponse> createCreateManyResponse(CreateManyResponse value)
public JAXBElement<Search> createSearch(Search value)
public JAXBElement<UpdateResponse> createUpdateResponse(UpdateResponse value)
Copyright © 2013 The ICAT Collaboration. All Rights Reserved.