public static class MsmsPipelineAnalysis.MsmsRunSummary.SearchSummary.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 BigInteger |
maxNumInternalCleavages |
protected BigInteger |
minNumberTermini |
| Constructor and Description |
|---|
MsmsPipelineAnalysis.MsmsRunSummary.SearchSummary.EnzymaticSearchConstraint() |
| Modifier and Type | Method and Description |
|---|---|
String |
getEnzyme()
Gets the value of the enzyme property.
|
BigInteger |
getMaxNumInternalCleavages()
Gets the value of the maxNumInternalCleavages property.
|
BigInteger |
getMinNumberTermini()
Gets the value of the minNumberTermini property.
|
void |
setEnzyme(String value)
Sets the value of the enzyme property.
|
void |
setMaxNumInternalCleavages(BigInteger value)
Sets the value of the maxNumInternalCleavages property.
|
void |
setMinNumberTermini(BigInteger value)
Sets the value of the minNumberTermini property.
|
protected String enzyme
protected BigInteger maxNumInternalCleavages
protected BigInteger minNumberTermini
public MsmsPipelineAnalysis.MsmsRunSummary.SearchSummary.EnzymaticSearchConstraint()
public String getEnzyme()
Stringpublic void setEnzyme(String value)
value - allowed object is
Stringpublic BigInteger getMaxNumInternalCleavages()
BigIntegerpublic void setMaxNumInternalCleavages(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getMinNumberTermini()
BigIntegerpublic void setMinNumberTermini(BigInteger value)
value - allowed object is
BigIntegerCopyright © 2016. All Rights Reserved.