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