public class FileDescriptionType extends Object
Java class for FileDescriptionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FileDescriptionType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="fileContent" type="{http://psi.hupo.org/ms/mzml}ParamGroupType"/>
<element name="sourceFileList" type="{http://psi.hupo.org/ms/mzml}SourceFileListType" minOccurs="0"/>
<element name="contact" type="{http://psi.hupo.org/ms/mzml}ParamGroupType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<ParamGroupType> |
contact |
protected ParamGroupType |
fileContent |
protected SourceFileListType |
sourceFileList |
| Constructor and Description |
|---|
FileDescriptionType() |
| Modifier and Type | Method and Description |
|---|---|
List<ParamGroupType> |
getContact()
Gets the value of the contact property.
|
ParamGroupType |
getFileContent()
Gets the value of the fileContent property.
|
SourceFileListType |
getSourceFileList()
Gets the value of the sourceFileList property.
|
void |
setFileContent(ParamGroupType value)
Sets the value of the fileContent property.
|
void |
setSourceFileList(SourceFileListType value)
Sets the value of the sourceFileList property.
|
protected ParamGroupType fileContent
protected SourceFileListType sourceFileList
protected List<ParamGroupType> contact
public ParamGroupType getFileContent()
ParamGroupTypepublic void setFileContent(ParamGroupType value)
value - allowed object is
ParamGroupTypepublic SourceFileListType getSourceFileList()
SourceFileListTypepublic void setSourceFileList(SourceFileListType value)
value - allowed object is
SourceFileListTypepublic List<ParamGroupType> getContact()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the contact property.
For example, to add a new item, do as follows:
getContact().add(newItem);
Objects of the following type(s) are allowed in the list
ParamGroupType
Copyright © 2017. All rights reserved.