uk.ac.ebi.jmzidml.model.mzidml
Class Organization

java.lang.Object
  extended by uk.ac.ebi.jmzidml.model.MzIdentMLObject
      extended by uk.ac.ebi.jmzidml.model.mzidml.Identifiable
          extended by uk.ac.ebi.jmzidml.model.mzidml.AbstractContact
              extended by uk.ac.ebi.jmzidml.model.mzidml.Organization
All Implemented Interfaces:
Serializable, CvParamListCapable, ParamGroupCapable

public class Organization
extends AbstractContact
implements Serializable

Organizations are entities like companies, universities, government agencies. Any additional information such as the address, email etc. should be supplied either as CV parameters or as user parameters.

Java class for OrganizationType complex type.

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

 <complexType name="OrganizationType">
   <complexContent>
     <extension base="{http://psidev.info/psi/pi/mzIdentML/1.1}AbstractContactType">
       <sequence>
         <element name="Parent" type="{http://psidev.info/psi/pi/mzIdentML/1.1}ParentOrganizationType" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  ParentOrganization parent
           
 
Fields inherited from class uk.ac.ebi.jmzidml.model.mzidml.AbstractContact
paramGroup
 
Fields inherited from class uk.ac.ebi.jmzidml.model.mzidml.Identifiable
id, name
 
Constructor Summary
Organization()
           
 
Method Summary
 ParentOrganization getParent()
          Gets the value of the parent property.
 void setParent(ParentOrganization value)
          Sets the value of the parent property.
 
Methods inherited from class uk.ac.ebi.jmzidml.model.mzidml.AbstractContact
getCvParam, getParamGroup, getUserParam
 
Methods inherited from class uk.ac.ebi.jmzidml.model.mzidml.Identifiable
getId, getName, setId, setName
 
Methods inherited from class uk.ac.ebi.jmzidml.model.MzIdentMLObject
getHid
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

parent

protected ParentOrganization parent
Constructor Detail

Organization

public Organization()
Method Detail

getParent

public ParentOrganization getParent()
Gets the value of the parent property.

Returns:
possible object is ParentOrganization

setParent

public void setParent(ParentOrganization value)
Sets the value of the parent property.

Parameters:
value - allowed object is ParentOrganization


Copyright © 2012. All Rights Reserved.