public class SpecificityT extends Object
Java class for specificity_t complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="specificity_t">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="NeutralLoss" type="{http://www.unimod.org/xmlns/schema/unimod_2}NeutralLoss_t" maxOccurs="unbounded" minOccurs="0"/>
<element name="PepNeutralLoss" type="{http://www.unimod.org/xmlns/schema/unimod_2}PepNeutralLoss_t" maxOccurs="unbounded" minOccurs="0"/>
<element name="misc_notes" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
<attribute name="hidden" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="site" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="position" use="required" type="{http://www.unimod.org/xmlns/schema/unimod_2}position_t" />
<attribute name="classification" use="required" type="{http://www.unimod.org/xmlns/schema/unimod_2}classification_t" />
<attribute name="spec_group" type="{http://www.w3.org/2001/XMLSchema}integer" default="1" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
classification |
protected Boolean |
hidden |
protected String |
miscNotes |
protected List<NeutralLossT> |
neutralLoss |
protected List<PepNeutralLossT> |
pepNeutralLoss |
protected PositionT |
position |
protected String |
site |
protected int |
specGroup |
| Constructor and Description |
|---|
SpecificityT() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClassification()
Gets the value of the classification property.
|
String |
getMiscNotes()
Gets the value of the miscNotes property.
|
List<NeutralLossT> |
getNeutralLoss()
Gets the value of the neutralLoss property.
|
List<PepNeutralLossT> |
getPepNeutralLoss()
Gets the value of the pepNeutralLoss property.
|
PositionT |
getPosition()
Gets the value of the position property.
|
String |
getSite()
Gets the value of the site property.
|
int |
getSpecGroup()
Gets the value of the specGroup property.
|
boolean |
isHidden()
Gets the value of the hidden property.
|
void |
setClassification(String value)
Sets the value of the classification property.
|
void |
setHidden(Boolean value)
Sets the value of the hidden property.
|
void |
setMiscNotes(String value)
Sets the value of the miscNotes property.
|
void |
setPosition(PositionT value)
Sets the value of the position property.
|
void |
setSite(String value)
Sets the value of the site property.
|
void |
setSpecGroup(int value)
Sets the value of the specGroup property.
|
protected List<NeutralLossT> neutralLoss
protected List<PepNeutralLossT> pepNeutralLoss
protected String miscNotes
protected Boolean hidden
protected String site
protected PositionT position
protected String classification
protected int specGroup
public List<NeutralLossT> getNeutralLoss()
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 neutralLoss property.
For example, to add a new item, do as follows:
getNeutralLoss().add(newItem);
Objects of the following type(s) are allowed in the list
NeutralLossT
public List<PepNeutralLossT> getPepNeutralLoss()
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 pepNeutralLoss property.
For example, to add a new item, do as follows:
getPepNeutralLoss().add(newItem);
Objects of the following type(s) are allowed in the list
PepNeutralLossT
public String getMiscNotes()
Stringpublic void setMiscNotes(String value)
value - allowed object is
Stringpublic boolean isHidden()
Booleanpublic void setHidden(Boolean value)
value - allowed object is
Booleanpublic String getSite()
Stringpublic void setSite(String value)
value - allowed object is
Stringpublic PositionT getPosition()
PositionTpublic void setPosition(PositionT value)
value - allowed object is
PositionTpublic String getClassification()
Stringpublic void setClassification(String value)
value - allowed object is
Stringpublic int getSpecGroup()
BigIntegerpublic void setSpecGroup(int value)
value - allowed object is
BigIntegerCopyright © 2016. All Rights Reserved.