public static class MsRun.ParentFile extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>anySimpleType">
<attribute name="fileName" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
<attribute name="fileType" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="RAWData"/>
<enumeration value="processedData"/>
</restriction>
</simpleType>
</attribute>
<attribute name="fileSha1" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<length value="40"/>
</restriction>
</simpleType>
</attribute>
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
fileName |
protected String |
fileSha1 |
protected String |
fileType |
protected Object |
value |
| Constructor and Description |
|---|
MsRun.ParentFile() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFileName()
Gets the value of the fileName property.
|
String |
getFileSha1()
Gets the value of the fileSha1 property.
|
String |
getFileType()
Gets the value of the fileType property.
|
Object |
getValue()
Gets the value of the value property.
|
void |
setFileName(String value)
Sets the value of the fileName property.
|
void |
setFileSha1(String value)
Sets the value of the fileSha1 property.
|
void |
setFileType(String value)
Sets the value of the fileType property.
|
void |
setValue(Object value)
Sets the value of the value property.
|
protected Object value
protected String fileName
protected String fileType
protected String fileSha1
public Object getValue()
Objectpublic void setValue(Object value)
value - allowed object is
Objectpublic String getFileName()
Stringpublic void setFileName(String value)
value - allowed object is
Stringpublic String getFileType()
Stringpublic void setFileType(String value)
value - allowed object is
Stringpublic String getFileSha1()
StringCopyright © 2017. All rights reserved.