Class Publication


  • public class Publication
    extends EntityBaseBean

    Java class for publication complex type.

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

     <complexType name="publication">
       <complexContent>
         <extension base="{http://icatproject.org}entityBaseBean">
           <sequence>
             <element name="doi" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="fullReference" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="investigation" type="{http://icatproject.org}investigation" minOccurs="0"/>
             <element name="repository" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="repositoryId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="url" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • Publication

        public Publication()
    • Method Detail

      • getDoi

        public String getDoi()
        Gets the value of the doi property.
        Returns:
        possible object is String
      • setDoi

        public void setDoi​(String value)
        Sets the value of the doi property.
        Parameters:
        value - allowed object is String
      • getFullReference

        public String getFullReference()
        Gets the value of the fullReference property.
        Returns:
        possible object is String
      • setFullReference

        public void setFullReference​(String value)
        Sets the value of the fullReference property.
        Parameters:
        value - allowed object is String
      • getInvestigation

        public Investigation getInvestigation()
        Gets the value of the investigation property.
        Returns:
        possible object is Investigation
      • setInvestigation

        public void setInvestigation​(Investigation value)
        Sets the value of the investigation property.
        Parameters:
        value - allowed object is Investigation
      • getRepository

        public String getRepository()
        Gets the value of the repository property.
        Returns:
        possible object is String
      • setRepository

        public void setRepository​(String value)
        Sets the value of the repository property.
        Parameters:
        value - allowed object is String
      • getRepositoryId

        public String getRepositoryId()
        Gets the value of the repositoryId property.
        Returns:
        possible object is String
      • setRepositoryId

        public void setRepositoryId​(String value)
        Sets the value of the repositoryId property.
        Parameters:
        value - allowed object is String
      • getUrl

        public String getUrl()
        Gets the value of the url property.
        Returns:
        possible object is String
      • setUrl

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