uk.ac.ebi.jmzidml.model.mzidml
Class UserParam
java.lang.Object
uk.ac.ebi.jmzidml.model.MzIdentMLObject
uk.ac.ebi.jmzidml.model.mzidml.AbstractParam
uk.ac.ebi.jmzidml.model.mzidml.UserParam
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- AdditionalParamsUserParam, AdditionalSearchParamsUserParam, AmbiguousResidueUserParam, AnalysisParamsUserParam, DatabaseNameUserParam, DBSequenceUserParam, EnzymeNameUserParam, ExcludeUserParam, FilterTypeUserParam, IncludeUserParam, MassTableUserParam, ModificationUserParam, OrganizationUserParam, PeptideEvidenceListUserParam, PeptideEvidenceUserParam, PeptideUserParam, PersonUserParam, ProteinAmbiguityGroupUserParam, ProteinDetectionHypothesisUserParam, ProteinDetectionListUserParam, SampleUserParam, SearchTypeUserParam, SoftwareNameUserParam, SourceFileUserParam, SpectrumIdentificationItemUserParam, SpectrumIdentificationListUserParam, SpectrumIdentificationResultUserParam, ThresholdUserParam
public class UserParam
- extends AbstractParam
- implements Serializable
A single user-defined parameter.
Java class for UserParamType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UserParamType">
<complexContent>
<extension base="{http://psidev.info/psi/pi/mzIdentML/1.1}AbstractParamType">
<attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
- See Also:
- Serialized Form
Method Summary |
String |
getType()
Gets the value of the type property. |
void |
setType(String value)
Sets the value of the type property. |
Methods inherited from class uk.ac.ebi.jmzidml.model.mzidml.AbstractParam |
getName, getUnitAccession, getUnitCv, getUnitCvRef, getUnitName, getValue, setName, setUnitAccession, setUnitCv, setUnitName, setValue |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
type
protected String type
UserParam
public UserParam()
getType
public String getType()
- Gets the value of the type property.
- Returns:
- possible object is
String
setType
public void setType(String value)
- Sets the value of the type property.
- Parameters:
value
- allowed object is
String
Copyright © 2012. All Rights Reserved.