Package gov.nasa.arc.pds.xml.generated
Class ObjectStatistics
java.lang.Object
gov.nasa.arc.pds.xml.generated.ObjectStatistics
public class ObjectStatistics extends Object
The 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 StringbitMaskprotected Stringdescriptionprotected StringlocalIdentifierprotected Doublemaximumprotected DoublemaximumScaledValueprotected Stringmd5Checksumprotected Doublemeanprotected Doublemedianprotected Doubleminimumprotected DoubleminimumScaledValueprotected DoublestandardDeviation
- 
Constructor SummaryConstructors Constructor Description ObjectStatistics()
- 
Method SummaryModifier and Type Method Description StringgetBitMask()Gets the value of the bitMask property.StringgetDescription()Gets the value of the description property.StringgetLocalIdentifier()Gets the value of the localIdentifier property.DoublegetMaximum()Gets the value of the maximum property.DoublegetMaximumScaledValue()Gets the value of the maximumScaledValue property.StringgetMd5Checksum()Gets the value of the md5Checksum property.DoublegetMean()Gets the value of the mean property.DoublegetMedian()Gets the value of the median property.DoublegetMinimum()Gets the value of the minimum property.DoublegetMinimumScaledValue()Gets the value of the minimumScaledValue property.DoublegetStandardDeviation()Gets the value of the standardDeviation property.voidsetBitMask(String value)Sets the value of the bitMask property.voidsetDescription(String value)Sets the value of the description property.voidsetLocalIdentifier(String value)Sets the value of the localIdentifier property.voidsetMaximum(Double value)Sets the value of the maximum property.voidsetMaximumScaledValue(Double value)Sets the value of the maximumScaledValue property.voidsetMd5Checksum(String value)Sets the value of the md5Checksum property.voidsetMean(Double value)Sets the value of the mean property.voidsetMedian(Double value)Sets the value of the median property.voidsetMinimum(Double value)Sets the value of the minimum property.voidsetMinimumScaledValue(Double value)Sets the value of the minimumScaledValue property.voidsetStandardDeviation(Double value)Sets the value of the standardDeviation property.
- 
Field Details- 
localIdentifier
- 
maximum
- 
minimum
- 
mean
- 
standardDeviation
- 
bitMask
- 
median
- 
md5Checksum
- 
maximumScaledValue
- 
minimumScaledValue
- 
description
 
- 
- 
Constructor Details- 
ObjectStatisticspublic ObjectStatistics()
 
- 
- 
Method Details- 
getLocalIdentifierGets the value of the localIdentifier property.- Returns:
- possible object is
     String
 
- 
setLocalIdentifierSets the value of the localIdentifier property.- Parameters:
- value- allowed object is- String
 
- 
getMaximumGets the value of the maximum property.- Returns:
- possible object is
     Double
 
- 
setMaximumSets the value of the maximum property.- Parameters:
- value- allowed object is- Double
 
- 
getMinimumGets the value of the minimum property.- Returns:
- possible object is
     Double
 
- 
setMinimumSets the value of the minimum property.- Parameters:
- value- allowed object is- Double
 
- 
getMeanGets the value of the mean property.- Returns:
- possible object is
     Double
 
- 
setMeanSets the value of the mean property.- Parameters:
- value- allowed object is- Double
 
- 
getStandardDeviationGets the value of the standardDeviation property.- Returns:
- possible object is
     Double
 
- 
setStandardDeviationSets the value of the standardDeviation property.- Parameters:
- value- allowed object is- Double
 
- 
getBitMaskGets the value of the bitMask property.- Returns:
- possible object is
     String
 
- 
setBitMaskSets the value of the bitMask property.- Parameters:
- value- allowed object is- String
 
- 
getMedianGets the value of the median property.- Returns:
- possible object is
     Double
 
- 
setMedianSets the value of the median property.- Parameters:
- value- allowed object is- Double
 
- 
getMd5ChecksumGets the value of the md5Checksum property.- Returns:
- possible object is
     String
 
- 
setMd5ChecksumSets the value of the md5Checksum property.- Parameters:
- value- allowed object is- String
 
- 
getMaximumScaledValueGets the value of the maximumScaledValue property.- Returns:
- possible object is
     Double
 
- 
setMaximumScaledValueSets the value of the maximumScaledValue property.- Parameters:
- value- allowed object is- Double
 
- 
getMinimumScaledValueGets the value of the minimumScaledValue property.- Returns:
- possible object is
     Double
 
- 
setMinimumScaledValueSets the value of the minimumScaledValue property.- Parameters:
- value- allowed object is- Double
 
- 
getDescriptionGets the value of the description property.- Returns:
- possible object is
     String
 
- 
setDescriptionSets the value of the description property.- Parameters:
- value- allowed object is- String
 
 
-