public class FragmentArrayType extends Object
Java class for FragmentArrayType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FragmentArrayType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="values" use="required" type="{http://psidev.info/psi/pi/mzIdentML/1.2}listOfFloats" />
<attribute name="measure_ref" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
measureRef |
protected List<Float> |
values |
| Constructor and Description |
|---|
FragmentArrayType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getMeasureRef()
Gets the value of the measureRef property.
|
List<Float> |
getValues()
Gets the value of the values property.
|
void |
setMeasureRef(String value)
Sets the value of the measureRef property.
|
public List<Float> getValues()
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 values property.
For example, to add a new item, do as follows:
getValues().add(newItem);
Objects of the following type(s) are allowed in the list
Float
public String getMeasureRef()
StringCopyright © 2017. All rights reserved.