public static class Scan.Peaks extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<simpleContent>
<extension base="<http://sashimi.sourceforge.net/schema_revision/mzXML_3.2>strictBase64Type">
<attribute name="precision">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}positiveInteger">
<enumeration value="32"/>
<enumeration value="64"/>
</restriction>
</simpleType>
</attribute>
<attribute name="byteOrder" use="required" type="{http://www.w3.org/2001/XMLSchema}string" fixed="network" />
<attribute name="contentType" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="m/z-int"/>
<enumeration value="m/z"/>
<enumeration value="m/z ruler"/>
<enumeration value="TOF"/>
<enumeration value="intensity"/>
<enumeration value="S/N"/>
<enumeration value="charge"/>
</restriction>
</simpleType>
</attribute>
<attribute name="compressionType" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="none"/>
<enumeration value="zlib"/>
</restriction>
</simpleType>
</attribute>
<attribute name="compressedLen" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
byteOrder |
protected int |
compressedLen |
protected String |
compressionType |
protected String |
contentType |
protected BigInteger |
precision |
protected byte[] |
value |
| Constructor and Description |
|---|
Scan.Peaks() |
| Modifier and Type | Method and Description |
|---|---|
String |
getByteOrder()
Gets the value of the byteOrder property.
|
int |
getCompressedLen()
Gets the value of the compressedLen property.
|
String |
getCompressionType()
Gets the value of the compressionType property.
|
String |
getContentType()
Gets the value of the contentType property.
|
BigInteger |
getPrecision()
Gets the value of the precision property.
|
byte[] |
getValue()
Gets the value of the value property.
|
void |
setByteOrder(String value)
Sets the value of the byteOrder property.
|
void |
setCompressedLen(int value)
Sets the value of the compressedLen property.
|
void |
setCompressionType(String value)
Sets the value of the compressionType property.
|
void |
setContentType(String value)
Sets the value of the contentType property.
|
void |
setPrecision(BigInteger value)
Sets the value of the precision property.
|
void |
setValue(byte[] value)
Sets the value of the value property.
|
protected byte[] value
protected BigInteger precision
protected String byteOrder
protected String contentType
protected String compressionType
protected int compressedLen
public byte[] getValue()
public void setValue(byte[] value)
value - allowed object is
byte[]public BigInteger getPrecision()
BigIntegerpublic void setPrecision(BigInteger value)
value - allowed object is
BigIntegerpublic String getByteOrder()
Stringpublic void setByteOrder(String value)
value - allowed object is
Stringpublic String getContentType()
Stringpublic void setContentType(String value)
value - allowed object is
Stringpublic String getCompressionType()
Stringpublic void setCompressionType(String value)
value - allowed object is
Stringpublic int getCompressedLen()
public void setCompressedLen(int value)
Copyright © 2017. All rights reserved.