public class EnzymaticSearchConstraint 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="enzyme" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="max_num_internal_cleavages" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" />
<attribute name="min_number_termini" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
enzyme |
protected Integer |
maxNumInternalCleavages |
protected Integer |
minNumberTermini |
| Constructor and Description |
|---|
EnzymaticSearchConstraint() |
| Modifier and Type | Method and Description |
|---|---|
String |
getEnzyme()
Gets the value of the enzyme property.
|
Integer |
getMaxNumInternalCleavages()
Gets the value of the maxNumInternalCleavages property.
|
Integer |
getMinNumberTermini()
Gets the value of the minNumberTermini property.
|
void |
setEnzyme(String value)
Sets the value of the enzyme property.
|
void |
setMaxNumInternalCleavages(Integer value)
Sets the value of the maxNumInternalCleavages property.
|
void |
setMinNumberTermini(Integer value)
Sets the value of the minNumberTermini property.
|
protected String enzyme
protected Integer maxNumInternalCleavages
protected Integer minNumberTermini
public String getEnzyme()
Stringpublic void setEnzyme(String value)
value - allowed object is
Stringpublic Integer getMaxNumInternalCleavages()
Stringpublic void setMaxNumInternalCleavages(Integer value)
value - allowed object is
Stringpublic Integer getMinNumberTermini()
StringCopyright © 2017. All rights reserved.