public class UnimodT extends Object
Java class for unimod_t complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="unimod_t">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="elements" type="{http://www.unimod.org/xmlns/schema/unimod_2}elements_t" minOccurs="0"/>
<element name="modifications" type="{http://www.unimod.org/xmlns/schema/unimod_2}modifications_t" minOccurs="0"/>
<element name="amino_acids" type="{http://www.unimod.org/xmlns/schema/unimod_2}amino_acids_t" minOccurs="0"/>
<element name="mod_bricks" type="{http://www.unimod.org/xmlns/schema/unimod_2}mod_bricks_t" minOccurs="0"/>
</sequence>
<attribute name="majorVersion" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" fixed="2" />
<attribute name="minorVersion" use="required" type="{http://www.unimod.org/xmlns/schema/unimod_2}minorVersion_t" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected int |
majorVersion |
protected int |
minorVersion |
protected ModificationsT |
modifications |
| Constructor and Description |
|---|
UnimodT() |
| Modifier and Type | Method and Description |
|---|---|
int |
getMajorVersion()
Gets the value of the majorVersion property.
|
int |
getMinorVersion()
Gets the value of the minorVersion property.
|
ModificationsT |
getModifications()
Gets the value of the modifications property.
|
void |
setMajorVersion(int value)
Sets the value of the majorVersion property.
|
void |
setMinorVersion(int value)
Sets the value of the minorVersion property.
|
void |
setModifications(ModificationsT value)
Sets the value of the modifications property.
|
protected ModificationsT modifications
protected int majorVersion
protected int minorVersion
public ModificationsT getModifications()
ModificationsTpublic void setModifications(ModificationsT value)
value - allowed object is
ModificationsTpublic int getMajorVersion()
public void setMajorVersion(int value)
public int getMinorVersion()
public void setMinorVersion(int value)
Copyright © 2016. All Rights Reserved.