public class EnzymeType extends IdentifiableType
Java class for EnzymeType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EnzymeType">
<complexContent>
<extension base="{http://psidev.info/psi/pi/mzIdentML/1.2}IdentifiableType">
<sequence>
<element name="SiteRegexp" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="EnzymeName" type="{http://psidev.info/psi/pi/mzIdentML/1.2}ParamListType" minOccurs="0"/>
</sequence>
<attribute name="nTermGain">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<pattern value="[A-Za-z0-9 ]+"/>
</restriction>
</simpleType>
</attribute>
<attribute name="cTermGain">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<pattern value="[A-Za-z0-9 ]+"/>
</restriction>
</simpleType>
</attribute>
<attribute name="semiSpecific" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="missedCleavages" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="minDistance">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}int">
<minInclusive value="1"/>
</restriction>
</simpleType>
</attribute>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
cTermGain |
protected ParamListType |
enzymeName |
protected Integer |
minDistance |
protected Integer |
missedCleavages |
protected String |
nTermGain |
protected Boolean |
semiSpecific |
protected String |
siteRegexp |
id, name| Constructor and Description |
|---|
EnzymeType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCTermGain()
Gets the value of the cTermGain property.
|
ParamListType |
getEnzymeName()
Gets the value of the enzymeName property.
|
Integer |
getMinDistance()
Gets the value of the minDistance property.
|
Integer |
getMissedCleavages()
Gets the value of the missedCleavages property.
|
String |
getNTermGain()
Gets the value of the nTermGain property.
|
String |
getSiteRegexp()
Gets the value of the siteRegexp property.
|
Boolean |
isSemiSpecific()
Gets the value of the semiSpecific property.
|
void |
setCTermGain(String value)
Sets the value of the cTermGain property.
|
void |
setEnzymeName(ParamListType value)
Sets the value of the enzymeName property.
|
void |
setMinDistance(Integer value)
Sets the value of the minDistance property.
|
void |
setMissedCleavages(Integer value)
Sets the value of the missedCleavages property.
|
void |
setNTermGain(String value)
Sets the value of the nTermGain property.
|
void |
setSemiSpecific(Boolean value)
Sets the value of the semiSpecific property.
|
void |
setSiteRegexp(String value)
Sets the value of the siteRegexp property.
|
getId, getName, setId, setNameprotected String siteRegexp
protected ParamListType enzymeName
protected String nTermGain
protected String cTermGain
protected Boolean semiSpecific
protected Integer missedCleavages
protected Integer minDistance
public String getSiteRegexp()
Stringpublic void setSiteRegexp(String value)
value - allowed object is
Stringpublic ParamListType getEnzymeName()
ParamListTypepublic void setEnzymeName(ParamListType value)
value - allowed object is
ParamListTypepublic String getNTermGain()
Stringpublic void setNTermGain(String value)
value - allowed object is
Stringpublic String getCTermGain()
Stringpublic void setCTermGain(String value)
value - allowed object is
Stringpublic Boolean isSemiSpecific()
Booleanpublic void setSemiSpecific(Boolean value)
value - allowed object is
Booleanpublic Integer getMissedCleavages()
Integerpublic void setMissedCleavages(Integer value)
value - allowed object is
Integerpublic Integer getMinDistance()
IntegerCopyright © 2017. All rights reserved.