Class RelatedDatafile


  • public class RelatedDatafile
    extends EntityBaseBean

    Java class for relatedDatafile complex type.

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

     <complexType name="relatedDatafile">
       <complexContent>
         <extension base="{http://icatproject.org}entityBaseBean">
           <sequence>
             <element name="destDatafile" type="{http://icatproject.org}datafile" minOccurs="0"/>
             <element name="relation" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="sourceDatafile" type="{http://icatproject.org}datafile" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    • Field Detail

      • destDatafile

        protected Datafile destDatafile
      • relation

        protected String relation
      • sourceDatafile

        protected Datafile sourceDatafile
    • Constructor Detail

      • RelatedDatafile

        public RelatedDatafile()
    • Method Detail

      • getDestDatafile

        public Datafile getDestDatafile()
        Gets the value of the destDatafile property.
        Returns:
        possible object is Datafile
      • setDestDatafile

        public void setDestDatafile​(Datafile value)
        Sets the value of the destDatafile property.
        Parameters:
        value - allowed object is Datafile
      • getRelation

        public String getRelation()
        Gets the value of the relation property.
        Returns:
        possible object is String
      • setRelation

        public void setRelation​(String value)
        Sets the value of the relation property.
        Parameters:
        value - allowed object is String
      • getSourceDatafile

        public Datafile getSourceDatafile()
        Gets the value of the sourceDatafile property.
        Returns:
        possible object is Datafile
      • setSourceDatafile

        public void setSourceDatafile​(Datafile value)
        Sets the value of the sourceDatafile property.
        Parameters:
        value - allowed object is Datafile