public class ObjectStatistics
extends java.lang.Object
Java class for Object_Statistics complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Object_Statistics">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="local_identifier" type="{http://pds.nasa.gov/pds4/pds/v1}local_identifier" minOccurs="0"/>
<element name="maximum" type="{http://pds.nasa.gov/pds4/pds/v1}maximum" minOccurs="0"/>
<element name="minimum" type="{http://pds.nasa.gov/pds4/pds/v1}minimum" minOccurs="0"/>
<element name="mean" type="{http://pds.nasa.gov/pds4/pds/v1}mean" minOccurs="0"/>
<element name="standard_deviation" type="{http://pds.nasa.gov/pds4/pds/v1}standard_deviation" minOccurs="0"/>
<element name="bit_mask" type="{http://pds.nasa.gov/pds4/pds/v1}bit_mask" minOccurs="0"/>
<element name="median" type="{http://pds.nasa.gov/pds4/pds/v1}median" minOccurs="0"/>
<element name="md5_checksum" type="{http://pds.nasa.gov/pds4/pds/v1}md5_checksum" minOccurs="0"/>
<element name="maximum_scaled_value" type="{http://pds.nasa.gov/pds4/pds/v1}maximum_scaled_value" minOccurs="0"/>
<element name="minimum_scaled_value" type="{http://pds.nasa.gov/pds4/pds/v1}minimum_scaled_value" minOccurs="0"/>
<element name="description" type="{http://pds.nasa.gov/pds4/pds/v1}description" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
bitMask |
protected java.lang.String |
description |
protected java.lang.String |
localIdentifier |
protected java.lang.Double |
maximum |
protected java.lang.Double |
maximumScaledValue |
protected java.lang.String |
md5Checksum |
protected java.lang.Double |
mean |
protected java.lang.Double |
median |
protected java.lang.Double |
minimum |
protected java.lang.Double |
minimumScaledValue |
protected java.lang.Double |
standardDeviation |
| Constructor and Description |
|---|
ObjectStatistics() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBitMask()
Gets the value of the bitMask property.
|
java.lang.String |
getDescription()
Gets the value of the description property.
|
java.lang.String |
getLocalIdentifier()
Gets the value of the localIdentifier property.
|
java.lang.Double |
getMaximum()
Gets the value of the maximum property.
|
java.lang.Double |
getMaximumScaledValue()
Gets the value of the maximumScaledValue property.
|
java.lang.String |
getMd5Checksum()
Gets the value of the md5Checksum property.
|
java.lang.Double |
getMean()
Gets the value of the mean property.
|
java.lang.Double |
getMedian()
Gets the value of the median property.
|
java.lang.Double |
getMinimum()
Gets the value of the minimum property.
|
java.lang.Double |
getMinimumScaledValue()
Gets the value of the minimumScaledValue property.
|
java.lang.Double |
getStandardDeviation()
Gets the value of the standardDeviation property.
|
void |
setBitMask(java.lang.String value)
Sets the value of the bitMask property.
|
void |
setDescription(java.lang.String value)
Sets the value of the description property.
|
void |
setLocalIdentifier(java.lang.String value)
Sets the value of the localIdentifier property.
|
void |
setMaximum(java.lang.Double value)
Sets the value of the maximum property.
|
void |
setMaximumScaledValue(java.lang.Double value)
Sets the value of the maximumScaledValue property.
|
void |
setMd5Checksum(java.lang.String value)
Sets the value of the md5Checksum property.
|
void |
setMean(java.lang.Double value)
Sets the value of the mean property.
|
void |
setMedian(java.lang.Double value)
Sets the value of the median property.
|
void |
setMinimum(java.lang.Double value)
Sets the value of the minimum property.
|
void |
setMinimumScaledValue(java.lang.Double value)
Sets the value of the minimumScaledValue property.
|
void |
setStandardDeviation(java.lang.Double value)
Sets the value of the standardDeviation property.
|
protected java.lang.String localIdentifier
protected java.lang.Double maximum
protected java.lang.Double minimum
protected java.lang.Double mean
protected java.lang.Double standardDeviation
protected java.lang.String bitMask
protected java.lang.Double median
protected java.lang.String md5Checksum
protected java.lang.Double maximumScaledValue
protected java.lang.Double minimumScaledValue
protected java.lang.String description
public java.lang.String getLocalIdentifier()
Stringpublic void setLocalIdentifier(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Double getMaximum()
Doublepublic void setMaximum(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Double getMinimum()
Doublepublic void setMinimum(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Double getMean()
Doublepublic void setMean(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Double getStandardDeviation()
Doublepublic void setStandardDeviation(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.String getBitMask()
Stringpublic void setBitMask(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Double getMedian()
Doublepublic void setMedian(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.String getMd5Checksum()
Stringpublic void setMd5Checksum(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Double getMaximumScaledValue()
Doublepublic void setMaximumScaledValue(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Double getMinimumScaledValue()
Doublepublic void setMinimumScaledValue(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.String getDescription()
Stringpublic void setDescription(java.lang.String value)
value - allowed object is
StringCopyright © 2023 Planetary Data System. All rights reserved.