Class DataPublication


  • public class DataPublication
    extends EntityBaseBean

    Java class for dataPublication complex type.

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

     <complexType name="dataPublication">
       <complexContent>
         <extension base="{http://icatproject.org}entityBaseBean">
           <sequence>
             <element name="content" type="{http://icatproject.org}dataCollection" minOccurs="0"/>
             <element name="dates" type="{http://icatproject.org}dataPublicationDate" 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="fundingReferences" type="{http://icatproject.org}dataPublicationFunding" maxOccurs="unbounded" minOccurs="0"/>
             <element name="pid" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="publicationDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
             <element name="relatedItems" type="{http://icatproject.org}relatedItem" maxOccurs="unbounded" minOccurs="0"/>
             <element name="subject" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="title" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="type" type="{http://icatproject.org}dataPublicationType" minOccurs="0"/>
             <element name="users" type="{http://icatproject.org}dataPublicationUser" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • DataPublication

        public DataPublication()
    • Method Detail

      • setContent

        public void setContent​(DataCollection value)
        Sets the value of the content property.
        Parameters:
        value - allowed object is DataCollection
      • getDates

        public List<DataPublicationDate> getDates()
        Gets the value of the dates 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 dates property.

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

            getDates().add(newItem);
         

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

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

        public List<DataPublicationFunding> getFundingReferences()
        Gets the value of the fundingReferences 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 fundingReferences property.

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

            getFundingReferences().add(newItem);
         

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

      • getPid

        public String getPid()
        Gets the value of the pid property.
        Returns:
        possible object is String
      • setPid

        public void setPid​(String value)
        Sets the value of the pid property.
        Parameters:
        value - allowed object is String
      • getRelatedItems

        public List<RelatedItem> getRelatedItems()
        Gets the value of the relatedItems 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 relatedItems property.

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

            getRelatedItems().add(newItem);
         

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

      • getSubject

        public String getSubject()
        Gets the value of the subject property.
        Returns:
        possible object is String
      • setSubject

        public void setSubject​(String value)
        Sets the value of the subject property.
        Parameters:
        value - allowed object is String
      • getTitle

        public String getTitle()
        Gets the value of the title property.
        Returns:
        possible object is String
      • setTitle

        public void setTitle​(String value)
        Sets the value of the title property.
        Parameters:
        value - allowed object is String
      • getUsers

        public List<DataPublicationUser> getUsers()
        Gets the value of the users 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 users property.

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

            getUsers().add(newItem);
         

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