public class ObjectStatistics extends 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 String |
bitMask |
protected String |
description |
protected String |
localIdentifier |
protected Double |
maximum |
protected Double |
maximumScaledValue |
protected String |
md5Checksum |
protected Double |
mean |
protected Double |
median |
protected Double |
minimum |
protected Double |
minimumScaledValue |
protected Double |
standardDeviation |
Constructor and Description |
---|
ObjectStatistics() |
Modifier and Type | Method and Description |
---|---|
String |
getBitMask()
Gets the value of the bitMask property.
|
String |
getDescription()
Gets the value of the description property.
|
String |
getLocalIdentifier()
Gets the value of the localIdentifier property.
|
Double |
getMaximum()
Gets the value of the maximum property.
|
Double |
getMaximumScaledValue()
Gets the value of the maximumScaledValue property.
|
String |
getMd5Checksum()
Gets the value of the md5Checksum property.
|
Double |
getMean()
Gets the value of the mean property.
|
Double |
getMedian()
Gets the value of the median property.
|
Double |
getMinimum()
Gets the value of the minimum property.
|
Double |
getMinimumScaledValue()
Gets the value of the minimumScaledValue property.
|
Double |
getStandardDeviation()
Gets the value of the standardDeviation property.
|
void |
setBitMask(String value)
Sets the value of the bitMask property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setLocalIdentifier(String value)
Sets the value of the localIdentifier property.
|
void |
setMaximum(Double value)
Sets the value of the maximum property.
|
void |
setMaximumScaledValue(Double value)
Sets the value of the maximumScaledValue property.
|
void |
setMd5Checksum(String value)
Sets the value of the md5Checksum property.
|
void |
setMean(Double value)
Sets the value of the mean property.
|
void |
setMedian(Double value)
Sets the value of the median property.
|
void |
setMinimum(Double value)
Sets the value of the minimum property.
|
void |
setMinimumScaledValue(Double value)
Sets the value of the minimumScaledValue property.
|
void |
setStandardDeviation(Double value)
Sets the value of the standardDeviation property.
|
protected String localIdentifier
protected Double maximum
protected Double minimum
protected Double mean
protected Double standardDeviation
protected String bitMask
protected Double median
protected String md5Checksum
protected Double maximumScaledValue
protected Double minimumScaledValue
protected String description
public String getLocalIdentifier()
String
public void setLocalIdentifier(String value)
value
- allowed object is
String
public Double getMaximum()
Double
public void setMaximum(Double value)
value
- allowed object is
Double
public Double getMinimum()
Double
public void setMinimum(Double value)
value
- allowed object is
Double
public Double getMean()
Double
public void setMean(Double value)
value
- allowed object is
Double
public Double getStandardDeviation()
Double
public void setStandardDeviation(Double value)
value
- allowed object is
Double
public String getBitMask()
String
public void setBitMask(String value)
value
- allowed object is
String
public Double getMedian()
Double
public void setMedian(Double value)
value
- allowed object is
Double
public String getMd5Checksum()
String
public void setMd5Checksum(String value)
value
- allowed object is
String
public Double getMaximumScaledValue()
Double
public void setMaximumScaledValue(Double value)
value
- allowed object is
Double
public Double getMinimumScaledValue()
Double
public void setMinimumScaledValue(Double value)
value
- allowed object is
Double
public String getDescription()
String
Copyright © 2010–2018 Planetary Data System. All rights reserved.