Class 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>
     
    • Constructor Detail

      • Facility

        public Facility()
    • 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 set method 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 set method 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 set method 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 set method 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 set method 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 is Integer
      • 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 is String
      • 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 set method 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 is String
      • 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 set method 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 set method 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 set method 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 is String
      • 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 set method 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 set method 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
      • setUrl

        public void setUrl​(String value)
        Sets the value of the url property.
        Parameters:
        value - allowed object is String