uk.ac.ebi.jmzidml.model.mzidml
Class ParentOrganization
java.lang.Object
uk.ac.ebi.jmzidml.model.MzIdentMLObject
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
organizationRef
protected String organizationRef
organization
protected Organization organization
ParentOrganization
public ParentOrganization()
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.