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

java.lang.Object
  extended by uk.ac.ebi.jmzidml.model.MzIdentMLObject
      extended by uk.ac.ebi.jmzidml.model.mzidml.ParentOrganization
All Implemented Interfaces:
Serializable

public class ParentOrganization
extends MzIdentMLObject
implements Serializable

The containing organization (the university or business which a lab belongs to, etc.)

Java class for ParentOrganizationType complex type.

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

 <complexType name="ParentOrganizationType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="organization_ref" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  Organization organization
           
protected  String organizationRef
           
 
Constructor Summary
ParentOrganization()
           
 
Method Summary
 Organization getOrganization()
           
 String getOrganizationRef()
          Gets the value of the organizationRef property.
 void setOrganization(Organization organization)
           
 
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

organizationRef

protected String organizationRef

organization

protected Organization organization
Constructor Detail

ParentOrganization

public ParentOrganization()
Method Detail

getOrganization

public Organization getOrganization()

setOrganization

public void setOrganization(Organization organization)

getOrganizationRef

public String getOrganizationRef()
Gets the value of the organizationRef property.

Returns:
possible object is String


Copyright © 2012. All Rights Reserved.