public class InteractSummary extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="inputfile" type="{http://regis-web.systemsbiology.net/pepXML}inputFileType" maxOccurs="unbounded"/>
</sequence>
<attribute name="filename" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="directory" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
directory |
protected String |
filename |
protected List<InputFileType> |
inputfile |
| Constructor and Description |
|---|
InteractSummary() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDirectory()
Gets the value of the directory property.
|
String |
getFilename()
Gets the value of the filename property.
|
List<InputFileType> |
getInputfile()
Gets the value of the inputfile property.
|
void |
setDirectory(String value)
Sets the value of the directory property.
|
void |
setFilename(String value)
Sets the value of the filename property.
|
protected List<InputFileType> inputfile
protected String filename
protected String directory
public List<InputFileType> getInputfile()
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 inputfile property.
For example, to add a new item, do as follows:
getInputfile().add(newItem);
Objects of the following type(s) are allowed in the list
InputFileType
public String getFilename()
Stringpublic void setFilename(String value)
value - allowed object is
Stringpublic String getDirectory()
StringCopyright © 2017. All rights reserved.