Class DatafileFormat


  • public class DatafileFormat
    extends EntityBaseBean

    Java class for datafileFormat complex type.

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

     <complexType name="datafileFormat">
       <complexContent>
         <extension base="{http://icatproject.org}entityBaseBean">
           <sequence>
             <element name="datafiles" type="{http://icatproject.org}datafile" maxOccurs="unbounded" minOccurs="0"/>
             <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="facility" type="{http://icatproject.org}facility" minOccurs="0"/>
             <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="version" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • DatafileFormat

        public DatafileFormat()
    • Method Detail

      • getDatafiles

        public List<Datafile> getDatafiles()
        Gets the value of the datafiles 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 datafiles property.

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

            getDatafiles().add(newItem);
         

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

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

        public String getType()
        Gets the value of the type property.
        Returns:
        possible object is String
      • setType

        public void setType​(String value)
        Sets the value of the type property.
        Parameters:
        value - allowed object is String
      • getVersion

        public String getVersion()
        Gets the value of the version property.
        Returns:
        possible object is String
      • setVersion

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