public class ASAPDta 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">
<attribute name="peptide_index" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="include" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
include |
protected String |
peptideIndex |
| Constructor and Description |
|---|
ASAPDta() |
| Modifier and Type | Method and Description |
|---|---|
String |
getInclude()
Gets the value of the include property.
|
String |
getPeptideIndex()
Gets the value of the peptideIndex property.
|
void |
setInclude(String value)
Sets the value of the include property.
|
void |
setPeptideIndex(String value)
Sets the value of the peptideIndex property.
|
public String getPeptideIndex()
Stringpublic void setPeptideIndex(String value)
value - allowed object is
Stringpublic String getInclude()
StringCopyright © 2017. All rights reserved.