public static class MsmsPipelineAnalysis.MsmsRunSummary.SampleEnzyme 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="specificity" maxOccurs="unbounded" minOccurs="0">
<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>
</element>
</sequence>
<attribute name="name" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<minLength value="1"/>
</restriction>
</simpleType>
</attribute>
<attribute name="description" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="fidelity" default="specific">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="specific"/>
<enumeration value="semispecific"/>
<enumeration value="nonspecific"/>
</restriction>
</simpleType>
</attribute>
<attribute name="independent" type="{http://www.w3.org/2001/XMLSchema}boolean" default="1" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
MsmsPipelineAnalysis.MsmsRunSummary.SampleEnzyme.Specificity
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected String |
fidelity |
protected Boolean |
independent |
protected String |
name |
protected List<MsmsPipelineAnalysis.MsmsRunSummary.SampleEnzyme.Specificity> |
specificity |
| Constructor and Description |
|---|
MsmsPipelineAnalysis.MsmsRunSummary.SampleEnzyme() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Gets the value of the description property.
|
String |
getFidelity()
Gets the value of the fidelity property.
|
String |
getName()
Gets the value of the name property.
|
List<MsmsPipelineAnalysis.MsmsRunSummary.SampleEnzyme.Specificity> |
getSpecificity()
Gets the value of the specificity property.
|
boolean |
isIndependent()
Gets the value of the independent property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setFidelity(String value)
Sets the value of the fidelity property.
|
void |
setIndependent(Boolean value)
Sets the value of the independent property.
|
void |
setName(String value)
Sets the value of the name property.
|
protected List<MsmsPipelineAnalysis.MsmsRunSummary.SampleEnzyme.Specificity> specificity
protected String name
protected String description
protected String fidelity
protected Boolean independent
public MsmsPipelineAnalysis.MsmsRunSummary.SampleEnzyme()
public List<MsmsPipelineAnalysis.MsmsRunSummary.SampleEnzyme.Specificity> getSpecificity()
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 specificity property.
For example, to add a new item, do as follows:
getSpecificity().add(newItem);
Objects of the following type(s) are allowed in the list
MsmsPipelineAnalysis.MsmsRunSummary.SampleEnzyme.Specificity
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic String getFidelity()
Stringpublic void setFidelity(String value)
value - allowed object is
Stringpublic boolean isIndependent()
BooleanCopyright © 2017. All rights reserved.