Package gov.nasa.arc.pds.xml.generated
Class ObjectStatistics
- java.lang.Object
- 
- gov.nasa.arc.pds.xml.generated.ObjectStatistics
 
- 
 public class ObjectStatistics extends java.lang.ObjectThe Object Statistics class provides a set of values that provide metrics about the 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>
- 
- 
Field SummaryFields Modifier and Type Field Description protected java.lang.StringbitMaskprotected java.lang.Stringdescriptionprotected java.lang.StringlocalIdentifierprotected java.lang.Doublemaximumprotected java.lang.DoublemaximumScaledValueprotected java.lang.Stringmd5Checksumprotected java.lang.Doublemeanprotected java.lang.Doublemedianprotected java.lang.Doubleminimumprotected java.lang.DoubleminimumScaledValueprotected java.lang.DoublestandardDeviation
 - 
Constructor SummaryConstructors Constructor Description ObjectStatistics()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetBitMask()Gets the value of the bitMask property.java.lang.StringgetDescription()Gets the value of the description property.java.lang.StringgetLocalIdentifier()Gets the value of the localIdentifier property.java.lang.DoublegetMaximum()Gets the value of the maximum property.java.lang.DoublegetMaximumScaledValue()Gets the value of the maximumScaledValue property.java.lang.StringgetMd5Checksum()Gets the value of the md5Checksum property.java.lang.DoublegetMean()Gets the value of the mean property.java.lang.DoublegetMedian()Gets the value of the median property.java.lang.DoublegetMinimum()Gets the value of the minimum property.java.lang.DoublegetMinimumScaledValue()Gets the value of the minimumScaledValue property.java.lang.DoublegetStandardDeviation()Gets the value of the standardDeviation property.voidsetBitMask(java.lang.String value)Sets the value of the bitMask property.voidsetDescription(java.lang.String value)Sets the value of the description property.voidsetLocalIdentifier(java.lang.String value)Sets the value of the localIdentifier property.voidsetMaximum(java.lang.Double value)Sets the value of the maximum property.voidsetMaximumScaledValue(java.lang.Double value)Sets the value of the maximumScaledValue property.voidsetMd5Checksum(java.lang.String value)Sets the value of the md5Checksum property.voidsetMean(java.lang.Double value)Sets the value of the mean property.voidsetMedian(java.lang.Double value)Sets the value of the median property.voidsetMinimum(java.lang.Double value)Sets the value of the minimum property.voidsetMinimumScaledValue(java.lang.Double value)Sets the value of the minimumScaledValue property.voidsetStandardDeviation(java.lang.Double value)Sets the value of the standardDeviation property.
 
- 
- 
- 
Field Detail- 
localIdentifierprotected java.lang.String localIdentifier 
 - 
maximumprotected java.lang.Double maximum 
 - 
minimumprotected java.lang.Double minimum 
 - 
meanprotected java.lang.Double mean 
 - 
standardDeviationprotected java.lang.Double standardDeviation 
 - 
bitMaskprotected java.lang.String bitMask 
 - 
medianprotected java.lang.Double median 
 - 
md5Checksumprotected java.lang.String md5Checksum 
 - 
maximumScaledValueprotected java.lang.Double maximumScaledValue 
 - 
minimumScaledValueprotected java.lang.Double minimumScaledValue 
 - 
descriptionprotected java.lang.String description 
 
- 
 - 
Method Detail- 
getLocalIdentifierpublic java.lang.String getLocalIdentifier() Gets the value of the localIdentifier property.- Returns:
- possible object is
     String
 
 - 
setLocalIdentifierpublic void setLocalIdentifier(java.lang.String value) Sets the value of the localIdentifier property.- Parameters:
- value- allowed object is- String
 
 - 
getMaximumpublic java.lang.Double getMaximum() Gets the value of the maximum property.- Returns:
- possible object is
     Double
 
 - 
setMaximumpublic void setMaximum(java.lang.Double value) Sets the value of the maximum property.- Parameters:
- value- allowed object is- Double
 
 - 
getMinimumpublic java.lang.Double getMinimum() Gets the value of the minimum property.- Returns:
- possible object is
     Double
 
 - 
setMinimumpublic void setMinimum(java.lang.Double value) Sets the value of the minimum property.- Parameters:
- value- allowed object is- Double
 
 - 
getMeanpublic java.lang.Double getMean() Gets the value of the mean property.- Returns:
- possible object is
     Double
 
 - 
setMeanpublic void setMean(java.lang.Double value) Sets the value of the mean property.- Parameters:
- value- allowed object is- Double
 
 - 
getStandardDeviationpublic java.lang.Double getStandardDeviation() Gets the value of the standardDeviation property.- Returns:
- possible object is
     Double
 
 - 
setStandardDeviationpublic void setStandardDeviation(java.lang.Double value) Sets the value of the standardDeviation property.- Parameters:
- value- allowed object is- Double
 
 - 
getBitMaskpublic java.lang.String getBitMask() Gets the value of the bitMask property.- Returns:
- possible object is
     String
 
 - 
setBitMaskpublic void setBitMask(java.lang.String value) Sets the value of the bitMask property.- Parameters:
- value- allowed object is- String
 
 - 
getMedianpublic java.lang.Double getMedian() Gets the value of the median property.- Returns:
- possible object is
     Double
 
 - 
setMedianpublic void setMedian(java.lang.Double value) Sets the value of the median property.- Parameters:
- value- allowed object is- Double
 
 - 
getMd5Checksumpublic java.lang.String getMd5Checksum() Gets the value of the md5Checksum property.- Returns:
- possible object is
     String
 
 - 
setMd5Checksumpublic void setMd5Checksum(java.lang.String value) Sets the value of the md5Checksum property.- Parameters:
- value- allowed object is- String
 
 - 
getMaximumScaledValuepublic java.lang.Double getMaximumScaledValue() Gets the value of the maximumScaledValue property.- Returns:
- possible object is
     Double
 
 - 
setMaximumScaledValuepublic void setMaximumScaledValue(java.lang.Double value) Sets the value of the maximumScaledValue property.- Parameters:
- value- allowed object is- Double
 
 - 
getMinimumScaledValuepublic java.lang.Double getMinimumScaledValue() Gets the value of the minimumScaledValue property.- Returns:
- possible object is
     Double
 
 - 
setMinimumScaledValuepublic void setMinimumScaledValue(java.lang.Double value) Sets the value of the minimumScaledValue property.- Parameters:
- value- allowed object is- Double
 
 - 
getDescriptionpublic java.lang.String getDescription() Gets the value of the description property.- Returns:
- possible object is
     String
 
 - 
setDescriptionpublic void setDescription(java.lang.String value) Sets the value of the description property.- Parameters:
- value- allowed object is- String
 
 
- 
 
-