public class SampleType extends ParamGroupType
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://psi.hupo.org/ms/mzml}ParamGroupType">
<attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}ID" />
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
id |
protected String |
name |
cvParam, referenceableParamGroupRef, userParam| Constructor and Description |
|---|
SampleType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Gets the value of the id property.
|
String |
getName()
Gets the value of the name property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setName(String value)
Sets the value of the name property.
|
getCvParam, getReferenceableParamGroupRef, getUserParamCopyright © 2017. All rights reserved.