Class FacilityCycle


  • public class FacilityCycle
    extends EntityBaseBean

    Java class for facilityCycle complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="facilityCycle">
       <complexContent>
         <extension base="{http://icatproject.org}entityBaseBean">
           <sequence>
             <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="endDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
             <element name="facility" type="{http://icatproject.org}facility" minOccurs="0"/>
             <element name="investigationFacilityCycles" type="{http://icatproject.org}investigationFacilityCycle" maxOccurs="unbounded" minOccurs="0"/>
             <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="startDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • FacilityCycle

        public FacilityCycle()
    • Method Detail

      • 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
      • getFacility

        public Facility getFacility()
        Gets the value of the facility property.
        Returns:
        possible object is Facility
      • setFacility

        public void setFacility​(Facility value)
        Sets the value of the facility property.
        Parameters:
        value - allowed object is Facility
      • getInvestigationFacilityCycles

        public List<InvestigationFacilityCycle> getInvestigationFacilityCycles()
        Gets the value of the investigationFacilityCycles 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 investigationFacilityCycles property.

        For example, to add a new item, do as follows:

            getInvestigationFacilityCycles().add(newItem);
         

        Objects of the following type(s) are allowed in the list InvestigationFacilityCycle

      • 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