public class IonTypeType extends Object
Java class for IonTypeType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="IonTypeType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="FragmentArray" type="{http://psidev.info/psi/pi/mzIdentML/1.2}FragmentArrayType" maxOccurs="unbounded" minOccurs="0"/>
<element name="cvParam" type="{http://psidev.info/psi/pi/mzIdentML/1.2}CVParamType" maxOccurs="unbounded"/>
</sequence>
<attribute name="index" type="{http://psidev.info/psi/pi/mzIdentML/1.2}listOfIntegers" />
<attribute name="charge" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected int |
charge |
protected List<CVParamType> |
cvParam |
protected List<FragmentArrayType> |
fragmentArray |
protected List<String> |
index |
| Constructor and Description |
|---|
IonTypeType() |
| Modifier and Type | Method and Description |
|---|---|
int |
getCharge()
Gets the value of the charge property.
|
List<CVParamType> |
getCvParam()
Gets the value of the cvParam property.
|
List<FragmentArrayType> |
getFragmentArray()
Gets the value of the fragmentArray property.
|
List<String> |
getIndex()
Gets the value of the index property.
|
void |
setCharge(int value)
Sets the value of the charge property.
|
protected List<FragmentArrayType> fragmentArray
protected List<CVParamType> cvParam
protected int charge
public List<FragmentArrayType> getFragmentArray()
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 fragmentArray property.
For example, to add a new item, do as follows:
getFragmentArray().add(newItem);
Objects of the following type(s) are allowed in the list
FragmentArrayType
public List<CVParamType> getCvParam()
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 cvParam property.
For example, to add a new item, do as follows:
getCvParam().add(newItem);
Objects of the following type(s) are allowed in the list
CVParamType
public List<String> getIndex()
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 index property.
For example, to add a new item, do as follows:
getIndex().add(newItem);
Objects of the following type(s) are allowed in the list
String
public int getCharge()
public void setCharge(int value)
Copyright © 2017. All rights reserved.