uk.ac.ebi.jmzidml.model.mzidml
Class UserParam

java.lang.Object
  extended by uk.ac.ebi.jmzidml.model.MzIdentMLObject
      extended by uk.ac.ebi.jmzidml.model.mzidml.AbstractParam
          extended by 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

Field Summary
protected  String type
           
 
Fields inherited from class uk.ac.ebi.jmzidml.model.mzidml.AbstractParam
name, unitAccession, unitCv, unitCvRef, unitName, value
 
Constructor Summary
UserParam()
           
 
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 uk.ac.ebi.jmzidml.model.MzIdentMLObject
getHid
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

protected String type
Constructor Detail

UserParam

public UserParam()
Method Detail

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.