public class ExternalDataType extends IdentifiableType
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.2}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.2}FileFormatType"/>
</sequence>
<attribute name="location" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
externalFormatDocumentation |
protected FileFormatType |
fileFormat |
protected String |
location |
id, name| Constructor and Description |
|---|
ExternalDataType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getExternalFormatDocumentation()
Gets the value of the externalFormatDocumentation property.
|
FileFormatType |
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(FileFormatType value)
Sets the value of the fileFormat property.
|
void |
setLocation(String value)
Sets the value of the location property.
|
getId, getName, setId, setNameprotected String externalFormatDocumentation
protected FileFormatType fileFormat
protected String location
public String getExternalFormatDocumentation()
Stringpublic void setExternalFormatDocumentation(String value)
value - allowed object is
Stringpublic FileFormatType getFileFormat()
FileFormatTypepublic void setFileFormat(FileFormatType value)
value - allowed object is
FileFormatTypepublic String getLocation()
StringCopyright © 2017. All rights reserved.