|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.ebi.jmzidml.model.MzIdentMLObject
uk.ac.ebi.jmzidml.model.mzidml.Identifiable
uk.ac.ebi.jmzidml.model.mzidml.ExternalData
public class ExternalData
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>
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 |
---|
protected String externalFormatDocumentation
protected FileFormat fileFormat
protected String location
Constructor Detail |
---|
public ExternalData()
Method Detail |
---|
public String getExternalFormatDocumentation()
String
public void setExternalFormatDocumentation(String value)
value
- allowed object is
String
public FileFormat getFileFormat()
FileFormat
public void setFileFormat(FileFormat value)
value
- allowed object is
FileFormat
public String getLocation()
String
public void setLocation(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |