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

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

public class FileFormat
extends MzIdentMLObject
implements Serializable, CvParamCapable

The format of the ExternalData file, for example "tiff" for image files.

Java class for FileFormatType complex type.

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

 <complexType name="FileFormatType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="cvParam" type="{http://psidev.info/psi/pi/mzIdentML/1.1}CVParamType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  CvParam cvParam
           
 
Constructor Summary
FileFormat()
           
 
Method Summary
 CvParam getCvParam()
          Gets the value of the cvParam property.
 void setCvParam(CvParam value)
          Sets the value of the cvParam property.
 
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

cvParam

protected CvParam cvParam
Constructor Detail

FileFormat

public FileFormat()
Method Detail

getCvParam

public CvParam getCvParam()
Gets the value of the cvParam property.

Specified by:
getCvParam in interface CvParamCapable
Returns:
possible object is CvParam

setCvParam

public void setCvParam(CvParam value)
Sets the value of the cvParam property.

Specified by:
setCvParam in interface CvParamCapable
Parameters:
value - allowed object is CvParam


Copyright © 2012. All Rights Reserved.