public class SampleType extends IdentifiableType
Java class for SampleType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SampleType">
<complexContent>
<extension base="{http://psidev.info/psi/pi/mzIdentML/1.2}IdentifiableType">
<sequence>
<element name="ContactRole" type="{http://psidev.info/psi/pi/mzIdentML/1.2}ContactRoleType" maxOccurs="unbounded" minOccurs="0"/>
<element name="SubSample" type="{http://psidev.info/psi/pi/mzIdentML/1.2}SubSampleType" maxOccurs="unbounded" minOccurs="0"/>
<group ref="{http://psidev.info/psi/pi/mzIdentML/1.2}ParamGroup" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<ContactRoleType> |
contactRole |
protected List<AbstractParamType> |
paramGroup |
protected List<SubSampleType> |
subSample |
id, name| Constructor and Description |
|---|
SampleType() |
| Modifier and Type | Method and Description |
|---|---|
List<ContactRoleType> |
getContactRole()
Gets the value of the contactRole property.
|
List<AbstractParamType> |
getParamGroup()
The characteristics of a
Material.Gets the value of the paramGroup property.
|
List<SubSampleType> |
getSubSample()
Gets the value of the subSample property.
|
getId, getName, setId, setNameprotected List<ContactRoleType> contactRole
protected List<SubSampleType> subSample
protected List<AbstractParamType> paramGroup
public List<ContactRoleType> getContactRole()
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 contactRole property.
For example, to add a new item, do as follows:
getContactRole().add(newItem);
Objects of the following type(s) are allowed in the list
ContactRoleType
public List<SubSampleType> getSubSample()
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 subSample property.
For example, to add a new item, do as follows:
getSubSample().add(newItem);
Objects of the following type(s) are allowed in the list
SubSampleType
public List<AbstractParamType> getParamGroup()
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 paramGroup property.
For example, to add a new item, do as follows:
getParamGroup().add(newItem);
Objects of the following type(s) are allowed in the list
CVParamType
UserParamType
Copyright © 2017. All rights reserved.