Class Facility
- java.lang.Object
-
- org.icatproject.EntityBaseBean
-
- org.icatproject.Facility
-
public class Facility extends EntityBaseBean
Java class for facility complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="facility"> <complexContent> <extension base="{http://icatproject.org}entityBaseBean"> <sequence> <element name="applications" type="{http://icatproject.org}application" maxOccurs="unbounded" minOccurs="0"/> <element name="dataPublicationTypes" type="{http://icatproject.org}dataPublicationType" maxOccurs="unbounded" minOccurs="0"/> <element name="dataPublications" type="{http://icatproject.org}dataPublication" maxOccurs="unbounded" minOccurs="0"/> <element name="datafileFormats" type="{http://icatproject.org}datafileFormat" maxOccurs="unbounded" minOccurs="0"/> <element name="datasetTypes" type="{http://icatproject.org}datasetType" maxOccurs="unbounded" minOccurs="0"/> <element name="daysUntilRelease" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="facilityCycles" type="{http://icatproject.org}facilityCycle" maxOccurs="unbounded" minOccurs="0"/> <element name="fullName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="instruments" type="{http://icatproject.org}instrument" maxOccurs="unbounded" minOccurs="0"/> <element name="investigationTypes" type="{http://icatproject.org}investigationType" maxOccurs="unbounded" minOccurs="0"/> <element name="investigations" type="{http://icatproject.org}investigation" maxOccurs="unbounded" minOccurs="0"/> <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="parameterTypes" type="{http://icatproject.org}parameterType" maxOccurs="unbounded" minOccurs="0"/> <element name="sampleTypes" type="{http://icatproject.org}sampleType" maxOccurs="unbounded" minOccurs="0"/> <element name="url" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected List<Application>applicationsprotected List<DatafileFormat>datafileFormatsprotected List<DataPublication>dataPublicationsprotected List<DataPublicationType>dataPublicationTypesprotected List<DatasetType>datasetTypesprotected IntegerdaysUntilReleaseprotected Stringdescriptionprotected List<FacilityCycle>facilityCyclesprotected StringfullNameprotected List<Instrument>instrumentsprotected List<Investigation>investigationsprotected List<InvestigationType>investigationTypesprotected Stringnameprotected List<ParameterType>parameterTypesprotected List<SampleType>sampleTypesprotected Stringurl-
Fields inherited from class org.icatproject.EntityBaseBean
createId, createTime, id, modId, modTime
-
-
Constructor Summary
Constructors Constructor Description Facility()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Application>getApplications()Gets the value of the applications property.List<DatafileFormat>getDatafileFormats()Gets the value of the datafileFormats property.List<DataPublication>getDataPublications()Gets the value of the dataPublications property.List<DataPublicationType>getDataPublicationTypes()Gets the value of the dataPublicationTypes property.List<DatasetType>getDatasetTypes()Gets the value of the datasetTypes property.IntegergetDaysUntilRelease()Gets the value of the daysUntilRelease property.StringgetDescription()Gets the value of the description property.List<FacilityCycle>getFacilityCycles()Gets the value of the facilityCycles property.StringgetFullName()Gets the value of the fullName property.List<Instrument>getInstruments()Gets the value of the instruments property.List<Investigation>getInvestigations()Gets the value of the investigations property.List<InvestigationType>getInvestigationTypes()Gets the value of the investigationTypes property.StringgetName()Gets the value of the name property.List<ParameterType>getParameterTypes()Gets the value of the parameterTypes property.List<SampleType>getSampleTypes()Gets the value of the sampleTypes property.StringgetUrl()Gets the value of the url property.voidsetDaysUntilRelease(Integer value)Sets the value of the daysUntilRelease property.voidsetDescription(String value)Sets the value of the description property.voidsetFullName(String value)Sets the value of the fullName property.voidsetName(String value)Sets the value of the name property.voidsetUrl(String value)Sets the value of the url property.-
Methods inherited from class org.icatproject.EntityBaseBean
getCreateId, getCreateTime, getId, getModId, getModTime, setCreateId, setCreateTime, setId, setModId, setModTime
-
-
-
-
Field Detail
-
applications
protected List<Application> applications
-
dataPublicationTypes
protected List<DataPublicationType> dataPublicationTypes
-
dataPublications
protected List<DataPublication> dataPublications
-
datafileFormats
protected List<DatafileFormat> datafileFormats
-
datasetTypes
protected List<DatasetType> datasetTypes
-
daysUntilRelease
protected Integer daysUntilRelease
-
description
protected String description
-
facilityCycles
protected List<FacilityCycle> facilityCycles
-
fullName
protected String fullName
-
instruments
protected List<Instrument> instruments
-
investigationTypes
protected List<InvestigationType> investigationTypes
-
investigations
protected List<Investigation> investigations
-
name
protected String name
-
parameterTypes
protected List<ParameterType> parameterTypes
-
sampleTypes
protected List<SampleType> sampleTypes
-
url
protected String url
-
-
Method Detail
-
getApplications
public List<Application> getApplications()
Gets the value of the applications property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the applications property.For example, to add a new item, do as follows:
getApplications().add(newItem);Objects of the following type(s) are allowed in the list
Application
-
getDataPublicationTypes
public List<DataPublicationType> getDataPublicationTypes()
Gets the value of the dataPublicationTypes property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the dataPublicationTypes property.For example, to add a new item, do as follows:
getDataPublicationTypes().add(newItem);Objects of the following type(s) are allowed in the list
DataPublicationType
-
getDataPublications
public List<DataPublication> getDataPublications()
Gets the value of the dataPublications property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the dataPublications property.For example, to add a new item, do as follows:
getDataPublications().add(newItem);Objects of the following type(s) are allowed in the list
DataPublication
-
getDatafileFormats
public List<DatafileFormat> getDatafileFormats()
Gets the value of the datafileFormats property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the datafileFormats property.For example, to add a new item, do as follows:
getDatafileFormats().add(newItem);Objects of the following type(s) are allowed in the list
DatafileFormat
-
getDatasetTypes
public List<DatasetType> getDatasetTypes()
Gets the value of the datasetTypes property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the datasetTypes property.For example, to add a new item, do as follows:
getDatasetTypes().add(newItem);Objects of the following type(s) are allowed in the list
DatasetType
-
getDaysUntilRelease
public Integer getDaysUntilRelease()
Gets the value of the daysUntilRelease property.- Returns:
- possible object is
Integer
-
setDaysUntilRelease
public void setDaysUntilRelease(Integer value)
Sets the value of the daysUntilRelease property.- Parameters:
value- allowed object isInteger
-
getDescription
public String getDescription()
Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
public void setDescription(String value)
Sets the value of the description property.- Parameters:
value- allowed object isString
-
getFacilityCycles
public List<FacilityCycle> getFacilityCycles()
Gets the value of the facilityCycles property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the facilityCycles property.For example, to add a new item, do as follows:
getFacilityCycles().add(newItem);Objects of the following type(s) are allowed in the list
FacilityCycle
-
getFullName
public String getFullName()
Gets the value of the fullName property.- Returns:
- possible object is
String
-
setFullName
public void setFullName(String value)
Sets the value of the fullName property.- Parameters:
value- allowed object isString
-
getInstruments
public List<Instrument> getInstruments()
Gets the value of the instruments property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the instruments property.For example, to add a new item, do as follows:
getInstruments().add(newItem);Objects of the following type(s) are allowed in the list
Instrument
-
getInvestigationTypes
public List<InvestigationType> getInvestigationTypes()
Gets the value of the investigationTypes property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the investigationTypes property.For example, to add a new item, do as follows:
getInvestigationTypes().add(newItem);Objects of the following type(s) are allowed in the list
InvestigationType
-
getInvestigations
public List<Investigation> getInvestigations()
Gets the value of the investigations property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the investigations property.For example, to add a new item, do as follows:
getInvestigations().add(newItem);Objects of the following type(s) are allowed in the list
Investigation
-
getName
public String getName()
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
public void setName(String value)
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getParameterTypes
public List<ParameterType> getParameterTypes()
Gets the value of the parameterTypes property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the parameterTypes property.For example, to add a new item, do as follows:
getParameterTypes().add(newItem);Objects of the following type(s) are allowed in the list
ParameterType
-
getSampleTypes
public List<SampleType> getSampleTypes()
Gets the value of the sampleTypes property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the sampleTypes property.For example, to add a new item, do as follows:
getSampleTypes().add(newItem);Objects of the following type(s) are allowed in the list
SampleType
-
getUrl
public String getUrl()
Gets the value of the url property.- Returns:
- possible object is
String
-
-