public static class MsmsPipelineAnalysis.MsmsRunSummary.SampleEnzyme.Specificity 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="sense" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="C"/>
<enumeration value="N"/>
</restriction>
</simpleType>
</attribute>
<attribute name="min_spacing" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" default="1" />
<attribute name="cut" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<minLength value="1"/>
<maxLength value="20"/>
<pattern value="[A,C-I,K-N,P-T,VWY]+"/>
</restriction>
</simpleType>
</attribute>
<attribute name="no_cut">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<minLength value="0"/>
<maxLength value="20"/>
</restriction>
</simpleType>
</attribute>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
cut |
protected Integer |
minSpacing |
protected String |
noCut |
protected String |
sense |
| Constructor and Description |
|---|
MsmsPipelineAnalysis.MsmsRunSummary.SampleEnzyme.Specificity() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCut()
Gets the value of the cut property.
|
int |
getMinSpacing()
Gets the value of the minSpacing property.
|
String |
getNoCut()
Gets the value of the noCut property.
|
String |
getSense()
Gets the value of the sense property.
|
void |
setCut(String value)
Sets the value of the cut property.
|
void |
setMinSpacing(Integer value)
Sets the value of the minSpacing property.
|
void |
setNoCut(String value)
Sets the value of the noCut property.
|
void |
setSense(String value)
Sets the value of the sense property.
|
protected String sense
protected Integer minSpacing
protected String cut
protected String noCut
public MsmsPipelineAnalysis.MsmsRunSummary.SampleEnzyme.Specificity()
public String getSense()
Stringpublic void setSense(String value)
value - allowed object is
Stringpublic int getMinSpacing()
Stringpublic void setMinSpacing(Integer value)
value - allowed object is
Stringpublic void setCut(String value)
value - allowed object is
Stringpublic String getNoCut()
StringCopyright © 2017. All rights reserved.