public class BinaryDataArrayType extends ParamGroupType
Java class for BinaryDataArrayType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BinaryDataArrayType">
<complexContent>
<extension base="{http://psi.hupo.org/ms/mzml}ParamGroupType">
<sequence>
<element name="binary" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
</sequence>
<attribute name="arrayLength" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" />
<attribute name="dataProcessingRef" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
<attribute name="encodedLength" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigInteger |
arrayLength |
protected byte[] |
binary |
protected Object |
dataProcessingRef |
protected BigInteger |
encodedLength |
cvParam, referenceableParamGroupRef, userParam| Constructor and Description |
|---|
BinaryDataArrayType() |
| Modifier and Type | Method and Description |
|---|---|
BigInteger |
getArrayLength()
Gets the value of the arrayLength property.
|
byte[] |
getBinary()
Gets the value of the binary property.
|
Object |
getDataProcessingRef()
Gets the value of the dataProcessingRef property.
|
BigInteger |
getEncodedLength()
Gets the value of the encodedLength property.
|
void |
setArrayLength(BigInteger value)
Sets the value of the arrayLength property.
|
void |
setBinary(byte[] value)
Sets the value of the binary property.
|
void |
setDataProcessingRef(Object value)
Sets the value of the dataProcessingRef property.
|
void |
setEncodedLength(BigInteger value)
Sets the value of the encodedLength property.
|
getCvParam, getReferenceableParamGroupRef, getUserParamprotected byte[] binary
protected BigInteger arrayLength
protected Object dataProcessingRef
protected BigInteger encodedLength
public byte[] getBinary()
public void setBinary(byte[] value)
value - allowed object is
byte[]public BigInteger getArrayLength()
BigIntegerpublic void setArrayLength(BigInteger value)
value - allowed object is
BigIntegerpublic Object getDataProcessingRef()
Objectpublic void setDataProcessingRef(Object value)
value - allowed object is
Objectpublic BigInteger getEncodedLength()
BigIntegerpublic void setEncodedLength(BigInteger value)
value - allowed object is
BigIntegerCopyright © 2017. All rights reserved.