Class RelatedItem


  • public class RelatedItem
    extends EntityBaseBean

    Java class for relatedItem complex type.

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

     <complexType name="relatedItem">
       <complexContent>
         <extension base="{http://icatproject.org}entityBaseBean">
           <sequence>
             <element name="fullReference" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="identifier" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="publication" type="{http://icatproject.org}dataPublication" minOccurs="0"/>
             <element name="relatedItemType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="relationType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="title" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    • Field Detail

      • fullReference

        protected String fullReference
      • identifier

        protected String identifier
      • relatedItemType

        protected String relatedItemType
      • relationType

        protected String relationType
      • title

        protected String title
    • Constructor Detail

      • RelatedItem

        public RelatedItem()
    • Method Detail

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

        public String getIdentifier()
        Gets the value of the identifier property.
        Returns:
        possible object is String
      • setIdentifier

        public void setIdentifier​(String value)
        Sets the value of the identifier 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
      • getRelatedItemType

        public String getRelatedItemType()
        Gets the value of the relatedItemType property.
        Returns:
        possible object is String
      • setRelatedItemType

        public void setRelatedItemType​(String value)
        Sets the value of the relatedItemType property.
        Parameters:
        value - allowed object is String
      • getRelationType

        public String getRelationType()
        Gets the value of the relationType property.
        Returns:
        possible object is String
      • setRelationType

        public void setRelationType​(String value)
        Sets the value of the relationType 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