Class Affiliation


  • public class Affiliation
    extends EntityBaseBean

    Java class for affiliation complex type.

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

     <complexType name="affiliation">
       <complexContent>
         <extension base="{http://icatproject.org}entityBaseBean">
           <sequence>
             <element name="fullReference" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="pid" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="user" type="{http://icatproject.org}dataPublicationUser" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • Affiliation

        public Affiliation()
    • 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
      • getName

        public String getName()
        Gets the value of the name property.
        Returns:
        possible object is String
      • setName

        public void setName​(String value)
        Sets the value of the name property.
        Parameters:
        value - allowed object is String
      • 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