Class DataPublicationDate


  • public class DataPublicationDate
    extends EntityBaseBean

    Java class for dataPublicationDate complex type.

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

     <complexType name="dataPublicationDate">
       <complexContent>
         <extension base="{http://icatproject.org}entityBaseBean">
           <sequence>
             <element name="date" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="dateType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="publication" type="{http://icatproject.org}dataPublication" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • DataPublicationDate

        public DataPublicationDate()
    • Method Detail

      • getDate

        public String getDate()
        Gets the value of the date property.
        Returns:
        possible object is String
      • setDate

        public void setDate​(String value)
        Sets the value of the date property.
        Parameters:
        value - allowed object is String
      • getDateType

        public String getDateType()
        Gets the value of the dateType property.
        Returns:
        possible object is String
      • setDateType

        public void setDateType​(String value)
        Sets the value of the dateType property.
        Parameters:
        value - allowed object is String
      • setPublication

        public void setPublication​(DataPublication value)
        Sets the value of the publication property.
        Parameters:
        value - allowed object is DataPublication