public class ProcessingMethodType extends ParamGroupType
Java class for ProcessingMethodType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProcessingMethodType">
<complexContent>
<extension base="{http://psi.hupo.org/ms/mzml}ParamGroupType">
<attribute name="order" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" />
<attribute name="softwareRef" use="required" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigInteger |
order |
protected Object |
softwareRef |
cvParam, referenceableParamGroupRef, userParam| Constructor and Description |
|---|
ProcessingMethodType() |
| Modifier and Type | Method and Description |
|---|---|
BigInteger |
getOrder()
Gets the value of the order property.
|
Object |
getSoftwareRef()
Gets the value of the softwareRef property.
|
void |
setOrder(BigInteger value)
Sets the value of the order property.
|
void |
setSoftwareRef(Object value)
Sets the value of the softwareRef property.
|
getCvParam, getReferenceableParamGroupRef, getUserParamprotected BigInteger order
protected Object softwareRef
public BigInteger getOrder()
BigIntegerpublic void setOrder(BigInteger value)
value - allowed object is
BigIntegerpublic Object getSoftwareRef()
ObjectCopyright © 2017. All rights reserved.