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

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.ExternalData
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
SearchDatabase, SourceFile, SpectraData

public class ExternalData
extends Identifiable
implements Serializable

Data external to the XML instance document. The location of the data file is given in the location attribute.

Java class for ExternalDataType complex type.

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

 <complexType name="ExternalDataType">
   <complexContent>
     <extension base="{http://psidev.info/psi/pi/mzIdentML/1.1}IdentifiableType">
       <sequence>
         <element name="ExternalFormatDocumentation" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
         <element name="FileFormat" type="{http://psidev.info/psi/pi/mzIdentML/1.1}FileFormatType" minOccurs="0"/>
       </sequence>
       <attribute name="location" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  String externalFormatDocumentation
           
protected  FileFormat fileFormat
           
protected  String location
           
 
Fields inherited from class uk.ac.ebi.jmzidml.model.mzidml.Identifiable
id, name
 
Constructor Summary
ExternalData()
           
 
Method Summary
 String getExternalFormatDocumentation()
          Gets the value of the externalFormatDocumentation property.
 FileFormat getFileFormat()
          Gets the value of the fileFormat property.
 String getLocation()
          Gets the value of the location property.
 void setExternalFormatDocumentation(String value)
          Sets the value of the externalFormatDocumentation property.
 void setFileFormat(FileFormat value)
          Sets the value of the fileFormat property.
 void setLocation(String value)
          Sets the value of the location property.
 
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

externalFormatDocumentation

protected String externalFormatDocumentation

fileFormat

protected FileFormat fileFormat

location

protected String location
Constructor Detail

ExternalData

public ExternalData()
Method Detail

getExternalFormatDocumentation

public String getExternalFormatDocumentation()
Gets the value of the externalFormatDocumentation property.

Returns:
possible object is String

setExternalFormatDocumentation

public void setExternalFormatDocumentation(String value)
Sets the value of the externalFormatDocumentation property.

Parameters:
value - allowed object is String

getFileFormat

public FileFormat getFileFormat()
Gets the value of the fileFormat property.

Returns:
possible object is FileFormat

setFileFormat

public void setFileFormat(FileFormat value)
Sets the value of the fileFormat property.

Parameters:
value - allowed object is FileFormat

getLocation

public String getLocation()
Gets the value of the location property.

Returns:
possible object is String

setLocation

public void setLocation(String value)
Sets the value of the location property.

Parameters:
value - allowed object is String


Copyright © 2012. All Rights Reserved.